Searched refs:stackPtr (Results 1 – 4 of 4) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 2213 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/ |
D | nv50_ir_bb.cpp | 44 stackPtr = NULL; in Function()
|
D | nv50_ir.h | 983 Value *stackPtr; variable
|
D | nv50_ir_ra.cpp | 1426 if (!func->stackPtr) in assignSlot()
|