Searched defs:acc (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 3494 xxh_u64 const acc = len in XXH3_len_9to16_64b() local 3579 { xxh_u64 acc = len * XXH_PRIME64_1; in XXH3_len_17to128_64b() local 3612 { xxh_u64 acc = len * XXH_PRIME64_1; in XXH3_len_129to240_64b() local 3826 XXH3_accumulate_512_avx2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_avx2() 3931 XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_sse2() 4032 XXH3_accumulate_512_neon( void* XXH_RESTRICT acc, in XXH3_accumulate_512_neon() 4358 XXH3_accumulate( xxh_u64* XXH_RESTRICT acc, in XXH3_accumulate() 4754 XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, in XXH3_consumeStripes() 4910 XXH3_digest_long (XXH64_hash_t* acc, in XXH3_digest_long() 5150 { XXH128_hash_t acc; in XXH3_len_17to128_128b() local [all …]
|
/PHP-8.2/ext/standard/ |
H A D | flock_compat.c | 165 unsigned long acc = 0, addr = 0; in inet_aton() local
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_is_numeric.c | 116 zend_ulong acc; in collator_u_strtol() local
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_posix.c | 138 int acc = 0; in read_number() local
|
/PHP-8.2/main/streams/ |
H A D | plain_wrapper.c | 810 DWORD prot, acc, loffs = 0, hoffs = 0, delta = 0; in php_stdiop_set_option() local
|
/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 3103 unsigned char acc = 0U; in PHP_FUNCTION() local
|
Completed in 54 milliseconds