shift 331 array.c long shift = RARRAY_CONST_PTR(ary) - RARRAY_CONST_PTR(shared); shift 336 array.c MEMMOVE(ptr, ptr+shift, VALUE, len); shift 403 bignum.c assert(0 <= shift && shift < BITSPERDIG); shift 406 bignum.c num = num | (BDIGIT_DBL)*xds++ << shift; shift 419 bignum.c assert(0 <= shift && shift < BITSPERDIG); shift 423 bignum.c num = (num | xds[n]) >> shift; shift 2639 bignum.c int shift; shift 2650 bignum.c shift = nlz(yds[yn-1]); shift 2651 bignum.c if (shift) { shift 2662 bignum.c zds[xn] = bary_small_lshift(zds, xds, xn, shift); shift 2663 bignum.c bary_small_lshift(yyds, yds, yn, shift); shift 2680 bignum.c if (shift) shift 2681 bignum.c bary_small_rshift(rds, zds, yn, shift, 0); shift 4586 bignum.c long s1 = shift/BITSPERDIG; shift 4587 bignum.c int s2 = (int)(shift%BITSPERDIG); shift 4594 bignum.c long s1 = shift/BITSPERDIG; shift 4595 bignum.c int s2 = (int)(shift%BITSPERDIG); shift 4794 bignum.c int shift; shift 4802 bignum.c shift = nlz(bds[bn-1]); shift 4806 bignum.c if (shift == 0) { shift 4817 bignum.c bary_small_lshift(tds, bds, bn, shift); shift 4818 bignum.c xds[xn] = bary_small_lshift(xds, xds, xn, shift); shift 4829 bignum.c if (shift) { shift 4830 bignum.c bary_small_rshift(rds, rds, rn, shift, 0); shift 6555 bignum.c unsigned long shift; shift 6558 bignum.c shift = l; shift 6562 bignum.c shift = 1+(unsigned long)(-(l+1)); shift 6564 bignum.c shift_numbits = (int)(shift & (BITSPERDIG-1)); shift 6565 bignum.c shift_numdigits = shift >> bit_length(BITSPERDIG-1); shift 6585 bignum.c unsigned long shift; shift 6588 bignum.c shift = l; shift 6592 bignum.c shift = 1+(unsigned long)(-(l+1)); shift 6594 bignum.c shift_numbits = (int)(shift & (BITSPERDIG-1)); shift 6595 bignum.c shift_numdigits = shift >> bit_length(BITSPERDIG-1); shift 6609 bignum.c size_t shift; shift 6623 bignum.c shift = big2ulong(y, "long"); shift 6625 bignum.c shift = big2ull(y, "long long"); shift 6631 bignum.c shift = (size_t)l; shift 6633 bignum.c s1 = shift/BITSPERDIG; shift 6634 bignum.c s2 = shift%BITSPERDIG; shift 2092 dir.c long shift; shift 2096 dir.c shift = (lbrace-s); shift 2109 dir.c memcpy(buf+shift, t, p-t); shift 2110 dir.c strlcpy(buf+shift+(p-t), rbrace+1, len-(shift+(p-t))); shift 316 enc/utf_8.c #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) shift 5277 ext/bigdecimal/bigdecimal.c BDIGIT shift, m, e, nn; shift 5308 ext/bigdecimal/bigdecimal.c shift = BASE1; shift 5309 ext/bigdecimal/bigdecimal.c while (a->frac[0] / shift == 0) { shift 5311 ext/bigdecimal/bigdecimal.c shift /= 10; shift 1058 ext/nkf/nkf-utf8/nkf.c int shift = 20; shift 1060 ext/nkf/nkf-utf8/nkf.c while(shift >= 0){ shift 1061 ext/nkf/nkf-utf8/nkf.c if(c >= NKF_INT32_C(1)<<shift){ shift 1062 ext/nkf/nkf-utf8/nkf.c while(shift >= 0){ shift 1063 ext/nkf/nkf-utf8/nkf.c (*f)(0, bin2hex(c>>shift)); shift 1064 ext/nkf/nkf-utf8/nkf.c shift -= 4; shift 1067 ext/nkf/nkf-utf8/nkf.c shift -= 4; shift 209 ext/racc/cparse/cparse.c static void shift _((struct cparse_params* v, long act, VALUE tok, VALUE val)); shift 459 ext/racc/cparse/cparse.c #define SHIFT(v,act,tok,val) shift(v,act,tok,val)