Searched defs:ULONG_MAX (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dlimits.h87 # define ULONG_MAX 0xffffffffffffffffUL /* max value for unsigned long */ macro
91 # define ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
120 #define SIZE_T_MAX ULONG_MAX
/bionic/tools/versioner/current/
H A Dlimits.h87 # define ULONG_MAX 0xffffffffffffffffUL /* max value for unsigned long */ macro
91 # define ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
120 #define SIZE_T_MAX ULONG_MAX

Completed in 75 milliseconds