Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c2262 EAS_INT stackPtr; in Parse_cdl() local
2266 stackPtr = -1; in Parse_cdl()
2279 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2281 if ((result = PopcdlStack(stack, &stackPtr, &y)) != EAS_SUCCESS) in Parse_cdl()
2336 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2364 if ((result = PushcdlStack(stack, &stackPtr, x)) != EAS_SUCCESS) in Parse_cdl()
2369 return PopcdlStack(stack, &stackPtr, pValue); in Parse_cdl()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp44 stackPtr = NULL; in Function()
Dnv50_ir.h1195 Value *stackPtr; variable
Dnv50_ir_ra.cpp1597 if (!func->stackPtr) in assignSlot()