HomeSort by relevance Sort by last modified time
    Searched full:int64_max (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /external/llvm/include/llvm/Support/
ScaledNumber.h 440 if (U > uint64_t(INT64_MAX))
441 return IsNeg ? INT64_MIN : INT64_MAX;
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/compiler-rt/test/builtins/Unit/ppc/
fixtfdi_test.c 14 // { HUGE, 0.0, INT64_MAX },
15 // { INFINITY, 0.0, INT64_MAX },
  /external/llvm/unittests/ADT/
APIntTest.cpp 279 auto int64max = INT64_MAX;
341 int64_t edgeM1 = INT64_MAX;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 313 virtual int64_t maxFwdBranchOffset() const { return INT64_MAX; }
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 637 // of frames. INT64_MAX means an infinite loop.
  /external/vixl/test/
test-assembler-a64.cc     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 55 static const int64_t Symbolic = INT64_MAX;
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp     [all...]
AudioTrack.cpp     [all...]
  /external/pcre/dist/
pcre_internal.h 228 stdint.h is available, include it; it may define INT64_MAX. Systems that do not
238 #if defined INT64_MAX || defined int64_t
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm.cc     [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 87 std::uniform_int_distribution<int64_t> uniform_dist3(256, INT64_MAX);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 817 mMediaClock->updateAnchor(nowMediaUs, nowUs, INT64_MAX);
    [all...]
  /system/core/fastboot/
fastboot.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1982 milliseconds

1 2 3 4 5 6 7 8910