Home
last modified time | relevance | path

Searched refs:ZEND_ATTRIBUTE_CONST (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_bitset.h48 ZEND_ATTRIBUTE_CONST static zend_always_inline int zend_ulong_ntz(zend_ulong num)
86 ZEND_ATTRIBUTE_CONST static zend_always_inline int zend_ulong_nlz(zend_ulong num)
H A Dzend_portability.h241 # define ZEND_ATTRIBUTE_CONST __attribute__((const)) macro
243 # define ZEND_ATTRIBUTE_CONST macro
H A Dzend_alloc.c544 ZEND_ATTRIBUTE_CONST static zend_always_inline int zend_mm_bitset_nts(zend_mm_bitset bitset)
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c40 ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) in rotl()
/php-src/ext/standard/
H A Dpack.c103 ZEND_ATTRIBUTE_CONST static inline uint16_t php_pack_reverse_int16(uint16_t arg) in php_pack_reverse_int16()
109 ZEND_ATTRIBUTE_CONST static inline uint32_t php_pack_reverse_int32(uint32_t arg) in php_pack_reverse_int32()

Completed in 26 milliseconds