Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlimits.h86 # define ULONG_MAX 0xffffffffffffffffUL /* max value for unsigned long */ macro
90 # define ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
119 #define SIZE_T_MAX ULONG_MAX
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoul.c81 cutoff = ULONG_MAX / (unsigned long)base; in strtoul()
82 cutlim = ULONG_MAX % (unsigned long)base; in strtoul()
96 acc = ULONG_MAX; in strtoul()
/bionic/libc/kernel/uapi/linux/
Dshm.h26 #define SHMMAX (ULONG_MAX - (1UL << 24))
27 #define SHMALL (ULONG_MAX - (1UL << 24))
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoul.c15 #define MAX_VALUE ULONG_MAX
/bionic/tests/
Dsys_prctl_test.cpp99 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, ULONG_MAX, 0, 0); in TEST()
103 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, ULONG_MAX, 0, 0); in TEST()
107 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_LOWER, ULONG_MAX, 0, 0); in TEST()
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp129 if ((alignment == ULONG_MAX && errno == ERANGE) || *end != '\0') { in main()
/bionic/libc/tzcode/
Dprivate.h257 # if ULONG_MAX >> 31 >> 1 < 0xffffffff