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.c265 static const S_CONNECTION connTable[] = variable
324 #define ENTRIES_IN_CONN_TABLE (sizeof(connTable)/sizeof(S_CONNECTION))
2097 if ((connTable[i].source == source) && in Parse_art()
2098 (connTable[i].destination == destination) && in Parse_art()
2099 (connTable[i].control == control)) in Parse_art()
2102 pArt->values[connTable[i].connection] = (EAS_I16) (scale >> 16); in Parse_art()