Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoul.c74 cutoff = ULONG_MAX / (unsigned long)base; in strtoul()
75 cutlim = ULONG_MAX % (unsigned long)base; in strtoul()
89 acc = ULONG_MAX; in strtoul()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoul.c15 #define MAX_VALUE ULONG_MAX
/bionic/libc/include/sys/
Dlimits.h57 # define ULONG_MAX 0xffffffffffffffffUL macro
64 # define ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
/bionic/libc/include/
Dlimits.h110 #define SIZE_T_MAX ULONG_MAX