Home
last modified time | relevance | path

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

/bionic/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/include/sys/
Dlimits.h72 # define ULONG_MAX 0xffffffffffffffffUL macro
79 # define ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
/bionic/libc/bionic/
Darc4random.c262 #if (ULONG_MAX > 0xffffffffUL) in arc4random_uniform()