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 | 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()
|
D | limits_test.cpp | 73 #if !defined(ULONG_MAX) in TEST() 74 #error ULONG_MAX in TEST()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | memset.c | 102 #if ULONG_MAX > 0xffff in bzero() 105 #if ULONG_MAX > 0xffffffff in bzero()
|
/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/bionic/ |
D | strtol.cpp | 212 return StrToU<unsigned long, ULONG_MAX, char>(s, end, base); in strtoul() 216 return StrToU<unsigned long, ULONG_MAX, wchar_t>(s, end, base); in wcstoul()
|
/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()
|
/bionic/libc/tzcode/ |
D | private.h | 336 # if ULONG_MAX >> 31 >> 1 < 0xffffffff
|