Searched refs:ULONG_MAX (Results 1 – 3 of 3) sorted by relevance
23 #define ULONG_MAX ((uint64_t)(~0UL)) /* 0xFFFFFFFF */ macro24 #define LONG_MAX (ULONG_MAX >> 1U) /* 0x7FFFFFFF */
48 cutoff = ULONG_MAX / base; in strtoul_hex()49 cutlim = ULONG_MAX % base; in strtoul_hex()68 acc = ULONG_MAX; in strtoul_hex()
57 uint64_t bottom_hpa = ULONG_MAX; in parse_rtct()105 if (bottom_hpa != ULONG_MAX) { in parse_rtct()
Completed in 5 milliseconds