Home
last modified time | relevance | path

Searched defs:RangeSize (Results 1 – 5 of 5) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerRandom.h26 intptr_t RangeSize = To - From + 1; in operator() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp623 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange() local
633 unsigned RangeSize = GapAndRangeSizes[I].second; in encodeDefRange() local
688 unsigned GapSize, RangeSize; in encodeDefRange() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits.h40 constexpr typename URBG::result_type RangeSize() { in RangeSize() function
Dfast_uniform_bits_test.cc118 TEST(FastUniformBitsTest, RangeSize) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2372 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; in foldICmpDivConstant() local