Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/twl/dsp/common/
Dpipe.h253 s32 DSP_SeekFile(int port, s32 offset, int whence);
262 #define fseek(f, ofs, whence) DSP_SeekFile((int)f, ofs, whence)
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c142 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()