HomeSort by relevance Sort by last modified time
    Searched refs:INT32_MIN (Results 26 - 50 of 69) sorted by null

12 3

  /system/core/libcutils/
private.h 159 #ifndef INT32_MIN
160 #define INT32_MIN (-1 - INT32_MAX)
161 #endif /* !defined INT32_MIN */
  /ndk/tests/build/stdint-c++/jni/
test_c.c 57 #ifndef INT32_MIN
58 #error INT32_MIN defined!
test_no_macros.cpp 57 #ifdef INT32_MIN
58 #error INT32_MIN defined!
test_constant_macros.cpp 58 #ifdef INT32_MIN
59 #error INT32_MIN is defined!
test_limit_macros.cpp 58 #ifndef INT32_MIN
59 #error INT32_MIN is not defined!
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 307 #undef INT32_MIN
310 #define INT32_MIN (~ INT32_MAX)
351 #define INT_LEAST32_MIN INT32_MIN
423 # define INTMAX_MIN INT32_MIN
  /external/icu4c/test/intltest/
tsnmfmt.cpp 214 tryIt((int32_t)INT32_MIN);
216 tryIt((double)INT32_MIN);
218 tryIt((double)INT32_MIN - 1.0);
callimts.cpp 323 limits[j][1] = INT32_MIN;
325 limits[j][3] = INT32_MIN;
  /external/bison/src/
system.h 30 # undef INT32_MIN
  /external/clang/lib/Headers/
stdint.h 530 # define INT32_MIN (-INT32_C(2147483647)-1)
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 530 # define INT32_MIN (-INT32_C(2147483647)-1)
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 530 # define INT32_MIN (-INT32_C(2147483647)-1)
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 530 # define INT32_MIN (-INT32_C(2147483647)-1)
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 530 # define INT32_MIN (-INT32_C(2147483647)-1)
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
  /external/icu4c/i18n/
fmtable.cpp.noOrig 400 } else if (fValue.fInt64 < INT32_MIN) {
402 return INT32_MIN;
410 } else if (fValue.fDouble < INT32_MIN) {
412 return INT32_MIN;
fmtable.cpp 400 } else if (fValue.fInt64 < INT32_MIN) {
402 return INT32_MIN;
410 } else if (fValue.fDouble < INT32_MIN) {
412 return INT32_MIN;
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
wire_format_test.py 160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
  /external/qemu/audio/
mixeng.c 106 #define IN_MIN INT32_MIN
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 162 # define INT32_MIN (-2147483647-1)
  /external/ipsec-tools/src/libipsec/
policy_parse.y 93 #ifndef INT32_MIN
94 #define INT32_MIN (-INT32_MAX-1)
172 if (errno != 0 || p_priority_offset < INT32_MIN)
  /system/core/sh/
init.c 143 #undef INT32_MIN
144 #define INT32_MIN (-2147483647-1)
435 #undef INT32_MIN
436 #define INT32_MIN (-2147483647-1)
727 #undef INT32_MIN
728 #define INT32_MIN (-2147483647-1)
  /external/icu4c/common/
utext.cpp 472 length1 = INT32_MIN;
474 length2 = INT32_MIN;
478 while((length1 > 0 || length1 == INT32_MIN) && (length2 > 0 || length2 == INT32_MIN)) {
488 if (length1 != INT32_MIN) {
491 if (length2 != INT32_MIN) {
496 if(length1 <= 0 && length1 != INT32_MIN) {
502 } else if(length2 <= 0 && length2 != INT32_MIN) {
600 length1 = INT32_MIN;
603 length2 = INT32_MIN;
    [all...]