Home
last modified time | relevance | path

Searched defs:carry (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/hash/
H A Dphp_hash_murmur.h22 uint32_t carry; member
34 uint32_t carry[4]; member
46 uint64_t carry[2]; member
H A Dhash_whirlpool.c282 uint32_t b, carry; in PHP_WHIRLPOOLUpdate() local
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Ddiv.c48 int carry, value; in _one_mult() local
90 unsigned int qdig, qguess, borrow, carry; in bc_divide() local
H A Ddoaddsub.c53 int carry, n1bytes, n2bytes; local
H A Drecmul.c107 int count, carry; in _bc_shift_addsub() local
/PHP-8.2/ext/hash/murmur/
H A DPMurHash.c208 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length) in PMurHash32_Result()
H A DPMurHash128.c429 uint32_t carry[4] = {0, 0, 0, 0}; in PMurHash128x86() local
636 uint64_t carry[2] = {0, 0}; in PMurHash128x64() local
/PHP-8.2/Zend/
H A Dzend_strtod.c658 ULLong carry, y; local
660 ULong carry, *x, y; local
853 ULLong carry, z; local
855 ULong carry, z; local
2179 ULLong borrow, carry, y, ys; local
2181 ULong borrow, carry, y, ys; local
H A Dzend_operators.c2404 int carry=0; in increment_string() local

Completed in 30 milliseconds