HomeSort by relevance Sort by last modified time
    Searched refs:INT32_MIN (Results 176 - 200 of 219) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 277 ((int64_t)Value <= INT32_MAX && (int64_t)Value >= INT32_MIN)));
295 assert(RealOffset <= INT32_MAX && RealOffset >= INT32_MIN);
308 assert(RealOffset <= INT32_MAX && RealOffset >= INT32_MIN);
383 assert(static_cast<int64_t>(Result) >= INT32_MIN &&
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 550 if (SImm == INT32_MIN) {
    [all...]
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 161 TEST(decoded.int32_min == INT32_MIN);
encode_alltypes_callback.c 146 limits.int32_min = INT32_MIN;
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 131 TEST((s = S("\xff\xff\xff\xff\x0f"), pb_dec_svarint(&s, &f, &d) && d == INT32_MIN))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 96 INT32_MIN = (-2147483647-1)
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 89 #ifndef INT32_MIN
90 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/bison/src/
scan-skel.c 108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1)
    [all...]
scan-code.c 108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1)
    [all...]
scan-gram.c 108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 84 #ifndef INT32_MIN
85 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 85 #ifndef INT32_MIN
86 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 83 #ifndef INT32_MIN
84 #define INT32_MIN (-2147483647-1)
    [all...]
parse-events-flex.c 64 #ifndef INT32_MIN
65 #define INT32_MIN (-2147483647-1)
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/bison/lib/
inttypes.in.h 55 #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
  /external/iproute2/lib/
utils.c 214 res > INT32_MAX || res < INT32_MIN)
  /external/pixman/pixman/
pixman-glyph.c 328 extents->x2 = extents->y2 = INT32_MIN;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 75 #ifndef INT32_MIN
76 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 65 #ifndef INT32_MIN
66 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/libpcap/
scanner.c 84 #ifndef INT32_MIN
85 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 121 case(-7):fs=INT32_MIN;break;
391 case(-7):fs=INT32_MIN;break;
    [all...]
  /external/libopus/tests/
test_opus_api.c 121 case(-7):fs=INT32_MIN;break;
391 case(-7):fs=INT32_MIN;break;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 87 #ifndef INT32_MIN
88 #define INT32_MIN (-2147483647-1)
    [all...]

Completed in 981 milliseconds

1 2 3 4 5 6 78 9