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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c261 int max_shift; local
264 max_shift = BN_num_bits(m) - BN_num_bits(r);
265 /* max_shift >= 0 */
267 if (max_shift < 0)
273 if (max_shift > n)
274 max_shift = n;
276 if (max_shift)
278 if (!BN_lshift(r, r, max_shift)) return 0;
279 n -= max_shift;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c265 int max_shift; local
268 max_shift = BN_num_bits(m) - BN_num_bits(r);
269 /* max_shift >= 0 */
271 if (max_shift < 0)
277 if (max_shift > n)
278 max_shift = n;
280 if (max_shift)
282 if (!BN_lshift(r, r, max_shift)) return 0;
283 n -= max_shift;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlpc.c33 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
50 if(cmax * (1 << max_shift) < 1.0) {
57 sh = max_shift;
107 int omethod, int max_shift, int zero_shift)
166 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
169 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
32 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
103 ff_lpc_calc_coefs(DSPContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, int use_lpc, int omethod, int max_shift, int zero_shift) argument
H A Dlpc.h46 int omethod, int max_shift, int zero_shift);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c101 unsigned int max_shift; member in struct:nl_pid_hash
262 if (++shift > hash->max_shift)
1845 hash->max_shift = order;

Completed in 92 milliseconds