Home
last modified time | relevance | path

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

/PHP-7.4/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.4/win32/
H A Dphp_stdint.h236 #define INT64_C(val) val##i64 macro
244 #define INTMAX_C INT64_C
/PHP-7.4/TSRM/
H A DTSRM.h62 (((size) + INT64_C(15)) & ~INT64_C(15))
/PHP-7.4/Zend/
H A Dzend_long.h37 # define Z_L(i) INT64_C(i)
/PHP-7.4/ext/hash/
H A Dphp_hash.h30 #define L64 INT64_C

Completed in 14 milliseconds