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

  /external/openssl/crypto/lhash/
lh_stats.c 76 fprintf(out,"num_nodes = %u\n",lh->num_nodes);
104 for (i=0; i<lh->num_nodes; i++)
119 for (i=0; i<lh->num_nodes; i++)
129 fprintf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes);
133 (int)(total/lh->num_nodes),
134 (int)((total%lh->num_nodes)*100/lh->num_nodes),
183 BIO_printf(out,"num_nodes = %u\n",lh->num_nodes);
    [all...]
lhash.c 127 ret->num_nodes=MIN_NODES/2;
165 for (i=0; i<lh->num_nodes; i++)
186 if (lh->up_load <= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))
241 if ((lh->num_nodes > MIN_NODES) &&
242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)))
281 for (i=lh->num_nodes-1; i>=0; i--)
316 lh->num_nodes++;
391 lh->num_nodes--;
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/freetype/src/cache/
ftcglyph.c 37 family->num_nodes++;
49 if ( family && --family->num_nodes == 0 )
113 family->num_nodes = 0;
206 family->num_nodes++;
210 if ( --family->num_nodes == 0 )
ftcmru.c 175 list->num_nodes = 0;
190 FT_ASSERT( list->num_nodes == 0 );
245 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 )
261 list->num_nodes--;
274 list->num_nodes++;
312 list->num_nodes--;
ftcglyph.h 138 FT_UInt num_nodes; /* current number of nodes in this family */ member in struct:FTC_FamilyRec_
299 _gqfamily->num_nodes++; \
303 if ( --_gqfamily->num_nodes == 0 ) \
ftcmanag.h 99 FT_UInt num_nodes; member in struct:FTC_ManagerRec_
ftccache.c 58 manager->num_nodes++;
72 manager->num_nodes--;
316 if ( manager->num_nodes == 0 )
318 manager->num_nodes ));
ftccache.h 345 _try_count > _try_manager->num_nodes ) \
346 _try_count = _try_manager->num_nodes; \
  /external/chromium/base/
linked_list_unittest.cc 36 // which is an array of size |num_nodes|.
38 int num_nodes, const int* node_ids, bool forward) {
43 ASSERT_LT(i, num_nodes);
44 int index_of_id = forward ? i : num_nodes - i - 1;
48 EXPECT_EQ(num_nodes, i);
52 int num_nodes,
56 ExpectListContentsForDirection(list, num_nodes, node_ids, true);
60 ExpectListContentsForDirection(list, num_nodes, node_ids, false);
  /external/srec/srec/crec/
c47mulsp.c 98 if (context->max_searchable_nodes < context->num_nodes || context->max_searchable_arcs < context->num_arcs)
102 context->max_searchable_nodes, context->num_nodes);
srec_context.c 229 for (i = 0; i < context->num_nodes; i++)
232 if (i != context->num_nodes)
912 nodeID from_node, last_from_node, into_node, num_nodes, max_node_number = 0; local
996 fst->num_nodes = 0
3603 nodeID *nodes, num_nodes, num_alloc; member in struct:nodeID_list_t
    [all...]
srec.c     [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 107 int num_nodes; member in struct:RT_LTREE
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 111 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes); variable
cavl_impl.h 854 L_(avl) *l_tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes)
868 L_SIZE num_sub = num_nodes;
882 if (num_nodes == 0)
965 if (num_sub == num_nodes)
  /external/srec/srec/include/
srec_context.h 110 nodeID num_nodes; member in struct:srec_context
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 345 bool build(fwd_iter p, size num_nodes)
347 if (num_nodes == 0) {
364 size num_sub = num_nodes;
436 if (num_sub == num_nodes)
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 553 tree->num_nodes = load_int(fp);
555 tree->values_or_question1 = (short*) lts_alloc(tree->num_nodes, sizeof(short));
561 tree->question2 = (short*) lts_alloc(tree->num_nodes, sizeof(short));
567 tree->left_nodes = (short *) lts_alloc(tree->num_nodes, sizeof(short));
574 pfprintf(PSTDOUT,"LOAD_TREE: Tree for let %d num_nodes %d\n", let, tree->num_nodes);
577 for (i=0;i<tree->num_nodes;i++) {
    [all...]
  /external/openssl/include/openssl/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /external/srec/tools/test_g2g/
test_g2g.c 226 fst->num_nodes, fst->num_base_nodes, fst->FSMnode_list_len,

Completed in 1108 milliseconds