Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/lz4/
A Dxxhash.c271 v2 = XXH_rotl32(v2, 13); in XXH32_endian_align()
377 v2 = XXH_rotl64(v2, 31); in XXH64_endian_align()
399 v2 = XXH_rotl64(v2, 31); in XXH64_endian_align()
617 U32 v2 = state->v2; in XXH32_update_endian() local
628 v2 = XXH_rotl32(v2, 13); in XXH32_update_endian()
643 state->v2 = v2; in XXH32_update_endian()
771 U64 v2 = state->v2; in XXH64_update_endian() local
782 v2 = XXH_rotl64(v2, 31); in XXH64_update_endian()
797 state->v2 = v2; in XXH64_update_endian()
833 U64 v2 = state->v2; in XXH64_digest_endian() local
[all …]
/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
A Dghashv8-armx64.S42 pmull2 v2.1q,v20.2d,v20.2d
46 eor v18.16b,v0.16b,v2.16b
51 ins v2.d[0],v1.d[1]
57 eor v18.16b,v18.16b,v2.16b
87 eor v18.16b,v0.16b,v2.16b
92 ins v2.d[0],v1.d[1]
98 eor v18.16b,v18.16b,v2.16b
168 eor v2.16b,v2.16b,v6.16b
185 ins v2.d[0],v1.d[1]
201 eor v2.16b,v2.16b,v18.16b
[all …]
A Daesv8-armx64.S244 aesmc v2.16b,v2.16b
248 aesmc v2.16b,v2.16b
253 aesmc v2.16b,v2.16b
256 eor v2.16b,v2.16b,v0.16b
274 aesimc v2.16b,v2.16b
278 aesimc v2.16b,v2.16b
283 aesimc v2.16b,v2.16b
286 eor v2.16b,v2.16b,v0.16b
513 orr v0.16b,v2.16b,v2.16b
665 eor v2.16b,v2.16b,v7.16b
[all …]
A Dsha256-armv8.S1094 orr v2.16b,v0.16b,v0.16b
1101 orr v2.16b,v0.16b,v0.16b
1108 orr v2.16b,v0.16b,v0.16b
1115 orr v2.16b,v0.16b,v0.16b
1122 orr v2.16b,v0.16b,v0.16b
1129 orr v2.16b,v0.16b,v0.16b
1136 orr v2.16b,v0.16b,v0.16b
1143 orr v2.16b,v0.16b,v0.16b
1150 orr v2.16b,v0.16b,v0.16b
1157 orr v2.16b,v0.16b,v0.16b
[all …]
/third_party/ulib/musl/third_party/math/
A Dlgammal.c159 v2 = 3.786631705644460255229513563657226008015E3L, variable
298 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y))))); in __lgammal_r()
A Dlgamma_r.c123 v2 = 2.12848976379893395361e+00, /* 0x40010725, 0xA42B18F5 */ variable
256 p2 = 1.0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __lgamma_r()
A Dlgammaf_r.c58 v2 = 2.1284897327e+00, /* 0x4008392d */ variable
191 p2 = 1.0f + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * v5)))); in __lgammaf_r()
/third_party/lib/cortex-strings/src/aarch64/
A Dstrchrnul.S49 #define vdata2 v2
A Dmemchr.S53 #define vdata2 v2
A Dstrchr.S49 #define vdata2 v2
/third_party/ulib/backtrace/
A Ddwarf.c897 function_addrs_compare (const void *v1, const void *v2) in function_addrs_compare() argument
900 const struct function_addrs *a2 = (const struct function_addrs *) v2; in function_addrs_compare()
992 unit_addrs_compare (const void *v1, const void *v2) in unit_addrs_compare() argument
995 const struct unit_addrs *a2 = (const struct unit_addrs *) v2; in unit_addrs_compare()
1038 line_compare (const void *v1, const void *v2) in line_compare() argument
1041 const struct line *ln2 = (const struct line *) v2; in line_compare()
1080 abbrev_compare (const void *v1, const void *v2) in abbrev_compare() argument
1083 const struct abbrev *a2 = (const struct abbrev *) v2; in abbrev_compare()
A Dpecoff.c286 coff_symbol_compare (const void *v1, const void *v2) in coff_symbol_compare() argument
289 const struct coff_symbol *e2 = (const struct coff_symbol *) v2; in coff_symbol_compare()
A Delf.c332 elf_symbol_compare (const void *v1, const void *v2) in elf_symbol_compare() argument
335 const struct elf_symbol *e2 = (const struct elf_symbol *) v2; in elf_symbol_compare()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl8576 // ACPI v2.0, so the test has been modified to just check the

Completed in 38 milliseconds