Home
last modified time | relevance | path

Searched refs:BC_BSWAP (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Dprivate.h45 # define BC_BSWAP(u) ZEND_BYTES_SWAP64(u) macro
51 # define BC_BSWAP(u) ZEND_BYTES_SWAP32(u) macro
H A Ddoaddsub.c93 n1bytes = BC_BSWAP(n1bytes); in _bc_do_add()
94 n2bytes = BC_BSWAP(n2bytes); in _bc_do_add()
119 n1bytes = BC_BSWAP(n1bytes); in _bc_do_add()
234 n1bytes = BC_BSWAP(n1bytes); in _bc_do_sub()
235 n2bytes = BC_BSWAP(n2bytes); in _bc_do_sub()
254 n1bytes = BC_BSWAP(n1bytes); in _bc_do_sub()
H A Dconvert.c78 tmp = BC_BSWAP(tmp); in bc_parse_chunk_chars()
97 tmp = BC_BSWAP(tmp); in bc_parse_chunk_chars()

Completed in 7 milliseconds