Home
last modified time | relevance | path

Searched refs:max_shift (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_mod.c287 int max_shift; in BN_mod_lshift_quick() local
290 max_shift = BN_num_bits(m) - BN_num_bits(r); in BN_mod_lshift_quick()
293 if (max_shift < 0) { in BN_mod_lshift_quick()
298 if (max_shift > n) in BN_mod_lshift_quick()
299 max_shift = n; in BN_mod_lshift_quick()
301 if (max_shift) { in BN_mod_lshift_quick()
302 if (!BN_lshift(r, r, max_shift)) in BN_mod_lshift_quick()
304 n -= max_shift; in BN_mod_lshift_quick()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_mod.c301 int max_shift; in BN_mod_lshift_quick() local
304 max_shift = BN_num_bits(m) - BN_num_bits(r); in BN_mod_lshift_quick()
307 if (max_shift < 0) { in BN_mod_lshift_quick()
312 if (max_shift > n) in BN_mod_lshift_quick()
313 max_shift = n; in BN_mod_lshift_quick()
315 if (max_shift) { in BN_mod_lshift_quick()
316 if (!BN_lshift(r, r, max_shift)) in BN_mod_lshift_quick()
318 n -= max_shift; in BN_mod_lshift_quick()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc3460 int max_shift = GET_MODE_BITSIZE (mode) - 1; in msp430_output_asm_shift_insns() local
3466 if (amt == 0 || amt > max_shift) in msp430_output_asm_shift_insns()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c3668 unsigned max_shift = IS_CSKY_V1 (mach_flag) ? 31 : 32; in get_operand_value() local
3670 if (is_imm_within_range (oper, 1, max_shift)) in get_operand_value()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.c3646 unsigned max_shift = IS_CSKY_V1 (mach_flag) ? 31 : 32; in get_operand_value() local
3648 if (is_imm_within_range (oper, 1, max_shift)) in get_operand_value()