Searched refs:shared (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.5/build/demos/wm/dataShare-Model/include/ |
| D | ball.h | 79 static SharedContext shared[1]; variable 94 shared->ball[i].x = (190 + (i % 4) * 5); in InitBall() 95 shared->ball[i].y = (40 + i * 8); in InitBall() 96 shared->ball[i].vx = 0; in InitBall() 97 shared->ball[i].vy = 0; in InitBall() 98 shared->ball[i].plt = disabledPlt; in InitBall() 99 shared->ball[i].chr = chrArray[i]; in InitBall() 101 shared->disabledPlt = disabledPlt; in InitBall() 102 shared->connectedPlt = connectedPlt; in InitBall() 103 shared->ownPlt = ownPlt; in InitBall() [all …]
|
| /TwlSDK-5.5/include/twl/specfiles/ |
| D | ARM9-TS.lsf | 51 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/mb/multiboot-PowerSave/ |
| D | main.TWL.lsf | 51 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/wvr/with_mb/ |
| D | main.TWL.lsf | 54 # Data must be placed after a shared NITRO/TWL overlay if it exists
|
| /TwlSDK-5.5/build/demos/mb/multiboot/ |
| D | ARM9.TWL-TS.lsf | 54 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/mb/multiboot-wfs/parent/ |
| D | main.TWL.lsf | 56 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/mb/cloneboot/ |
| D | main.TWL.lsf | 54 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/mb/multiboot-Model/ |
| D | main.TWL.lsf | 54 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/mb/multiboot-wfs/child/ |
| D | main.TWL.lsf | 71 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/fs/file-1/ |
| D | main.TWL.lsf | 63 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/fs/overlay-staticinit/ |
| D | ARM9.TWL-TS.lsf | 72 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/fs/overlay/ |
| D | ARM9.TWL-TS.lsf | 71 # If there is a shared overlay for NITRO/TWL, must put it after that
|
| /TwlSDK-5.5/build/demos/wm/dataShare-Model/src/ |
| D | main.c | 1126 shared->ball[i].x, shared->ball[i].y, 0, in mainLoop() 1129 shared->ball[i].chr, shared->ball[i].plt, 0); in mainLoop()
|