Home
last modified time | relevance | path

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

/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
846 static zend_always_inline uint32_t ZEND_BYTES_SWAP32(uint32_t u) in ZEND_BYTES_SWAP32() function

Completed in 11 milliseconds