Home
last modified time | relevance | path

Searched defs:num_r (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c288 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()
Dmul.c536 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()
Dbn_test.cc458 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/
Dmontgomery.c288 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()
Dmul.c536 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()
Dbn_test.cc458 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 Dtest_virgl_init.c435 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 Dmontgomery.c289 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 Dmul.c531 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 Dbn_test.cc459 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 Dmontgomery.c289 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 Dmul.c531 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 Dbn_test.cc459 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/
Dmontgomery.c121 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 Datan2f.cpp106 double num_r, den_r; in atan2f_double_double() local
/aosp_15_r20/external/libevent/
H A Dbufferevent_openssl.c565 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets() local