Home
last modified time | relevance | path

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

/TwlSDK-5.4/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.4/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).
71 # 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.4/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.4/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.4/build/demos/mb/multiboot-PowerSave/
Dmain.TWL.lsf51 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/include/twl/specfiles/
DARM9-TS.lsf51 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/build/demos/wvr/with_mb/
Dmain.TWL.lsf54 # Data must be placed after a shared NITRO/TWL overlay if it exists
/TwlSDK-5.4/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.4/build/demos/mb/multiboot-Model/
Dmain.TWL.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/build/demos/mb/cloneboot/
Dmain.TWL.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/build/demos/mb/multiboot/
DARM9.TWL-TS.lsf54 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dcreatelcf.c305 tAfter *after; in RecgSectionMemTypeByName() local
328 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
330 mt = RecgSectionMemTypeByName(after->name); in RecgSectionMemTypeByName()
Dspec.l76 <START>(After|AFTER|after) { BEGIN PARAM; RETURN(tAFTER); }
/TwlSDK-5.4/build/demos/fs/file-1/
Dmain.TWL.lsf63 # If there is a shared overlay for NITRO/TWL, must put it after that
/TwlSDK-5.4/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.4/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.4/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…
/TwlSDK-5.4/build/tools/makelcf/
Dcreatelcf.c355 tAfter *after; in RecgSectionMemTypeByName() local
378 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
380 mt = RecgSectionMemTypeByName(after->name); in RecgSectionMemTypeByName()
Dspec.l159 <START>(After|AFTER|after) { BEGIN PARAM; RETURN(tAFTER); }