HomeSort by relevance Sort by last modified time
    Searched full:int64_max (Results 176 - 200 of 234) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/native/services/surfaceflinger/
FrameTracker.h 109 // the fence is not signaled the record's displayTime is set to INT64_MAX.
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 43 #ifndef INT64_MAX
44 #error INT64_MAX not defined
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL");
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 166 TEST(decoded.int64_max == INT64_MAX);
encode_alltypes_callback.c 151 limits.int64_max = INT64_MAX;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 43 #ifndef INT64_MAX
44 #error INT64_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL");
  /system/core/healthd/
healthd_mode_charger.cpp 626 int64_t next_event = INT64_MAX;
642 if (next_event != -1 && next_event != INT64_MAX)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 61 INT64_MAX = (1 << 63) - 1
text_format_test.py 545 int64_max = (1 << 63) - 1
547 text = '-1 %d %d' % (uint32_max + 1, int64_max + 1)
558 self.assertEqual(int64_max + 1, tokenizer.ConsumeUint64())
wire_format_test.py 165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 61 INT64_MAX = (1 << 63) - 1
  /external/qemu/android/
looper.h 32 #define DURATION_INFINITE ((Duration)INT64_MAX)
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 60 if (mHandoutTotalBufferCount > 0 || signalTime == INT64_MAX) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 168 # define INT64_MAX (__INT64_C(9223372036854775807))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 168 # define INT64_MAX (__INT64_C(9223372036854775807))
  /system/core/libutils/
LinearTransform.cpp 157 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX))
  /external/pixman/pixman/
pixman-matrix.c 179 return hi >= 0 ? INT64_MAX : INT64_MIN;
254 result->v[0] = INT64_MAX;
259 result->v[1] = INT64_MAX;
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 271 # latency data, SurfaceFlinger gives the frame a timestamp of INT64_MAX.
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 27 #undef INT64_MAX
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 156 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
  /external/elfutils/0.153/libdw/
memory-access.h 118 return INT64_MAX; \
  /external/elfutils/0.153/libdwfl/
derelocate.c 81 terms are unsigned and could be more than INT64_MAX apart. */
  /external/llvm/unittests/Support/
LEB128Test.cpp 184 EXPECT_EQ(10u, getSLEB128Size(INT64_MAX));
  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 130 int64_t lmax = INT64_MAX;

Completed in 1233 milliseconds

1 2 3 4 5 6 78 910