Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dprivate.h51 # define BC_BSWAP(u) ZEND_BYTES_SWAP32(u)
/php-src/Zend/
H A Dzend_portability.h823 # define ZEND_BYTES_SWAP32(u) _byteswap_ulong(u) macro
827 # define ZEND_BYTES_SWAP32(u) bswap_32(u) macro
831 # define ZEND_BYTES_SWAP32(u) bswap32(u) macro
834 # define ZEND_BYTES_SWAP32(u) __builtin_bswap32(u) macro
838 # define ZEND_BYTES_SWAP32(u) __builtin_bswap32(u) macro
845 #ifndef ZEND_BYTES_SWAP32
846 static zend_always_inline uint32_t ZEND_BYTES_SWAP32(uint32_t u) in ZEND_BYTES_SWAP32() function
H A Dzend_alloc.c223 # define BSWAPPTR(u) ZEND_BYTES_SWAP32(u)

Completed in 26 milliseconds