Home
last modified time | relevance | path

Searched defs:INT_LEAST64_MIN (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dstdint.h245 #define INT_LEAST64_MIN (-__INT_LEAST64_MAX__ - 1) macro
250 #define INT_LEAST64_MIN (-9223372036854775807L-1L) macro
254 #define INT_LEAST64_MIN (-9223372036854775807LL-1LL) macro