HomeSort by relevance Sort by last modified time
    Searched defs:nodeSize (Results 1 - 6 of 6) 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/java/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 159 final int nodeSize = getPtNodeMaximumSize(node, options);
160 node.mCachedSize = nodeSize;
161 size += nodeSize;
372 int nodeSize = getNodeHeaderSize(ptNode, formatOptions);
375 nodeSize += FormatSpec.PTNODE_TERMINAL_ID_SIZE;
377 nodeSize += FormatSpec.PTNODE_FREQUENCY_SIZE;
381 nodeSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
383 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
384 nodeSize + size, ptNode.mChildren));
387 nodeSize += getShortcutListSize(ptNode.mShortcutTargets)
    [all...]
FusionDictionary.java 693 final int nodeSize = nodeArray.mData.size();
694 int size = nodeSize;
695 for (int i = nodeSize - 1; i >= 0; --i) {
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 92 milliseconds