Home
last modified time | relevance | path

Searched refs:rootSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h976 unsigned rootSize; variable
1042 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap()
1055 return rootSize == 0; in empty()
1067 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1068 rootBranch().stop(rootSize - 1); in stop()
1083 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1087 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1088 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert()
1179 size[0] = rootSize; in branchRoot()
1181 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot()
[all …]
/third_party/lzma/CPP/Windows/
DFileFind.cpp574 unsigned rootSize = 0; in Find() local
576 rootSize = kSuperPathPrefixSize; in Find()
578 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find()
585 Name = path + rootSize; in Find()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp264 int rootSize = GetRootPrefixSize(FilePath); in OnInit() local
268 rootSize = 0; in OnInit()
272 rootSize = kSuperPathPrefixSize; in OnInit()
275 _topDirPrefix.SetFrom(FilePath, rootSize); in OnInit()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramUniformTests.cpp851 …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()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp796 …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()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformApiTests.cpp961 …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()