Searched defs:topo (Results 1 - 3 of 3) sorted by relevance
/external/libopus/src/ |
H A D | mlp_data.c | 99 static const int topo[3] = {25, 15, 2}; variable 103 topo,
|
H A D | mlp.h | 35 const int *topo; member in struct:__anon10791
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | 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); 2272 pANTLR3_TOPO topo; 2273 topo = antlr3NewTopo(); 2275 if (topo == NULL) { out of memory } 2277 topo->addEdge(topo, 3, 0); // Node 3 depends on node 0 2278 topo 2286 pANTLR3_TOPO topo = (pANTLR3_TOPO)ANTLR3_MALLOC(sizeof(ANTLR3_TOPO)); local 2316 addEdge(pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) argument 2415 DFS(pANTLR3_TOPO topo, ANTLR3_UINT32 node) argument 2523 sortToArray(pANTLR3_TOPO topo) argument 2591 sortVector(pANTLR3_TOPO topo, pANTLR3_VECTOR v) argument 2692 freeTopo(pANTLR3_TOPO topo) argument [all...] |
Completed in 182 milliseconds