Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c2172 EAS_INT stackPtr; in Parse_cdl() local
2176 stackPtr = -1; in Parse_cdl()
2189 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2191 if ((result = PopcdlStack(stack, &stackPtr, &y)) != EAS_SUCCESS) in Parse_cdl()
2246 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2274 if ((result = PushcdlStack(stack, &stackPtr, x)) != EAS_SUCCESS) in Parse_cdl()
2279 return PopcdlStack(stack, &stackPtr, pValue); in Parse_cdl()