lshift
lshift = (bitcnt_t)(WORD_BITS - hshift);
lopart = WRSHIFT(in->val[ipos], lshift);
bitcnt_t lshift, hshift;
lshift = cnt % WORD_BITS;
hshift = (bitcnt_t)(WORD_BITS - lshift);
lopart = WRSHIFT(in->val[ipos], lshift);
bitcnt_t lshift, hshift;
lshift = cnt % WORD_BITS;
hshift = (bitcnt_t)(WORD_BITS - lshift);
lopart = WRSHIFT(in->val[ipos], lshift);
bitcnt_t lshift, hshift;
lshift = (bitcnt_t)(WORD_BITS - hshift);
lopart = WRSHIFT(in->val[ipos], lshift);
bitcnt_t lshift, hshift, blen;
int rshift = BN_num_bits_word(d[top - 1]), lshift, i;
lshift = BN_BITS2 - rshift;
d[i] = ((n << lshift) | m) & BN_MASK2;
return lshift;
BIGNUM *a = NULL, *lshift = NULL, *ret = NULL;
|| !TEST_ptr(lshift = getBN(s, "LShift"))
|| !equalBN("A << N", lshift, ret)
|| !TEST_true(BN_rshift(ret, lshift, n))
BN_free(lshift);
dictAppendWord(dp, "lshift", lshift, FW_DEFAULT);
int regnum, pin, lshift;
lshift = 32;
lshift = 0;
data64 = (uint64_t)data << lshift;
mask64 = (uint64_t)0xffffffff << lshift;
expr = new binary_operator<7, lshift<valty>>(l, "<<");