Searched refs:ULONG_MAX (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/ |
D | limits.h | 87 # 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/ |
D | sys_prctl_test.cpp | 98 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()
|
D | limits_test.cpp | 74 #if !defined(ULONG_MAX) in TEST() 75 #error ULONG_MAX in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | shm.h | 15 #define SHMMAX (ULONG_MAX - (1UL << 24)) 16 #define SHMALL (ULONG_MAX - (1UL << 24))
|
D | incrementalfs.h | 14 #define INCFS_MAGIC_NUMBER (0x5346434e49ul & ULONG_MAX)
|
/bionic/libc/bionic/ |
D | strtol.cpp | 159 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/ |
D | private.h | 390 # if 3 <= ULONG_MAX >> 31 >> 31 392 # define UINT_FAST64_MAX ULONG_MAX 406 # define UINTMAX_MAX ULONG_MAX
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 127 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
|
/bionic/tests/headers/posix/ |
D | limits_h.c | 215 MACRO(ULONG_MAX); in limits_h()
|