HomeSort by relevance Sort by last modified time
    Searched refs:nNodes (Results 1 - 13 of 13) sorted by null

  /external/bzip2/
huffman.c 72 Int32 nNodes, nHeap, n1, n2, i, j, k;
84 nNodes = alphaSize;
103 nNodes++;
104 parent[n1] = parent[n2] = nNodes;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
106 parent[nNodes] = -1;
108 heap[nHeap] = nNodes;
112 AssertH( nNodes < (BZ_MAX_ALPHA_SIZE * 2), 2002 );
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 399 int nNodes = nodes.size();
403 m_mapSize = nNodes + m_blocksize;
406 else if ((m_firstFree + nNodes) >= m_mapSize)
408 m_mapSize += (nNodes + m_blocksize);
412 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
417 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
419 m_firstFree += nNodes;
DOMHelper.java 386 int nNodes = children.getLength();
390 for (int i = 0; i < nNodes; i++)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 1141 int nNodes = nodes.size();
1145 m_mapSize = nNodes + m_blocksize;
1148 else if ((m_firstFree + nNodes) >= m_mapSize)
1150 m_mapSize += (nNodes + m_blocksize);
1154 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
1159 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
1161 m_firstFree += nNodes;
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c     [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 1296 milliseconds