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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h842 /// map->rootSize.
984 unsigned rootSize;
1053 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) {
1066 return rootSize == 0;
1078 return !branched() ? rootLeaf().stop(rootSize - 1) :
1079 rootBranch().stop(rootSize - 1);
1094 if (branched() || rootSize == RootLeaf::Capacity)
1098 unsigned p = rootLeaf().findFrom(0, rootSize, a);
1099 rootSize = rootLeaf().insertFrom(p, rootSize,
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m391 rootSize = get(0,'ScreenSize');
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/
H A Des31fProgramUniformTests.cpp852 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::gles31::Functional::UniformCase::BasicUniform
867 , rootSize (rootSize_)
1365 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp797 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::UniformCase::BasicUniform
812 , rootSize (rootSize_)
1491 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp962 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::UniformCase::BasicUniform
977 , rootSize (rootSize_)
1862 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)

Completed in 140 milliseconds