Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dphp_stdint.h183 #ifndef INT64_C
185 # define INT64_C(c) c macro
187 # define INT64_C(c) c ## L macro
189 # define INT64_C(c) c ## LL macro
/PHP-7.3/win32/
H A Dphp_stdint.h236 #define INT64_C(val) val##i64 macro
244 #define INTMAX_C INT64_C
/PHP-7.3/ext/hash/
H A Dphp_hash.h30 #define L64 INT64_C
/PHP-7.3/Zend/
H A Dzend_long.h37 # define Z_L(i) INT64_C(i)

Completed in 8 milliseconds