Searched refs:num_nodes (Results 26 - 42 of 42) sorted by relevance

12

/external/srec/srec/include/
H A Dsrec_context.h110 nodeID num_nodes; member in struct:srec_context
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h38 int num_nodes() const;
157 int SpdyPriorityForest<NodeId, Priority>::num_nodes() const { function in class:net::SpdyPriorityForest
515 if (count > num_nodes() || node_id == child_id) {
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c553 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++) {
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/
H A Dlhash.h143 unsigned int num_nodes; member in struct:lhash_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dlhash.h143 unsigned int num_nodes; member in struct:lhash_st
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h768 L_(avl) *l_tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes) {
781 L_SIZE num_sub = num_nodes;
795 if (num_nodes == 0) {
871 if (num_sub == num_nodes)
/external/openssl/crypto/lhash/
H A Dlhash.h143 unsigned int num_nodes; member in struct:lhash_st
/external/openssl/include/openssl/
H A Dlhash.h143 unsigned int num_nodes; member in struct:lhash_st
/external/stressapptest/src/
H A Dos.h227 int num_nodes() const { return num_nodes_; } function in class:OsLayer
/external/marisa-trie/lib/marisa/
H A Dtrie-c.cc328 return (h != NULL) ? h->trie.num_nodes() : 0;
H A Dtrie.h186 std::size_t num_nodes() const;
/external/marisa-trie/tools/
H A Dmarisa-benchmark.cc178 std::printf(" %9lu", (unsigned long)trie->num_nodes());
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-c.cc365 return (h != NULL) ? h->trie.num_nodes() : 0;
H A Dtrie.h186 std::size_t num_nodes() const;
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-benchmark.cc178 std::printf(" %9lu", (unsigned long)trie->num_nodes());
/external/srec/tools/test_g2g/
H A Dtest_g2g.c226 fst->num_nodes, fst->num_base_nodes, fst->FSMnode_list_len,
/external/srec/srec/crec/
H A Dsrec.c1733 if (rec->context->num_nodes > rec->max_fsm_nodes)
1738 for (node_index = 0;node_index < rec->context->num_nodes;node_index++)
2271 for (inode = 0; inode < rec->context->num_nodes; inode++)

Completed in 891 milliseconds

12