Home
last modified time | relevance | path

Searched refs:ZEND_BYTES_SWAP64 (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dprivate.h45 # define BC_BSWAP(u) ZEND_BYTES_SWAP64(u)
/php-src/Zend/
H A Dzend_portability.h824 # define ZEND_BYTES_SWAP64(u) _byteswap_uint64(u) macro
828 # define ZEND_BYTES_SWAP64(u) bswap_64(u) macro
832 # define ZEND_BYTES_SWAP64(u) bswap64(u) macro
835 # define ZEND_BYTES_SWAP64(u) __builtin_bswap64(u) macro
841 # define ZEND_BYTES_SWAP64(u) __builtin_bswap64(u) macro
854 #ifndef ZEND_BYTES_SWAP64
855 static zend_always_inline uint64_t ZEND_BYTES_SWAP64(uint64_t u) in ZEND_BYTES_SWAP64() function
H A Dzend_alloc.c221 # define BSWAPPTR(u) ZEND_BYTES_SWAP64(u)
/php-src/ext/random/
H A Drandomizer.c318 uint64_t swapped = ZEND_BYTES_SWAP64(result.result); in PHP_METHOD()

Completed in 20 milliseconds