HomeSort by relevance Sort by last modified time
    Searched defs:Mid (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveInterval.cpp 42 size_t Mid = Len >> 1;
43 if (Pos < I[Mid].end)
44 Len = Mid;
46 I += Mid + 1, Len -= Mid + 1;
  /external/llvm/tools/bugpoint/
ListReducer.h 120 unsigned Mid = MidTop / 2;
121 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
122 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
145 MidTop = Mid;
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 115 unsigned Mid = MidTop / 2;
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
140 MidTop = Mid;
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 312 size_t Mid = Len >> 1;
313 if (Pos < I[Mid].end) {
314 Len = Mid;
316 I += Mid + 1;
317 Len -= Mid + 1;
    [all...]
  /external/pdfium/core/fxcrt/
string_view_template.h 25 // extraction (via the Mid(), Left(), and Right() methods) is copy-free.
161 StringViewTemplate Mid(size_t first, size_t count) const {
180 return Mid(0, count);
186 return Mid(GetLength() - count, count);
bytestring.cpp 490 ByteString ByteString::Mid(size_t first, size_t count) const {
514 return Mid(0, count);
520 return Mid(GetLength() - count, count);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Parallel.h 108 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2);
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
  /external/skia/src/pathops/
SkPathOpsPoint.h 224 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) {
  /external/skqp/src/pathops/
SkPathOpsPoint.h 224 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 139 unsigned Mid = Size / 2;
140 std::vector<CaseRange> LHS(Begin, Begin + Mid);
142 std::vector<CaseRange> RHS(Begin + Mid, End);
145 CaseRange& Pivot = *(Begin + Mid);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 223 unsigned Mid = Size / 2;
224 std::vector<CaseRange> LHS(Begin, Begin + Mid);
226 std::vector<CaseRange> RHS(Begin + Mid, End);
229 CaseRange &Pivot = *(Begin + Mid);
  /external/clang/test/SemaCXX/
conditional-expr.cpp 32 struct Mid : Base {};
33 struct Fin : Mid, Derived {};
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 522 Scatterer Mid = scatter(&BCI, V);
524 Res[ResI++] = Mid[MidI];
  /external/lzma/CPP/Common/
MyString.h 306 AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); }
433 UString(unsigned num, const wchar_t *s); // for Mid
540 UString Mid(unsigned startIndex, unsigned count) const { return UString(count, _chars + startIndex); }

Completed in 1118 milliseconds

1 2