/external/openssl/crypto/lhash/ |
D | lh_stats.c | 76 fprintf(out,"num_nodes = %u\n",lh->num_nodes); in lh_stats() 104 for (i=0; i<lh->num_nodes; i++) in lh_node_stats() 119 for (i=0; i<lh->num_nodes; i++) in lh_node_usage_stats() 129 fprintf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes); in lh_node_usage_stats() 133 (int)(total/lh->num_nodes), in lh_node_usage_stats() 134 (int)((total%lh->num_nodes)*100/lh->num_nodes), in lh_node_usage_stats() 183 BIO_printf(out,"num_nodes = %u\n",lh->num_nodes); in lh_stats_bio() 213 for (i=0; i<lh->num_nodes; i++) in lh_node_stats_bio() 228 for (i=0; i<lh->num_nodes; i++) in lh_node_usage_stats_bio() 238 BIO_printf(out,"%lu nodes used out of %u\n",n_used,lh->num_nodes); in lh_node_usage_stats_bio() [all …]
|
D | lhash.c | 127 ret->num_nodes=MIN_NODES/2; in lh_new() 165 for (i=0; i<lh->num_nodes; i++) in lh_free() 186 if (lh->up_load <= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)) in lh_insert() 241 if ((lh->num_nodes > MIN_NODES) && in lh_delete() 242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))) in lh_delete() 278 for (i=lh->num_nodes-1; i>=0; i--) in doall_util_fn() 311 lh->num_nodes++; in expand() 386 lh->num_nodes--; in contract()
|
D | lhash.h | 143 unsigned int num_nodes; member
|
/external/srec/srec/crec/ |
D | srec_context.c | 229 for (i = 0; i < context->num_nodes; i++) in FST_PrepareContext() 232 if (i != context->num_nodes) in FST_PrepareContext() 912 nodeID from_node, last_from_node, into_node, num_nodes, max_node_number = 0; in FST_LoadGraph() local 996 fst->num_nodes = 0; in FST_LoadGraph() 1087 num_nodes = (nodeID)(max_node_number + 1); in FST_LoadGraph() 1088 if( max_num_FSMnodes > num_nodes) { in FST_LoadGraph() 1089 fst->FSMnode_freelist = num_nodes; in FST_LoadGraph() 1090 for (i = num_nodes; i < (max_num_FSMnodes - 1); i++) in FST_LoadGraph() 1107 fst->num_base_nodes = fst->num_nodes = num_nodes; in FST_LoadGraph() 1147 for (i = 0; i < fst->num_nodes; i++) in FST_DumpGraph() [all …]
|
D | c47mulsp.c | 98 …if (context->max_searchable_nodes < context->num_nodes || context->max_searchable_arcs < context->… in activate_grammar_for_recognition() 102 context->max_searchable_nodes, context->num_nodes); in activate_grammar_for_recognition()
|
D | srec.c | 1733 if (rec->context->num_nodes > rec->max_fsm_nodes) in srec_begin() 1738 for (node_index = 0;node_index < rec->context->num_nodes;node_index++) in srec_begin() 2271 for (inode = 0; inode < rec->context->num_nodes; inode++) in srec_viterbi_part2()
|
/external/tesseract/dict/ |
D | dawg.cpp | 314 NODE_MAP SquishedDawg::build_node_map(inT32 *num_nodes) const { in build_node_map() 327 *num_nodes = 0; in build_node_map() 331 (*num_nodes)++; // count nodes links in build_node_map()
|
D | dawg.h | 464 NODE_MAP build_node_map(inT32 *num_nodes) const;
|
/external/webkit/JavaScriptCore/wtf/ |
D | AVLTree.h | 344 bool build(fwd_iter p, size num_nodes) in build() argument 346 if (num_nodes == 0) { in build() 363 size num_sub = num_nodes; in build() 435 if (num_sub == num_nodes) in build()
|
/external/srec/seti/sltsEngine/include/ |
D | lts_seq_internal.h | 107 int num_nodes; member
|
/external/opencore/oscl/oscl/osclmemory/src/ |
D | oscl_mem_audit.cpp | 591 uint32 num_nodes = 0; in MM_GetAllocNodeInfo() local 619 while (pAllocNode && (num_nodes < max_array_size)) in MM_GetAllocNodeInfo() 650 ++num_nodes; in MM_GetAllocNodeInfo() 654 return num_nodes; in MM_GetAllocNodeInfo()
|
/external/openssl/include/openssl/ |
D | lhash.h | 143 unsigned int num_nodes; member
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 553 tree->num_nodes = load_int(fp); in load_trees() 555 tree->values_or_question1 = (short*) lts_alloc(tree->num_nodes, sizeof(short)); in load_trees() 561 tree->question2 = (short*) lts_alloc(tree->num_nodes, sizeof(short)); in load_trees() 567 tree->left_nodes = (short *) lts_alloc(tree->num_nodes, sizeof(short)); in load_trees() 574 pfprintf(PSTDOUT,"LOAD_TREE: Tree for let %d num_nodes %d\n", let, tree->num_nodes); in load_trees() 577 for (i=0;i<tree->num_nodes;i++) { in load_trees()
|
/external/srec/srec/include/ |
D | srec_context.h | 110 nodeID num_nodes; member
|
/external/srec/tools/test_g2g/ |
D | test_g2g.c | 226 fst->num_nodes, fst->num_base_nodes, fst->FSMnode_list_len, in CheckG2G()
|