Home
last modified time | relevance | path

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

/lk-master/lib/libc/include/
A Dlimits.h8 #ifndef LLONG_MIN
9 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1) macro
A Dstdint.h25 #if defined(LLONG_MIN)
26 #define INT64_MIN LLONG_MIN
108 #define INTMAX_MIN LLONG_MIN
/lk-master/lib/libc/
A Dstrtoll.c95 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
119 acc = LLONG_MIN; in strtoll()

Completed in 4 milliseconds