Searched defs:ULONG_MAX (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/vdso/ | ||
D | limits.h | 13 #define ULONG_MAX (~0UL) macro |
/linux-6.12.1/tools/include/nolibc/ | ||
D | stdint.h | 118 #define ULONG_MAX ((unsigned long)(__LONG_MAX__) * 2 + 1) macro |