Searched refs:nodeCount (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp213 int32_t nodeCount = 0; local
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSUtils.c2013 UInt32 nodeCount; local
2024 nodeCount = fileSize / nodeSize;
2037 if (nodeCount > nodeBitsInHeader) // do we need additional map nodes?
2050 *mapNodes = (nodeCount - nodeBitsInHeader + (nodeBitsInMapNode - 1)) / nodeBitsInMapNode;
2071 bth->totalNodes = nodeCount; // total number of nodes
2072 bth->freeNodes = nodeCount - usedNodes; // number of free nodes
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArray.cpp1382 unsigned nodeCount = usedVectorLength; local
1384 if (!nodeCount)
1392 tree.abstractor().m_nodes.grow(nodeCount);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp350 int numNodes = m_scrollingStateTree ? m_scrollingStateTree->nodeCount() : 0;

Completed in 198 milliseconds