Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 2 of 2) sorted by relevance

/kernel/lib/libc/include/
A Dlimits.h18 #ifndef LLONG_MIN
19 #define LLONG_MIN (-LLONG_MAX - 1LL) macro
/kernel/lib/libc/
A Dstrtoll.c96 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
120 acc = LLONG_MIN; in strtoll()

Completed in 6 milliseconds