Searched refs:rootIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DTCPageMap.h170 const Number rootIndex = key >> LEAF_BITS; local
173 if (rootIndex != previousRootIndex) {
174 if (!root_[rootIndex]) {
182 leaf = reader(root_[rootIndex]);
183 previousRootIndex = rootIndex;
302 const Number rootIndex = key >> (LEAF_BITS + INTERIOR_BITS); local
306 if (rootIndex != previousRootIndex) {
307 if (!root->ptrs[rootIndex]) {
315 intermediateNode = reader(root->ptrs[rootIndex]);
316 previousRootIndex = rootIndex;
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DKeywordLookupGenerator.py150 rootIndex = len(self.fullPrefix)
153 baseIndex = rootIndex
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationbuilder.cpp868 int32_t rootIndex = binarySearchForRootPrimaryNode( local
870 if(rootIndex >= 0) {
871 return rootPrimaryIndexes.elementAti(rootIndex);
876 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode);

Completed in 121 milliseconds