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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c282 int max_shift; local
285 max_shift = BN_num_bits(m) - BN_num_bits(r);
286 /* max_shift >= 0 */
288 if (max_shift < 0) {
293 if (max_shift > n)
294 max_shift = n;
296 if (max_shift) {
297 if (!BN_lshift(r, r, max_shift))
299 n -= max_shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mod.c282 int max_shift; local
285 max_shift = BN_num_bits(m) - BN_num_bits(r);
286 /* max_shift >= 0 */
288 if (max_shift < 0) {
293 if (max_shift > n)
294 max_shift = n;
296 if (max_shift) {
297 if (!BN_lshift(r, r, max_shift))
299 n -= max_shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.c88 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
105 if(cmax * (1 << max_shift) < 1.0) {
112 sh = max_shift;
161 int omethod, int max_shift, int zero_shift)
232 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
235 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
87 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
156 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int max_shift, int zero_shift) argument
H A Dlpc.h92 int omethod, int max_shift, int zero_shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlpc.c90 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
107 if(cmax * (1 << max_shift) < 1.0) {
114 sh = max_shift;
175 int omethod, int max_shift, int zero_shift)
258 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
261 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
89 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
170 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int max_shift, int zero_shift) argument
H A Dlpc.h93 int omethod, int max_shift, int zero_shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dosd_protocol.h124 * (up to max_shift, non-inclusive)
127 int min_shift, int max_shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/osd/
H A Dosd_initiator.c1804 u64 offset, unsigned *padding, int min_shift, int max_shift)
1814 for (shift = min_shift; shift < max_shift; ++shift) {
1820 BUG_ON(shift == max_shift);
1803 __osd_encode_offset( u64 offset, unsigned *padding, int min_shift, int max_shift) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c114 unsigned int max_shift; member in struct:nl_pid_hash
281 if (++shift > hash->max_shift)
2181 hash->max_shift = order;

Completed in 147 milliseconds