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

  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 186 size = p.nodeSize(x, infinity)
191 size = p.nodeSize(pair.Key, infinity) // size <= infinity
380 typeSize := p.nodeSize(f.Type, maxSize)
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 186 size = p.nodeSize(x, infinity)
191 size = p.nodeSize(pair.Key, infinity) // size <= infinity
380 typeSize := p.nodeSize(f.Type, maxSize)
    [all...]
  /external/libdrm/amdgpu/
util_hash.c 87 int nodeSize;
102 return malloc(hash->nodeSize);
256 hash->data.d->nodeSize = sizeof(struct util_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/coregrind/
m_oset.c 429 Int nodeSize = sizeof(AvlNode) + elemSize;
435 n = t->alloc_fn( t->cc, nodeSize );
437 VG_(memset)(n, 0, nodeSize);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 125 final int nodeSize = getPtNodeMaximumSize(node, codePointToOneByteCodeMap);
126 node.mCachedSize = nodeSize;
127 size += nodeSize;
329 int nodeSize = getNodeHeaderSize(ptNode, codePointToOneByteCodeMap);
331 nodeSize += FormatSpec.PTNODE_FREQUENCY_SIZE;
334 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
335 nodeSize + size, ptNode.mChildren));
340 nodeSize + size + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE,
342 nodeSize += getByteSize(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE;
345 ptNode.mCachedSize = nodeSize;
    [all...]
FusionDictionary.java 555 final int nodeSize = nodeArray.mData.size();
556 int size = nodeSize;
557 for (int i = nodeSize - 1; i >= 0; --i) {
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 336 milliseconds