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

1 2 3 45 6

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 21 // This is needed for stdint.h to define INT64_MAX in C++
60 if (mDequeuedBufferCount > 0 || signalTime == INT64_MAX) {
StatusTracker.cpp 21 // This is needed for stdint.h to define INT64_MAX in C++
125 // - If not yet signaled, getSignalTime returns INT64_MAX
131 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 168 # define INT64_MAX (__INT64_C(9223372036854775807))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 168 # define INT64_MAX (__INT64_C(9223372036854775807))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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))
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 19 // This is needed for stdint.h to define INT64_MAX in C++
217 nsecs_t nextEventTime = INT64_MAX;
340 if (t < 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/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 117 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
  /external/elfutils/libdw/
memory-access.h 114 return INT64_MAX; \
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
  /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/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
  /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
  /external/qemu/
cutils.c 395 if ((val * mul >= INT64_MAX) || val < 0) {
qemu-timer.c 811 static int64_t delta_min = INT64_MAX;
829 delta_min = INT64_MAX;
1039 int64_t nearest_delta_ns = INT64_MAX;
    [all...]
  /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;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 101 INT64_MAX = (__INT64_C(9223372036854775807))
  /system/core/charger/
charger.c 892 int64_t next_event = INT64_MAX;
908 if (next_event != -1 && next_event != INT64_MAX)
  /external/llvm/lib/MC/
MCDwarf.cpp 190 // and use INT64_MAX as the line delta which is the signal that this is
208 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
344 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
373 // A LineDelta of INT64_MAX is a signal that this is actually a
376 if (LineDelta == INT64_MAX) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 692 nsecs_t waitTime = INT64_MAX;
792 waitTime = INT64_MAX;
    [all...]

Completed in 1758 milliseconds

1 2 3 45 6