HomeSort by relevance Sort by last modified time
    Searched defs:nodeSize (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c 84 int nodeSize;
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 84 int nodeSize;
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
  /external/valgrind/main/coregrind/
m_oset.c 431 Int nodeSize = sizeof(AvlNode) + elemSize;
437 n = t->alloc( t->cc, nodeSize );
439 VG_(memset)(n, 0, nodeSize);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 152 final int nodeSize = getPtNodeMaximumSize(node);
153 node.mCachedSize = nodeSize;
154 size += nodeSize;
376 int nodeSize = getNodeHeaderSize(ptNode);
378 nodeSize += FormatSpec.PTNODE_FREQUENCY_SIZE;
381 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
382 nodeSize + size, ptNode.mChildren));
384 nodeSize += getShortcutListSize(ptNode.mShortcutTargets);
388 nodeSize + size + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE,
390 nodeSize += getByteSize(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE
    [all...]
FusionDictionary.java 624 final int nodeSize = nodeArray.mData.size();
625 int size = nodeSize;
626 for (int i = nodeSize - 1; i >= 0; --i) {
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
jakarta-regexp-1.4.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 95 milliseconds