| /third_party/ulib/lz4/ |
| A D | xxhash.c | 271 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 D | ghashv8-armx64.S | 42 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 D | aesv8-armx64.S | 244 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 D | sha256-armv8.S | 1094 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 D | lgammal.c | 159 v2 = 3.786631705644460255229513563657226008015E3L, variable 298 p2 = v0 + y * (v1 + y * (v2 + y * (v3 + y * (v4 + y * (v5 + y))))); in __lgammal_r()
|
| A D | lgamma_r.c | 123 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 D | lgammaf_r.c | 58 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 D | strchrnul.S | 49 #define vdata2 v2
|
| A D | memchr.S | 53 #define vdata2 v2
|
| A D | strchr.S | 49 #define vdata2 v2
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 897 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 D | pecoff.c | 286 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 D | elf.c | 332 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 D | grammar.asl | 8576 // ACPI v2.0, so the test has been modified to just check the
|