HomeSort by relevance Sort by last modified time
    Searched refs:INT32_MAX (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/icu4c/test/intltest/
callimts.cpp 322 limits[j][0] = INT32_MAX;
324 limits[j][2] = INT32_MAX;
numrgts.cpp     [all...]
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 161 [wire_format.SFixed32ByteSize, wire_format.INT32_MAX, 4],
  /frameworks/base/services/common_time/
clock_recovery.cpp 64 while ((N > INT32_MAX) || (D > UINT32_MAX)) {
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdint_h.pass.cpp 179 static_assert(INT32_MAX == 2147483647, "INT32_MAX == 2147483647");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 179 static_assert(INT32_MAX == 2147483647, "INT32_MAX == 2147483647");
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
colldata.cpp 880 int32_t shortestLength = INT32_MAX;
931 if (shortestLength == INT32_MAX) {
  /external/icu4c/common/
utext.cpp     [all...]
ustrenum.cpp 51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 39 #ifndef INT32_MAX
40 #error INT32_MAX not defined
  /frameworks/native/libs/binder/
Parcel.cpp 42 #ifndef INT32_MAX
43 #define INT32_MAX ((int32_t)(2147483647))
1052 if (size > 0 && size < INT32_MAX) {
1072 if (size >= 0 && size < INT32_MAX) {
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 373 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX,
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 248 } else if (SignedVal >= INT32_MIN && SignedVal <= INT32_MAX) {
  /external/webkit/Source/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 81 if (doubleLength < 0.0 || doubleLength > INT32_MAX)
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 371 if (sbuf.st_size >= INT32_MAX)
  /external/bison/examples/calc++/
calc++-scanner.cc 98 #ifndef INT32_MAX
99 #define INT32_MAX (2147483647)
    [all...]
  /external/bison/src/
scan-skel.c 117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647)
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 93 #ifndef INT32_MAX
94 #define INT32_MAX (2147483647)
    [all...]
  /external/elfutils/src/
ldlex.c 94 #ifndef INT32_MAX
95 #define INT32_MAX (2147483647)
    [all...]
  /external/icu4c/io/
uscanf_p.c     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 214 ((int64_t)Value <= INT32_MAX && (int64_t)Value >= INT32_MIN)));
230 assert(RealOffset <= INT32_MAX && RealOffset >= INT32_MIN);
  /external/qemu/
qemu-timer.c 849 int64_t delta = INT32_MAX;
872 delta = INT32_MAX;
    [all...]
  /system/core/sh/
arith_lex.c 67 #ifndef INT32_MAX
68 #define INT32_MAX (2147483647)
    [all...]

Completed in 369 milliseconds

1 2 3 45 6