Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h187 #define INT64_MIN (INT64_C(-9223372036854775807)-1) macro
189 #define INT_LEAST64_MIN INT64_MIN
191 #define INT_FAST64_MIN INT64_MIN
198 #define INTMAX_MIN INT64_MIN
214 # define INTPTR_MIN INT64_MIN
217 # define PTRDIFF_MIN INT64_MIN
/bionic/tests/
Dsys_param_test.cpp43 int64_t min64 = INT64_MIN; in TEST()
/bionic/tests/headers/posix/
Dstdint_h.c71 MACRO(INT64_MIN); in stdint_h()