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.h814 # define ZEND_BYTES_SWAP64(u) _byteswap_uint64(u) macro
818 # define ZEND_BYTES_SWAP64(u) bswap_64(u) macro
822 # define ZEND_BYTES_SWAP64(u) bswap64(u) macro
825 # define ZEND_BYTES_SWAP64(u) __builtin_bswap64(u) macro
831 # define ZEND_BYTES_SWAP64(u) __builtin_bswap64(u) macro
844 #ifndef ZEND_BYTES_SWAP64
845 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 34 milliseconds