Home
last modified time | relevance | path

Searched refs:UINT64_MAX (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/standard/
H A Dfile.h66 #define PHP_TIMEOUT_ULL_MAX UINT64_MAX
H A Dbasic_functions.c1235 const double top_target_sec = (double)(UINT64_MAX / ns_per_sec);
/PHP-8.2/Zend/
H A Dzend_long.h37 # define ZEND_ULONG_MAX UINT64_MAX
/PHP-8.2/ext/date/lib/
H A Dtimelib.h107 # ifndef UINT64_MAX
108 #define UINT64_MAX _UI64_MAX macro
117 # define TIMELIB_ULONG_MAX UINT64_MAX
/PHP-8.2/ext/random/
H A Drandom.c165 if (UNEXPECTED(umax == UINT64_MAX)) { in rand_range64()
178 limit = UINT64_MAX - (UINT64_MAX % umax) - 1; in rand_range64()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c655 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib()

Completed in 27 milliseconds