Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/gx/UnitTours/3D_Shininess/
DMakefile24 SRCS = main.c commandList.c
/TwlSDK-5.2.1/build/demos/gx/UnitTours/3D_Command_Pack/
DMakefile24 SRCS = main.c commandList.c
/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c182 SNDCommand *commandList; in SND_RecvCommandReply() local
205 commandList = sWaitingCommandListQueue[sWaitingCommandListQueueRead]; in SND_RecvCommandReply()
211 commandListEnd = commandList; in SND_RecvCommandReply()
220 sFreeListEnd->next = commandList; in SND_RecvCommandReply()
224 sFreeList = commandList; in SND_RecvCommandReply()
233 return commandList; in SND_RecvCommandReply()