Home
last modified time | relevance | path

Searched refs:connTable (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c254 static const S_CONNECTION connTable[] = variable
313 #define ENTRIES_IN_CONN_TABLE (sizeof(connTable)/sizeof(S_CONNECTION))
1960 if ((connTable[i].source == source) && in Parse_art()
1961 (connTable[i].destination == destination) && in Parse_art()
1962 (connTable[i].control == control)) in Parse_art()
1965 pArt->values[connTable[i].connection] = (EAS_I16) (scale >> 16); in Parse_art()