Searched refs:INTPTR_MIN (Results 1 – 25 of 34) sorted by relevance
12
96 #define INTPTR_MIN INT32_MIN macro104 #define PTRDIFF_MIN INTPTR_MIN
165 #ifndef INTPTR_MIN166 #error INTPTR_MIN not defined
162 #ifndef INTPTR_MIN163 #error INTPTR_MIN not defined
175 # define INTPTR_MIN INT64_MIN macro179 # define INTPTR_MIN INT32_MIN macro
22 static_assert(__is_same(__typeof__(INTPTR_MIN), intptr_t));
1466 INTPTR_MIN_ INTPTR_MIN
28 #define GPR_ATM_MIN INTPTR_MIN
32 #define GPR_ATM_MIN INTPTR_MIN
27 #define GPR_ATM_MIN INTPTR_MIN
1578 INTPTR_MIN_ INTPTR_MIN
29 #define GPR_ATM_MIN INTPTR_MIN
64 #define INTPTR_MIN LONG_MIN macro
63 INTPTR_MIN
64 INTPTR_MIN
130 INTPTR_MIN = (-9223372036854775807L-1) variable132 INTPTR_MIN = (-2147483647-1) variable
160 #ifndef INTPTR_MIN161 #error INTPTR_MIN not defined
209 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()
159 #ifndef INTPTR_MIN160 #error INTPTR_MIN not defined
208 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()