| /TwlSDK-5.1.0/build/libraries/math/common/src/ |
| D | qsort.c | 41 #define stack r4 in MATH_QSort() macro 57 ldr stack, [sp, #36] // stack = stackBuf; in MATH_QSort() 61 cmp stack, #0 in MATH_QSort() 67 mov stack, sp in MATH_QSort() 74 …mov stackBuf_, stack // // PUSH the initial value. Delete because num and head… in MATH_QSort() 75 str head, [stack], #4 // PUSH(head); in MATH_QSort() 76 str num, [stack], #4 // PUSH(head + (num-1) * width); in MATH_QSort() 83 cmp stack, stackBuf_ // while ( stack != stackBuf ) { in MATH_QSort() 86 ldr right, [stack, #-4] // POP(right) in MATH_QSort() 87 ldr left, [stack, #-8]! // POP(left) in MATH_QSort() [all …]
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_api.c | 102 p->thread.stack + sizeof(p->thread.stack), in CARD_Init() 103 sizeof(p->thread.stack), p->priority); in CARD_Init() 110 p->thread.stack + sizeof(p->thread.stack), in CARD_Init() 111 sizeof(p->thread.stack), p->priority); in CARD_Init()
|
| /TwlSDK-5.1.0/build/demos/fs/async/src/ |
| D | main.c | 38 u8 stack[4096] ATTRIBUTE_ALIGN(32); member 180 pt->stack + sizeof(pt->stack), sizeof(pt->stack), pt->priority); in NitroMain()
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_thread.c | 619 void (*func) (void *), void *arg, void *stack, u32 stackSize, u32 prio) in OS_CreateThread() argument 630 SDK_ASSERTMSG((u32)stack % STACK_ALIGN == 0, "stack must be aligned by %d", STACK_ALIGN); in OS_CreateThread() 661 thread->stackBottom = (u32)stack; in OS_CreateThread() 662 thread->stackTop = (u32)stack - stackSize; in OS_CreateThread() 673 …OS_InitContext(&thread->context, (u32)func, (u32)stack - sizeof(u32)*2); // minus for stack CheckN… in OS_CreateThread() 679 …MI_CpuClear32((void *)((u32)stack - stackSize + sizeof(u32)), stackSize - sizeof(u32) * 2 - sizeof… in OS_CreateThread() 847 u32 stack[1024]; in UTEST_OS_ExitThread() local 855 stack + 1024, sizeof(stack), OS_GetThreadPriority(OS_GetCurrentThread()) - 1); in UTEST_OS_ExitThread() 938 …u32 stack = (OSi_StackForDestructor) ? (u32)OSi_StackForDestructor : thread->stackBottom - siz… in OSi_KillThreadWithPriority() local 940 OS_InitContext(&thread->context, (u32)OSi_ExitThread, stack); in OSi_KillThreadWithPriority() [all …]
|
| /TwlSDK-5.1.0/build/demos/os/sleep-1/src/ |
| D | main.c | 41 u64 stack[STACK_SIZE / sizeof(u64)]; variable 74 OS_CreateThread(&thread, proc, NULL, stack + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD_PRIO); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/spi/spiMonkey/include/ |
| D | monkey.h | 53 u32 stack[MONKEY_STACK_SIZE / sizeof(u32)]; member
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/ |
| D | ARM9-TS.lsf | 27 # increase capacity of IRQ stack.
|
| D | ARM9.TWL-TS.lsf | 27 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/ |
| D | main.lsf | 27 # increase capacity of IRQ stack.
|
| D | main.TWL.lsf | 27 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/ |
| D | main.lsf | 29 # increase capacity of IRQ stack.
|
| D | main.TWL.lsf | 27 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/ |
| D | main.lsf | 27 # increase capacity of IRQ stack.
|
| D | main.TWL.lsf | 29 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/ |
| D | main.lsf | 27 # increase capacity of IRQ stack.
|
| D | main.TWL.lsf | 27 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/ |
| D | main.lsf | 27 # increase capacity of IRQ stack.
|
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_pipe.c | 42 u8 stack[4096]; member 223 &ctx->stack[sizeof(ctx->stack)], sizeof(ctx->stack), 13); in DSPi_NotifyFileIOUpdation()
|
| /TwlSDK-5.1.0/build/libraries/card/common/include/ |
| D | card_common.h | 121 u8 stack[0x400]; member
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/ |
| D | main.lsf | 27 # increase capacity of IRQ stack.
|
| D | main.TWL.lsf | 29 # Increase capacity of IRQ stack
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | thread.h | 271 void (*func) (void *), void *arg, void *stack, u32 stackSize, u32 prio); 829 void OS_SetThreadDestructorStack(void *stack);
|
| /TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/ |
| D | monkey.c | 55 (void *)(monkey.stack + (MONKEY_STACK_SIZE / sizeof(u32))), in MonkeyInit()
|
| /TwlSDK-5.1.0/include/nitro/specfiles/ |
| D | ARM7-TEG.lcf | 48 # change default IRQ stack size 0xa0 -> 0x200
|
| D | ARM9-TEG.lcf | 42 # change default IRQ stack size 0xa0 -> 0x400
|