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

1 2 3 4 5 67 8 9

  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 324 limits[j][1] = INT32_MIN;
326 limits[j][3] = INT32_MIN;
tzregts.cpp 602 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
714 INT32_MIN, BAD,
    [all...]
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 324 limits[j][1] = INT32_MIN;
326 limits[j][3] = INT32_MIN;
tzregts.cpp 602 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
714 INT32_MIN, BAD,
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format_test.py 160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 173 static_assert(INT32_MIN == -2147483648U, "INT32_MIN == -2147483648");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 173 static_assert(INT32_MIN == -2147483648U, "INT32_MIN == -2147483648");
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 88 static int32_t int32_min = INT32_MIN; local
98 Limits req_limits = {&int32_min, &int32_max,
decode_alltypes_pointer.c 129 TEST(alltypes.req_limits->int32_min && *alltypes.req_limits->int32_min == INT32_MIN);
  /external/pixman/pixman/
pixman-gradient-walker.c 143 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX)
pixman-image.c 49 begin->x = INT32_MIN;
70 begin->x = INT32_MIN;
pixman-trap.c 429 box->x2 = INT32_MIN;
430 box->y2 = INT32_MIN;
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 704 if (vOffset > INT32_MAX || vOffset < INT32_MIN) {
724 if (vOffset > INT32_MAX || vOffset < INT32_MIN) {
731 rsl_assert(vOffset <= INT32_MAX && vOffset >= INT32_MIN);
745 rsl_assert(vAddr <= INT32_MAX && vAddr >= INT32_MIN);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 173 static_assert(INT32_MIN == -2147483648U, "INT32_MIN == -2147483648");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 173 static_assert(INT32_MIN == -2147483648U, "INT32_MIN == -2147483648");
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 353 if (OffImm == INT32_MIN)
949 if (OffImm == INT32_MIN)
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 23 #ifndef INT32_MIN
24 #error INT32_MIN not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 23 #ifndef INT32_MIN
24 #error INT32_MIN not defined
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 19 #undef INT32_MIN
  /external/nanopb-c/tests/alltypes/
decode_alltypes.c 173 TEST(alltypes.req_limits.int32_min == INT32_MIN);
  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 129 int32_t min = INT32_MIN;
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 19 #undef INT32_MIN
  /system/core/libcutils/
properties.c 104 return (int32_t)property_get_imax(key, INT32_MIN, INT32_MAX, default_value);
  /external/llvm/include/llvm/Support/
ScaledNumber.h 188 /// Returns \c INT32_MIN when \c Digits is zero.
194 return std::make_pair(INT32_MIN, 0);
214 /// Returns \c INT32_MIN when \c Digits is zero.
223 /// Returns \c INT32_MIN when \c Digits is zero.
233 /// Returns \c INT32_MIN when \c Digits is zero.
554 /// Get the lg of the scalar. lg 0 is defined to be INT32_MIN.
557 /// \brief The log base 2, rounded towards INT32_MIN.
559 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
564 /// Get the lg ceiling. lg 0 is defined to be INT32_MIN.
835 assert(Shift != INT32_MIN);
    [all...]

Completed in 1436 milliseconds

1 2 3 4 5 67 8 9