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

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
117 static pANTLR3_UINT32 sortToArray (pANTLR3_TOPO topo);
118 static void sortVector (pANTLR3_TOPO topo, pANTLR3_VECTOR v);
119 static void freeTopo (pANTLR3_TOPO topo);
2286 pANTLR3_TOPO topo = (pANTLR3_TOPO)ANTLR3_MALLOC(sizeof(ANTLR3_TOPO)); local
    [all...]
  /ndk/build/core/
definitions-graph.mk 40 -ndk-topo-debug = $(info $1)
42 -ndk-topo-debug = $(empty)
280 -ndk-mod-topo-zero-incoming = \
284 -ndk-mod-topo-increment-incoming = \
288 -ndk-mod-topo-decrement-incoming = \
292 -ndk-mod-topo-has-incoming = $(_ndk_mod_topo_incoming.$1)
297 -ndk-mod-topo-find-first-zero-incoming = $(firstword $(call -ndk-mod-filter-out,$1,-ndk-mod-topo-has-incoming))
300 -ndk-mod-topo-dump-count = \
318 -ndk-mod-get-topo-list = $(strip
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 368 tree_head topo; local
370 topo.nnodes = 0;
371 traverse_tree(node, &topo, num_terminal_nodes);
372 return topo.nnodes;
379 tree_head topo; local
386 topo.low_pel_no = 32567;
387 topo.high_pel_no = 0;
388 traverse_tree(a->pdata[i].model_nodes, &topo, &num_hmms_in_phoneme);
390 topo.low_pel_no, topo.high_pel_no)
517 tree_head topo; local
    [all...]
  /external/srec/srec/clib/
srec_arb.c 421 tree_head topo;
423 topo.nnodes = 0;
424 traverse_tree(node, &topo, num_terminal_nodes);
425 return topo.nnodes;
441 tree_head topo; local
448 topo.low_pel_no = 32567;
449 topo.high_pel_no = 0;
450 topo.nnodes = 0;
451 traverse_tree(a->pdata[i].model_nodes, &topo, &num_hmms_in_phoneme);
453 topo.low_pel_no, topo.high_pel_no); *
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 475 void (*addEdge) (struct ANTLR3_TOPO_struct * topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
489 * make a long term copy of this array if you do not want to keep the topo
492 pANTLR3_UINT32 (*sortToArray) (struct ANTLR3_TOPO_struct * topo);
498 void (*sortVector) (struct ANTLR3_TOPO_struct * topo, pANTLR3_VECTOR v);
503 void (*free) (struct ANTLR3_TOPO_struct * topo);

Completed in 91 milliseconds