Home
last modified time | relevance | path

Searched refs:ULONG_MAX (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/
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/tests/
Dsys_prctl_test.cpp98 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, ULONG_MAX, 0, 0); in TEST()
102 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, ULONG_MAX, 0, 0); in TEST()
106 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_LOWER, ULONG_MAX, 0, 0); in TEST()
Dlimits_test.cpp74 #if !defined(ULONG_MAX) in TEST()
75 #error ULONG_MAX in TEST()
/bionic/libc/kernel/uapi/linux/
Dshm.h15 #define SHMMAX (ULONG_MAX - (1UL << 24))
16 #define SHMALL (ULONG_MAX - (1UL << 24))
Dincrementalfs.h14 #define INCFS_MAGIC_NUMBER (0x5346434e49ul & ULONG_MAX)
/bionic/libc/bionic/
Dstrtol.cpp159 return StrToI<unsigned long, 0, ULONG_MAX, char>(s, end, base); in strtoul()
163 return StrToI<unsigned long, 0, ULONG_MAX, wchar_t>(s, end, base); in wcstoul()
/bionic/libc/tzcode/
Dprivate.h390 # if 3 <= ULONG_MAX >> 31 >> 31
392 # define UINT_FAST64_MAX ULONG_MAX
406 # define UINTMAX_MAX ULONG_MAX
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp127 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
/bionic/tests/headers/posix/
Dlimits_h.c215 MACRO(ULONG_MAX); in limits_h()