Searched refs:stackTop (Results 1 – 3 of 3) sorted by relevance
455 int stackTop, stackTail; in PRC_ResampleStrokes_Recursive() local537 stackTop = 0; in PRC_ResampleStrokes_Recursive()548 p1 = stackP1[stackTop]; in PRC_ResampleStrokes_Recursive()549 p2 = stackP2[stackTop]; in PRC_ResampleStrokes_Recursive()550 stackTop++; in PRC_ResampleStrokes_Recursive()551 if (stackTop >= maxPointCount) in PRC_ResampleStrokes_Recursive()553 stackTop = 0; in PRC_ResampleStrokes_Recursive()
547 OSi_LauncherThread.stackTop = (u32)stackLo; in OS_InitThread()552 *(u32 *)OSi_LauncherThread.stackTop = OSi_STACK_CHECKNUM_TOP; in OS_InitThread()662 thread->stackTop = (u32)stack - stackSize; in OS_CreateThread()667 *(u32 *)thread->stackTop = OSi_STACK_CHECKNUM_TOP; in OS_CreateThread()1507 if (*(u32 *)(thread->stackTop) != OSi_STACK_CHECKNUM_TOP) in OS_GetStackStatus()1513 && *(u32 *)(thread->stackTop + thread->stackWarningOffset) != OSi_STACK_CHECKNUM_WARN) in OS_GetStackStatus()1561 thread->stackTop, thread->stackBottom, thread->stackWarningOffset); in OSi_CheckStack()1616 SDK_TASSERTMSG(OS_GetThreadContext(thread)->sp > thread->stackTop + offset, in OS_SetThreadStackWarningOffset()1625 *(u32 *)(thread->stackTop + offset) = OSi_STACK_CHECKNUM_WARN; in OS_SetThreadStackWarningOffset()
141 u32 stackTop; // for stack overflow member