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

1 2 3 4 5 67 8 9

  /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) {
StatusTracker.cpp 122 // - If not yet signaled, getSignalTime returns INT64_MAX
128 bool fencesDone = signalTime != INT64_MAX;
  /frameworks/native/libs/ui/
Fence.cpp 21 // This is needed for stdint.h to define INT64_MAX in C++
114 return 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/bison/darwin-lib/
inttypes.h 495 #ifdef INT64_MAX
610 #ifdef INT64_MAX
783 #ifdef INT64_MAX
988 #ifdef INT64_MAX
1087 #ifdef INT64_MAX
1262 #ifdef INT64_MAX
    [all...]
  /external/bison/linux-lib/
inttypes.h 495 #ifdef INT64_MAX
610 #ifdef INT64_MAX
783 #ifdef INT64_MAX
988 #ifdef INT64_MAX
1087 #ifdef INT64_MAX
1262 #ifdef INT64_MAX
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 433 int64_t best_rd = INT64_MAX;
434 int64_t this_rd = INT64_MAX;
437 int64_t dist = INT64_MAX;
485 *returndistortion = INT64_MAX;
598 int64_t best_cost = INT64_MAX;
697 if (best_rd < INT64_MAX)
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 19 // This is needed for stdint.h to define INT64_MAX in C++
208 nsecs_t nextEventTime = INT64_MAX;
334 if (t < INT64_MAX) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format_test.py 165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 156 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL");
  /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_pointer/
encode_alltypes_pointer.c 93 static int64_t int64_max = INT64_MAX; local
100 &int64_min, &int64_max,
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 489 if (postedTimeNano == INT64_MAX) {
495 if (presentedTimeNano == INT64_MAX) {
501 if (readyTimeNano == INT64_MAX) {
561 if (presentedTimeNano == INT64_MAX) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 180 static_assert(INT64_MAX == 9223372036854775807LL, "INT64_MAX == 9223372036854775807LL");
  /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");
  /external/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/input.output/file.streams/c.files/
cinttypes.pass.cpp 43 #ifndef INT64_MAX
44 #error INT64_MAX not defined
  /system/core/healthd/
healthd_mode_charger.cpp 619 int64_t next_event = INT64_MAX;
635 if (next_event != -1 && next_event != INT64_MAX)
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 27 #undef INT64_MAX
  /external/elfutils/0.153/libdw/
memory-access.h 118 return INT64_MAX; \

Completed in 2712 milliseconds

1 2 3 4 5 67 8 9