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/ |
H A D | IntervalMap.h | 845 /// map->rootSize. 976 unsigned rootSize; 1042 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { 1055 return rootSize == 0; 1067 return !branched() ? rootLeaf().stop(rootSize - 1) : 1068 rootBranch().stop(rootSize - 1); 1083 if (branched() || rootSize == RootLeaf::Capacity) 1087 unsigned p = rootLeaf().findFrom(0, rootSize, a); 1088 rootSize = rootLeaf().insertFrom(p, rootSize, [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 578 unsigned rootSize = 0;
in Find() local 580 rootSize = kSuperPathPrefixSize;
in Find() 582 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0)
in Find() 589 Name = path + rootSize;
in Find()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 246 unsigned rootSize = GetRootPrefixSize(FilePath);
in OnInit() local 250 rootSize = 0;
in OnInit() 254 rootSize = kSuperPathPrefixSize;
in OnInit() 257 _topDirPrefix.SetFrom(FilePath, rootSize);
in OnInit()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 851 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. 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/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 961 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member 976 , rootSize (rootSize_) in BasicUniform() 1852 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 796 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member 811 , rootSize (rootSize_) in BasicUniform() 1481 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
|
Completed in 16 milliseconds