HomeSort by relevance Sort by last modified time
    Searched refs:Limits (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 161 SmallVector<RecordLimit, 2> Limits;
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 87 /* Values for the Limits message. */
98 Limits req_limits = {&int32_min, &int32_max,
  /external/webrtc/webrtc/modules/
module_common_types_unittest.cc 125 TEST(SequenceNumberUnwrapper, Limits) {
  /external/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 28 #include <limits>
782 typedef std::numeric_limits<IntT> Limits;
785 if (*this >= Limits::max())
786 return Limits::max();
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 157 Limits decoded = {0};
encode_alltypes_callback.c 145 Limits limits = {0}; local
146 limits.int32_min = INT32_MIN;
147 limits.int32_max = INT32_MAX;
148 limits.uint32_min = 0;
149 limits.uint32_max = UINT32_MAX;
150 limits.int64_min = INT64_MIN;
151 limits.int64_max = INT64_MAX;
152 limits.uint64_min = 0;
153 limits.uint64_max = UINT64_MAX
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 29 #include <limits>
415 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single
417 limitT.resize(fn->allBBlocks.getSize(), Limits(0, 0));
418 limitB.resize(fn->allBBlocks.getSize(), Limits(0, 0));
419 limitS.resize(fn->allBBlocks.getSize());
440 // limits when looking at an isolated block
441 limitS[bb->getId()].min = min;
442 limitS[bb->getId()].max = max;
457 if (limitS[bbId].max == std::numeric_limits<int>::max())
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 3209 milliseconds

12