Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_stdint.h180 #ifndef INT64_C
182 # define INT64_C(c) c macro
184 # define INT64_C(c) c ## L macro
186 # define INT64_C(c) c ## LL macro
/PHP-7.2/win32/
H A Dphp_stdint.h236 #define INT64_C(val) val##i64 macro
244 #define INTMAX_C INT64_C
/PHP-7.2/ext/hash/
H A Dphp_hash.h32 #define L64 INT64_C
/PHP-7.2/Zend/
H A Dzend_long.h40 # define Z_L(i) INT64_C(i)

Completed in 12 milliseconds