Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h137 #ifndef SEEK_CUR
138 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h283 # define SEEK_CUR 1 /* Seek from current position. */ macro
290 # define L_INCR SEEK_CUR
H A Dfcntl.h55 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dstdio.h122 #define SEEK_CUR 1 /* Seek from current position. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfs.h31 #define SEEK_CUR 1 /* seek relative to current file position */ macro
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzconf.h374 # define SEEK_CUR 1 /* Seek from current position. */ macro
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c715 return ( MsFS_Lseek( (int)ID_IN_FS(stream), 0, SEEK_CUR ) ); in MsFS_Ftell()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h224 # define SEEK_CUR 1 macro
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c199 #define SEEK_CUR 1 macro
14090 if(0 != fseek(fp, chunkSize, SEEK_CUR)) //seek to next chunk in AU_CUS_DTS_Parser_decodeChunkAndAdvance()
14288 if(0 != fseek(fp, chunkLength, SEEK_CUR)) in AU_CUS_DTS_Parser_dtsWavFileLocateChunk()