Home
last modified time | relevance | path

Searched refs:stackTop (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_resample.c455 int stackTop, stackTail; in PRC_ResampleStrokes_Recursive() local
537 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()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c547 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()
1505 if (*(u32 *)(thread->stackTop) != OSi_STACK_CHECKNUM_TOP) in OS_GetStackStatus()
1511 && *(u32 *)(thread->stackTop + thread->stackWarningOffset) != OSi_STACK_CHECKNUM_WARN) in OS_GetStackStatus()
1559 thread->stackTop, thread->stackBottom, thread->stackWarningOffset); in OSi_CheckStack()
1614 SDK_ASSERTMSG(OS_GetThreadContext(thread)->sp > thread->stackTop + offset, in OS_SetThreadStackWarningOffset()
1623 *(u32 *)(thread->stackTop + offset) = OSi_STACK_CHECKNUM_WARN; in OS_SetThreadStackWarningOffset()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h141 u32 stackTop; // for stack overflow member