Searched refs:freeCount (Results 1 – 2 of 2) sorted by relevance
473 int freeCount = SND_CountFreeCommand(); in SND_WaitForFreeCommand() local477 if (freeCount >= count) in SND_WaitForFreeCommand()480 if (freeCount + SND_CountWaitingCommand() >= count) in SND_WaitForFreeCommand()642 int freeCount = SND_CountFreeCommand(); in SND_CountWaitingCommand() local645 return SND_COMMAND_NUM - freeCount - reservedCount; in SND_CountWaitingCommand()
1282 int freeCount = 0; in MIi_DoFreeWram() local1293 freeCount ++; in MIi_DoFreeWram()1297 return freeCount; in MIi_DoFreeWram()1376 int freeCount = 0; in MIi_DoFreeWramSlot() local1386 freeCount ++; in MIi_DoFreeWramSlot()1390 return freeCount; in MIi_DoFreeWramSlot()