Home
last modified time | relevance | path

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

/php-src/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-src/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c50 bool carry = 0; in _bc_do_add() local
H A Ddiv.c239 BC_VECTOR carry = 0; in bc_standard_div() local
/php-src/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-src/Zend/
H A Dzend_strtod.c648 ULLong carry, y; local
650 ULong carry, *x, y; local
843 ULLong carry, z; local
845 ULong carry, z; local
2171 ULLong borrow, carry, y, ys; local
2173 ULong borrow, carry, y, ys; local
H A Dzend_operators.c2526 int carry=0; in increment_string() local
/php-src/ext/standard/
H A Dstring.c1259 bool carry = false; in PHP_FUNCTION() local
1319 bool carry = false; in PHP_FUNCTION() local

Completed in 57 milliseconds