Searched refs:rootSize (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 974 unsigned rootSize; variable 1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() 1056 return rootSize == 0; in empty() 1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1069 rootBranch().stop(rootSize - 1); in stop() 1084 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1089 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1168 size[0] = rootSize; in branchRoot() 1170 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 964 unsigned rootSize; variable 1033 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() 1046 return rootSize == 0; in empty() 1058 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1059 rootBranch().stop(rootSize - 1); in stop() 1074 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1078 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1079 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1158 size[0] = rootSize; in branchRoot() 1160 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, NULL, size, in branchRoot() [all …]
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 527 unsigned rootSize = 0; in Find() local 529 rootSize = kSuperPathPrefixSize; in Find() 531 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find() 538 Name = path + rootSize; in Find()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 264 int rootSize = GetRootPrefixSize(FilePath); in OnInit() local 268 rootSize = 0; in OnInit() 272 rootSize = kSuperPathPrefixSize; in OnInit() 275 _topDirPrefix.SetFrom(FilePath, rootSize); in OnInit()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 851 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 866 , rootSize (rootSize_) in BasicUniform() 1355 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 796 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 811 , rootSize (rootSize_) in BasicUniform() 1481 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 961 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member 976 , rootSize (rootSize_) in BasicUniform() 1852 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|