Searched refs:whence (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/include/twl/dsp/common/ |
| D | pipe.h | 253 s32 DSP_SeekFile(int port, s32 offset, int whence); 262 #define fseek(f, ofs, whence) DSP_SeekFile((int)f, ofs, whence)
|
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_pipe.c | 142 u16 whence; in DSPi_FileIOProc() local 145 DSP_ReadPipe(in, &whence, sizeof(whence)); in DSPi_FileIOProc() 147 (void)FS_SeekFile(file, position, (FSSeekFileMode)whence); in DSPi_FileIOProc()
|