Home
last modified time | relevance | path

Searched defs:sum (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dadd.c44 bc_num sum = NULL; in bc_add() local
H A Ddoaddsub.c43 bc_num sum; in _bc_do_add() local
H A Drecmul.c68 int sum = 0; in _bc_simp_mul() local
/php-src/ext/fileinfo/libmagic/
H A Dis_tar.c106 int sum, recsum; in is_tar() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c489 __m128i sum = _mm_add_epi32(lower, higher); /* [A * 16 + I * 8:H * 9 + P * 1] */ in adler32_do16_loop() local
/php-src/ext/phar/
H A Dtar.c89 uint32_t sum = 0; in phar_tar_checksum() local
/php-src/ext/standard/
H A Dcrypt_sha256.c695 char sum[32]; in main() local
H A Dcrypt_sha512.c764 char sum[64]; in main() local
H A Dstring.c3643 size_t sum; local
/php-src/ext/hash/xxhash/
H A Dxxhash.h3769 __m512i const sum = _mm512_add_epi64(*xacc, data_swap); in XXH3_accumulate_512_avx512() local
3884 __m256i const sum = _mm256_add_epi64(xacc[i], data_swap); in XXH3_accumulate_512_avx2() local
3990 __m128i const sum = _mm_add_epi64(xacc[i], data_swap); in XXH3_accumulate_512_sse2() local
/php-src/Zend/
H A Dzend_compile.c6677 unsigned int sum = 0; in zend_are_intersection_types_redundant() local

Completed in 92 milliseconds