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

  /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/llvm/lib/CodeGen/
LiveInterval.cpp 311 size_t Mid = Len >> 1;
312 if (Pos < I[Mid].end)
313 Len = Mid;
315 I += Mid + 1, Len -= Mid + 1;
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 105 CFX_ByteStringC Mid(FX_STRSIZE index, FX_STRSIZE count = -1) const {
255 CFX_ByteString Mid(FX_STRSIZE first) const;
257 CFX_ByteString Mid(FX_STRSIZE first, FX_STRSIZE count) const;
489 CFX_WideStringC Mid(FX_STRSIZE index, FX_STRSIZE count = -1) const {
634 CFX_WideString Mid(FX_STRSIZE first) const;
636 CFX_WideString Mid(FX_STRSIZE first, FX_STRSIZE count) const;
  /external/skia/src/pathops/
SkPathOpsPoint.h 190 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 229 unsigned Mid = Size / 2;
230 std::vector<CaseRange> LHS(Begin, Begin + Mid);
232 std::vector<CaseRange> RHS(Begin + Mid, End);
235 CaseRange &Pivot = *(Begin + Mid);
  /external/lzma/CPP/Common/
MyString.h 239 // AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); }
335 UString(unsigned num, const wchar_t *s); // for Mid
401 UString Mid(unsigned startIndex, unsigned count) const { return UString(count, _chars + startIndex); }
  /external/clang/test/SemaCXX/
conditional-expr.cpp 32 struct Mid : Base {};
33 struct Fin : Mid, Derived {};
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 519 Scatterer Mid = scatter(&BCI, V);
521 Res[ResI++] = Mid[MidI];
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 422 CFX_ByteString CFX_ByteString::Mid(FX_STRSIZE nFirst) const {
426 return Mid(nFirst, m_pData->m_nDataLength - nFirst);
428 CFX_ByteString CFX_ByteString::Mid(FX_STRSIZE nFirst, FX_STRSIZE nCount) const {
fx_basic_wstring.cpp 419 CFX_WideString CFX_WideString::Mid(FX_STRSIZE nFirst) const {
420 return Mid(nFirst, m_pData->m_nDataLength - nFirst);
422 CFX_WideString CFX_WideString::Mid(FX_STRSIZE nFirst, FX_STRSIZE nCount) const {
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 555 milliseconds