Home
last modified time | relevance | path

Searched refs:after (Results 1 – 19 of 19) sorted by relevance

/TwlSDK-5.1.0/build/demos/math/qsort/src/
Dmain.c240 OSTick before, after; in NitroMain() local
247 after = OS_GetTick(); in NitroMain()
264 sum += OS_TicksToMicroSeconds(after - before); in NitroMain()
266 OS_TPrintf("time = %lld us (avg %lld us)\n", OS_TicksToMicroSeconds(after - before), in NitroMain()
/TwlSDK-5.1.0/build/demos/fs/overlay/
DARM9.TWL-TS.lsf46 # main_overlay_1 and main_overlay_2 are same area (after main).
47 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
69 # If there is a shared overlay for NITRO/TWL, must put it after that
DARM9-TS.lsf46 # main_overlay_1 and main_overlay_2 are same area (after main).
47 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
/TwlSDK-5.1.0/build/tools/makelcf.TWL/test/
Doverlay.lsf41 # main_overlay_1 and main_overlay_2 are same area (after main).
42 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
/TwlSDK-5.1.0/build/tools/makelcf/test/
Doverlay.lsf53 # main_overlay_1 and main_overlay_2 are same area (after main).
54 # main_overlay_3 is in ITCM (from 0x01FF8000, after ITCM).
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c299 tAfter *after; in RecgSectionMemTypeByName() local
322 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
324 mt = RecgSectionMemTypeByName(after->name); in RecgSectionMemTypeByName()
Dspec.l76 <START>(After|AFTER|after) { BEGIN PARAM; RETURN(tAFTER); }
/TwlSDK-5.1.0/include/twl/specfiles/
DARM9-TS.lsf51 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/
Dmain.TWL.lsf51 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/multiboot/
DARM9.TWL-TS.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/cloneboot/
Dmain.TWL.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/multiboot-Model/
Dmain.TWL.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/
Dmain.TWL.lsf56 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/fs/overlay-staticinit/
DARM9.TWL-TS.lsf72 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/fs/file-1/
Dmain.TWL.lsf64 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/
Dmain.TWL.lsf71 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c351 tAfter *after; in RecgSectionMemTypeByName() local
374 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
376 mt = RecgSectionMemTypeByName(after->name); in RecgSectionMemTypeByName()
Dspec.l159 <START>(After|AFTER|after) { BEGIN PARAM; RETURN(tAFTER); }
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.txt5 Specify the srl filename after loadrun.
52 …Forcibly terminates after the specified period of time passes from when debugger loads and execute…