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

  /external/llvm/include/llvm/ADT/
IntervalMap.h 436 // LeafSize can't be larger than CacheLineBytes. This is required by the
441 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
803 unsigned leafSize() const { return path.back().size; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 415 // LeafSize can't be larger than CacheLineBytes. This is required by the
420 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
423 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
782 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 440 // LeafSize can't be larger than CacheLineBytes. This is required by the
445 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
804 unsigned leafSize() const { return path.back().size; }
    [all...]

Completed in 1056 milliseconds