/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 288 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() 458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small()
|
D | mul.c | 536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() 736 void bn_sqr_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a) { in bn_sqr_small()
|
D | bn_test.cc | 458 size_t num_r = 2 * num_a; in TestSquare() local 525 size_t num_r = num_a + num_b; in TestProduct() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 288 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() 458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small()
|
D | mul.c | 536 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() 736 void bn_sqr_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a) { in bn_sqr_small()
|
D | bn_test.cc | 458 size_t num_r = 2 * num_a; in TestSquare() local 525 size_t num_r = num_a + num_b; in TestProduct() local
|
/aosp_15_r20/external/virglrenderer/tests/ |
H A D | test_virgl_init.c | 435 int num_r; in START_TEST() local 460 int num_r; in START_TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | montgomery.c | 289 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() 462 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small()
|
H A D | mul.c | 531 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() 731 void bn_sqr_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a) { in bn_sqr_small()
|
H A D | bn_test.cc | 459 size_t num_r = 2 * num_a; in TestSquare() local 526 size_t num_r = num_a + num_b; in TestProduct() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | montgomery.c | 289 static int bn_from_montgomery_in_place(BN_ULONG *r, size_t num_r, BN_ULONG *a, in bn_from_montgomery_in_place() 462 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small()
|
H A D | mul.c | 531 void bn_mul_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a, in bn_mul_small() 731 void bn_sqr_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, size_t num_a) { in bn_sqr_small()
|
H A D | bn_test.cc | 459 size_t num_r = 2 * num_a; in TestSquare() local 526 size_t num_r = num_a + num_b; in TestProduct() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/bn/ |
D | montgomery.c | 121 int bn_from_montgomery_in_place(BN_ULONG r[], size_t num_r, BN_ULONG a[], in bn_from_montgomery_in_place()
|
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | atan2f.cpp | 106 double num_r, den_r; in atan2f_double_double() local
|
/aosp_15_r20/external/libevent/ |
H A D | bufferevent_openssl.c | 565 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets() local
|