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

  /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/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.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.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.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/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 779 milliseconds