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.c2213 EAS_INT stackPtr; in Parse_cdl() local
2217 stackPtr = -1; in Parse_cdl()
2230 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2232 if ((result = PopcdlStack(stack, &stackPtr, &y)) != EAS_SUCCESS) in Parse_cdl()
2287 if ((result = PopcdlStack(stack, &stackPtr, &x)) != EAS_SUCCESS) in Parse_cdl()
2315 if ((result = PushcdlStack(stack, &stackPtr, x)) != EAS_SUCCESS) in Parse_cdl()
2320 return PopcdlStack(stack, &stackPtr, pValue); in Parse_cdl()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp44 stackPtr = NULL; in Function()
Dnv50_ir.h983 Value *stackPtr; variable
Dnv50_ir_ra.cpp1426 if (!func->stackPtr) in assignSlot()