/aosp_15_r20/external/zlib/ |
H A D | crc32_simd.c | 51 __m512i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_avx512_simd_() local 228 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 459 uint8x16_t r; in pmull_lo() local 468 uint8x16_t r; in pmull_01() local 477 uint8x16_t r; in pmull_hi() local 498 uint64x2_t x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in armv8_crc32_pmull_little() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/third_party/fiat/ |
D | curve25519_64_adx.h | 148 uint64_t x3; in fiat_cmovznz_u64() local 166 uint64_t x3; in fe4_add() local 212 fiat_uint1 x3; in fe4_sub() local 266 uint64_t x3; in fe4_scmul() local 321 uint64_t x3; in fe4_canon() local 378 uint64_t x3; in fe4_cswap() local 493 fe4 x1, x2 = {1}, z2 = {0}, x3, z3 = {1}, tmp0, tmp1; in x25519_scalar_mult_adx() local 560 static void inline_x25519_ge_dbl_4(ge_p3_4 *r, const ge_p3_4 *p, bool skip_t) { in inline_x25519_ge_dbl_4() 585 ge_p3_add_p3_precomp_4(ge_p3_4 *r, const ge_p3_4 *p, const ge_precomp_4 *q) { in ge_p3_add_p3_precomp_4() 665 ge_p3_4 r = {{0}, {1}, {1}, {0}}; in x25519_ge_scalarmult_base_adx() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/fiat/ |
H A D | curve25519_64_adx.h | 150 uint64_t x3; in fiat_cmovznz_u64() local 168 uint64_t x3; in fe4_add() local 214 fiat_uint1 x3; in fe4_sub() local 268 uint64_t x3; in fe4_scmul() local 323 uint64_t x3; in fe4_canon() local 380 uint64_t x3; in fe4_cswap() local 495 fe4 x1, x2 = {1}, z2 = {0}, x3, z3 = {1}, tmp0, tmp1; in x25519_scalar_mult_adx() local 562 static void inline_x25519_ge_dbl_4(ge_p3_4 *r, const ge_p3_4 *p, bool skip_t) { in inline_x25519_ge_dbl_4() 587 ge_p3_add_p3_precomp_4(ge_p3_4 *r, const ge_p3_4 *p, const ge_precomp_4 *q) { in ge_p3_add_p3_precomp_4() 667 ge_p3_4 r = {{0}, {1}, {1}, {0}}; in x25519_ge_scalarmult_base_adx() local
|
/aosp_15_r20/external/boringssl/src/third_party/fiat/ |
H A D | curve25519_64_adx.h | 150 uint64_t x3; in fiat_cmovznz_u64() local 168 uint64_t x3; in fe4_add() local 214 fiat_uint1 x3; in fe4_sub() local 268 uint64_t x3; in fe4_scmul() local 323 uint64_t x3; in fe4_canon() local 380 uint64_t x3; in fe4_cswap() local 495 fe4 x1, x2 = {1}, z2 = {0}, x3, z3 = {1}, tmp0, tmp1; in x25519_scalar_mult_adx() local 562 static void inline_x25519_ge_dbl_4(ge_p3_4 *r, const ge_p3_4 *p, bool skip_t) { in inline_x25519_ge_dbl_4() 587 ge_p3_add_p3_precomp_4(ge_p3_4 *r, const ge_p3_4 *p, const ge_precomp_4 *q) { in ge_p3_add_p3_precomp_4() 667 ge_p3_4 r = {{0}, {1}, {1}, {0}}; in x25519_ge_scalarmult_base_adx() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
D | poly1305_arm.c | 41 static void freeze(fe1305x2 *r) { in freeze() 47 uint32_t x3 = r->v[6]; in freeze() local 120 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local 138 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, size_t xlen) { in fe1305x2_frombytearray() 192 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_init_neon() local 217 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_update_neon() local 264 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_finish_neon() local
|
/aosp_15_r20/external/boringssl/src/crypto/poly1305/ |
H A D | poly1305_arm.c | 42 static void freeze(fe1305x2 *r) { in freeze() 48 uint32_t x3 = r->v[6]; in freeze() local 121 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local 139 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, size_t xlen) { in fe1305x2_frombytearray() 193 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_init_neon() local 218 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_update_neon() local 265 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_finish_neon() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/poly1305/ |
D | poly1305_arm.c | 42 static void freeze(fe1305x2 *r) { in freeze() 48 uint32_t x3 = r->v[6]; in freeze() local 121 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local 139 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, size_t xlen) { in fe1305x2_frombytearray() 193 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_init_neon() local 218 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_update_neon() local 265 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_finish_neon() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
D | poly1305_arm.c | 41 static void freeze(fe1305x2 *r) { in freeze() 47 uint32_t x3 = r->v[6]; in freeze() local 120 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local 138 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, size_t xlen) { in fe1305x2_frombytearray() 192 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_init_neon() local 217 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_update_neon() local 264 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_finish_neon() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/poly1305/ |
H A D | poly1305_arm.c | 42 static void freeze(fe1305x2 *r) { in freeze() 48 uint32_t x3 = r->v[6]; in freeze() local 121 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local 139 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, size_t xlen) { in fe1305x2_frombytearray() 193 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_init_neon() local 218 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_update_neon() local 265 fe1305x2 *const r = (fe1305x2 *)(st->data + (15 & (-(int)st->data))); in CRYPTO_poly1305_finish_neon() local
|
/aosp_15_r20/external/libffi/testsuite/libffi.bhaible/ |
H A D | testcases.c | 44 typedef struct { char x1; char x2; char x3; } Size3; member 45 typedef struct { char x1; char x2; char x3; char x4; } Size4; member 47 char x1; char x2; char x3; char x4; char x5; char x6; char x7; member 50 char x1; char x2; char x3; char x4; char x5; char x6; char x7; char x8; member 53 char x1; char x2; char x3; char x4; char x5; char x6; char x7; char x8; member 57 char x1; char x2; char x3; char x4; char x5; char x6; char x7; char x8; member 61 char x1; char x2; char x3; char x4; char x5; char x6; char x7; char x8; member 133 int r=99; in i_v() local 140 int r=a+1; in i_i() local 147 int r=a+b; in i_i2() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/ |
D | expect.hpp | 18 namespace boost { namespace spirit { namespace x3 namespace 54 bool r = this->subject.parse(first, last, context, rcontext, attr); in parse() local 79 namespace boost { namespace spirit { namespace x3 { namespace detail namespace 91 bool r = parse_into_container( in call() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_ecc_pp.cc | 45 uint32_t* x3; in ECC_Double() local 89 static void ECC_Add(Point* r, Point* p, Point* q) { in ECC_Add() 94 uint32_t* x3; in ECC_Add() local 199 Point r; in ECC_PointMult_Bin_NAF() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256.c | 105 fiat_p256_felem x2, x3, x6, x12, x15, x30, x32; in fiat_p256_inv_square() local 249 static void fiat_p256_point_add(fiat_p256_felem x3, fiat_p256_felem y3, in fiat_p256_point_add() 315 fiat_p256_felem r; in fiat_p256_point_add() local 438 static void ec_GFp_nistp256_add(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_add() 454 static void ec_GFp_nistp256_dbl(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_dbl() 466 static void ec_GFp_nistp256_point_mul(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul() 534 EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul_base() 582 EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul_public() 675 const EC_SCALAR *r) { in ec_GFp_nistp256_cmp_x_coordinate()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256.c | 108 fiat_p256_felem x2, x3, x6, x12, x15, x30, x32; in fiat_p256_inv_square() local 252 static void fiat_p256_point_add(fiat_p256_felem x3, fiat_p256_felem y3, in fiat_p256_point_add() 318 fiat_p256_felem r; in fiat_p256_point_add() local 448 static void ec_GFp_nistp256_add(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_add() 464 static void ec_GFp_nistp256_dbl(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_dbl() 476 static void ec_GFp_nistp256_point_mul(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul() 544 EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul_base() 592 EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul_public() 685 const EC_SCALAR *r) { in ec_GFp_nistp256_cmp_x_coordinate()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256.c | 108 fiat_p256_felem x2, x3, x6, x12, x15, x30, x32; in fiat_p256_inv_square() local 252 static void fiat_p256_point_add(fiat_p256_felem x3, fiat_p256_felem y3, in fiat_p256_point_add() 318 fiat_p256_felem r; in fiat_p256_point_add() local 448 static void ec_GFp_nistp256_add(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_add() 464 static void ec_GFp_nistp256_dbl(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_dbl() 476 static void ec_GFp_nistp256_point_mul(const EC_GROUP *group, EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul() 544 EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul_base() 592 EC_JACOBIAN *r, in ec_GFp_nistp256_point_mul_public() 685 const EC_SCALAR *r) { in ec_GFp_nistp256_cmp_x_coordinate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256.c | 105 fiat_p256_felem x2, x3, x6, x12, x15, x30, x32; in fiat_p256_inv_square() local 249 static void fiat_p256_point_add(fiat_p256_felem x3, fiat_p256_felem y3, in fiat_p256_point_add() 315 fiat_p256_felem r; in fiat_p256_point_add() local 438 static void ec_GFp_nistp256_add(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_add() 454 static void ec_GFp_nistp256_dbl(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_dbl() 466 static void ec_GFp_nistp256_point_mul(const EC_GROUP *group, EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul() 534 EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul_base() 582 EC_RAW_POINT *r, in ec_GFp_nistp256_point_mul_public() 675 const EC_SCALAR *r) { in ec_GFp_nistp256_cmp_x_coordinate()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/ |
D | rule.hpp | 25 namespace boost { namespace spirit { namespace x3 namespace 47 bool r; member 61 namespace boost { namespace spirit { namespace x3 { namespace detail namespace 211 bool r = rhs.parse( in parse_rhs_main() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | fwd_txfm.c | 82 int r, c; in vpx_fdct4x4_1_c() local 101 tran_high_t x0, x1, x2, x3; // canbe16 in vpx_fdct8x8_c() local 175 int r, c; in vpx_fdct8x8_1_c() local 249 tran_high_t x0, x1, x2, x3; // canbe16 in vpx_fdct16x16_c() local 364 int r, c; in vpx_fdct16x16_1_c() local 761 int r, c; in vpx_fdct32x32_1_c() local
|
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | asinf.cpp | 86 if (auto r = ASINF_EXCEPTS_LO.lookup_odd(x_abs, x_sign); variable 100 double x3 = xd * xsq; variable 101 double r = asin_eval(xsq); variable 115 if (auto r = ASINF_EXCEPTS_HI.lookup_odd(x_abs, x_sign); variable 150 double r = asin_eval(u); variable
|
H A D | acosf.cpp | 55 if (auto r = ACOSF_EXCEPTS.lookup(x_uint); LIBC_UNLIKELY(r.has_value())) variable 71 double x3 = xd * xsq; variable 72 double r = asin_eval(xsq); variable 118 double r = fputil::multiply_add(cv * u, r3, cv); variable
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | psintrp.c | 927 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 2096 CF2_F16Dot16 r; in cf2_interpT2CharString() local 2236 CF2_F16Dot16 r; in cf2_interpT2CharString() local 2723 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 2760 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 2805 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local 2854 CF2_Fixed x1, x2, x3, y1, y2, y3; in cf2_interpT2CharString() local
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ShaderProgram.java | 200 public void setClearColor(float r, float g, float b) { in setClearColor() 269 float x2, float y2, float x3, float y3); in setSourceRegion() 272 float x2, float y2, float x3, float y3); in setTargetRegion() 282 private native boolean setShaderClearColor(float r, float g, float b); in setShaderClearColor()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.3/ |
HD | grpc-context-1.0.3.jar | ... .lang.Runnable {
final synthetic Runnable val$r
final synthetic io.grpc.Context this$0 ... |
/aosp_15_r20/external/arm-optimized-routines/math/ |
H A D | sincosf.h | 47 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 75 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 108 double r; in reduce_fast() local
|
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/ |
H A D | MyersTest.cpp | 22 static bool operator==(std::pair<const Point &, const Point &> l, std::tuple<Point, Point> r) { in operator ==() argument 26 DEF_TEST(MFC_order_segment_points, r) { in DEF_TEST() argument 47 DEF_TEST(MFC_segment_ctor, r) { in DEF_TEST() argument 67 DEF_TEST(MFC_slope_less_than, r) { in DEF_TEST() argument 93 DEF_TEST(MFC_segment_less_than_upper_to_insert, r) { in DEF_TEST() argument 109 DEF_TEST(MFC_less_than_at_y, r) { in DEF_TEST() argument 138 DEF_TEST(MFC_has_inner_intersection, r) { in DEF_TEST() argument 177 for (int32_t x3 = -10; x3 <= 10; x3++) { in DEF_TEST() local 213 DEF_TEST(MFC_myers_brute_force_comparison, r) { in DEF_TEST() argument 305 DEF_TEST(MFC_myers_brute_force_random_comparison, r) { in DEF_TEST() argument
|