Searched refs:INT64_MIN (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dstdint.h186 #define INT64_MIN (INT64_C(-9223372036854775807)-1) macro
188 #define INT_LEAST64_MIN INT64_MIN
190 #define INT_FAST64_MIN INT64_MIN
197 #define INTMAX_MIN INT64_MIN
213 # define INTPTR_MIN INT64_MIN
216 # define PTRDIFF_MIN INT64_MIN

Completed in 951 milliseconds