Searched refs:num_p (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 723 const BN_ULONG *p, size_t num_p, in bn_mod_exp_mont_small() argument 731 while (num_p != 0 && p[num_p - 1] == 0) { in bn_mod_exp_mont_small() 732 num_p--; in bn_mod_exp_mont_small() 734 if (num_p == 0) { in bn_mod_exp_mont_small() 738 unsigned bits = BN_num_bits_word(p[num_p - 1]) + (num_p - 1) * BN_BITS2; in bn_mod_exp_mont_small() 764 if (!bn_is_bit_set_words(p, num_p, wstart)) { in bn_mod_exp_mont_small() 779 if (bn_is_bit_set_words(p, num_p, wstart - i)) { in bn_mod_exp_mont_small()
|
D | internal.h | 678 const BN_ULONG *p, size_t num_p, in OPENSSL_MSVC_PRAGMA()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 723 const BN_ULONG *p, size_t num_p, in bn_mod_exp_mont_small() argument 731 while (num_p != 0 && p[num_p - 1] == 0) { in bn_mod_exp_mont_small() 732 num_p--; in bn_mod_exp_mont_small() 734 if (num_p == 0) { in bn_mod_exp_mont_small() 738 unsigned bits = BN_num_bits_word(p[num_p - 1]) + (num_p - 1) * BN_BITS2; in bn_mod_exp_mont_small() 764 if (!bn_is_bit_set_words(p, num_p, wstart)) { in bn_mod_exp_mont_small() 779 if (bn_is_bit_set_words(p, num_p, wstart - i)) { in bn_mod_exp_mont_small()
|
D | internal.h | 696 const BN_ULONG *p, size_t num_p, in OPENSSL_MSVC_PRAGMA()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 195 int num_p; in decode_split_mv() local 199 num_p = 16; in decode_split_mv() 202 num_p = 4; in decode_split_mv() 205 num_p = 2; in decode_split_mv() 278 } while (++j < num_p); in decode_split_mv()
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 1291 int num_p = 0; /* number of proposal for use */ local 1379 if (get_transform(prop, pair, &num_p) < 0) { 1430 num_p--; 1440 if (num_p <= 0) { 1460 get_transform(prop, pair, num_p) in get_transform() argument 1463 int *num_p; 1552 (*num_p)++;
|