Searched refs:ULONG_MAX (Results 1 – 10 of 10) 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 | limits_test.cpp | 73 #if !defined(ULONG_MAX) in TEST() 74 #error ULONG_MAX in TEST()
|
D | sys_prctl_test.cpp | 103 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, ULONG_MAX, 0, 0); in TEST() 107 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, ULONG_MAX, 0, 0); in TEST() 111 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_LOWER, ULONG_MAX, 0, 0); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | shm.h | 27 #define SHMMAX (ULONG_MAX - (1UL << 24)) 28 #define SHMALL (ULONG_MAX - (1UL << 24))
|
D | incrementalfs.h | 26 #define INCFS_MAGIC_NUMBER (0x5346434e49ul & ULONG_MAX)
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoul.c | 15 #define MAX_VALUE 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 | 201 MACRO(ULONG_MAX); in limits_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 190 return StrToU<unsigned long, ULONG_MAX>(s, end, base); in strtoul()
|
/bionic/libc/tzcode/ |
D | private.h | 257 # if ULONG_MAX >> 31 >> 1 < 0xffffffff
|