Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdint.h246 #define INT_LEAST64_MIN (-__INT_LEAST64_MAX__ - 1) macro
251 #define INT_LEAST64_MIN (-9223372036854775807L-1L) macro
255 #define INT_LEAST64_MIN (-9223372036854775807LL-1LL) macro