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

  /external/libopus/src/
mlp_data.c 99 static const int topo[3] = {25, 15, 2}; variable
103 topo,
mlp.h 35 const int *topo; member in struct:__anon13350
  /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/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...]

Completed in 183 milliseconds