Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_long.h37 # define ZEND_ULONG_MAX UINT64_MAX
/php-src/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-src/ext/random/
H A Drandom.c159 if (UNEXPECTED(umax == UINT64_MAX)) { in php_random_range64()
172 limit = UINT64_MAX - (UINT64_MAX % umax) - 1; in php_random_range64()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c68 while (p < e && value <= (UINT64_MAX / 10 - 1)) { in lexbor_strtod_read_uint64()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c700 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib()
H A Dapprentice.c2878 if (*q == '-' && ull != UINT64_MAX) in getvalue()
/php-src/ext/standard/
H A Dstreamsfuncs.c42 #define PHP_TIMEOUT_ULL_MAX UINT64_MAX

Completed in 32 milliseconds