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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlpc.c95 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
112 if(cmax * (1 << max_shift) < 1.0) {
119 sh = max_shift;
169 int omethod, int max_shift, int zero_shift)
228 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
231 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
94 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
165 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlpc.c95 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
112 if(cmax * (1 << max_shift) < 1.0) {
119 sh = max_shift;
169 int omethod, int max_shift, int zero_shift)
228 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
231 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
94 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
165 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlpc.c95 int32_t *lpc_out, int *shift, int max_shift, int zero_shift)
112 if(cmax * (1 << max_shift) < 1.0) {
119 sh = max_shift;
169 int omethod, int max_shift, int zero_shift)
228 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
231 quantize_lpc_coefs(lpc[i], i+1, precision, coefs[i], &shift[i], max_shift, zero_shift);
94 quantize_lpc_coefs(double *lpc_in, int order, int precision, int32_t *lpc_out, int *shift, int max_shift, int zero_shift) argument
165 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dosd_protocol.h124 * (up to max_shift, non-inclusive)
127 int min_shift, int max_shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
2167 hash->max_shift = order;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netlink/
H A Daf_netlink.c114 unsigned int max_shift; member in struct:nl_pid_hash
281 if (++shift > hash->max_shift)
2167 hash->max_shift = order;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dbn.c3278 int max_shift; local
3281 max_shift = BN_num_bits(m) - BN_num_bits(r);
3282 /* max_shift >= 0 */
3284 if (max_shift < 0) {
3289 if (max_shift > n)
3290 max_shift = n;
3292 if (max_shift) {
3293 if (!BN_lshift(r, r, max_shift)) return 0;
3294 n -= max_shift;

Completed in 294 milliseconds