Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h984 unsigned rootSize; variable
1053 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap()
1066 return rootSize == 0; in empty()
1078 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1079 rootBranch().stop(rootSize - 1); in stop()
1094 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1098 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1099 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert()
1178 size[0] = rootSize; in branchRoot()
1180 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot()
[all …]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dexportfig.m391 rootSize = get(0,'ScreenSize'); variable
393 if figPos(1) + figPos(3) > rootSize(3)
394 figPos(1) = rootSize(3) - figPos(3) - 50;
396 if figPos(2) + figPos(4) > rootSize(4)
397 figPos(2) = rootSize(4) - figPos(4) - 50;
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp852 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
867 , rootSize (rootSize_) in BasicUniform()
1365 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp797 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
812 , rootSize (rootSize_) in BasicUniform()
1491 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp962 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
977 , rootSize (rootSize_) in BasicUniform()
1862 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()