Searched refs:stackPtr (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/memcheck/tests/ |
D | deep_templates.cpp | 14 Stack(int = 10) { size=5; top=6; stackPtr=(T*)6; }; in Stack() 24 T* stackPtr; member in Stack
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 2172 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()
|