Searched refs:DSPWord (Results 1 – 5 of 5) sorted by relevance
39 typedef u16 DSPWord; // This type expresses a size in the DSP (2 bytes, 1 word) typedef61 #define DSP_WORD_UNIT (3 - sizeof(DSPWord))
254 s32 DSP_ReadFile(int port, void *buffer, DSPWord length);255 s32 DSP_WriteFile(int port, const void *buffer, DSPWord length);
29 typedef DSPWord DSPGraphicsScalingMode;
156 DSPWord length; in DSPi_FileIOProc()163 length = (DSPWord)MATH_MIN(length, rest); in DSPi_FileIOProc()179 DSPWord length; in DSPi_FileIOProc()
56 DSPWord bufferLength;57 DSPWord currentPosition;