Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 20 of 20) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h206 ulseek(fd_map, sb.st_size, SEEK_SET); in append_func()
211 ulseek(fd_map, t, SEEK_SET); in append_func()
250 ulseek(fd_map, 0, SEEK_SET); in append_func()
397 ulseek(fd_map, (void *)relp - (void *)ehdr, SEEK_SET); in nop_mcount()
H A Drecordmcount.c146 ulseek(fd_map, offset - 1, SEEK_SET); in make_nop_x86()
H A Ddocproc.c542 fseek(infile, 0, SEEK_SET); in main()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c237 fseek( thisPtr->Pfile, 0, SEEK_SET ); in JPEG_FILE_reset()
260 fseek( thisPtr->Pfile, loc, SEEK_SET ); in JPEG_FILE_get_size()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzconf.h372 #ifndef SEEK_SET
373 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c237 fseek( thisPtr->Pfile, 0, SEEK_SET ); in JPEG_FILE_reset()
260 fseek( thisPtr->Pfile, loc, SEEK_SET ); in JPEG_FILE_get_size()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h134 #ifndef SEEK_SET
135 #define SEEK_SET 0 /* set file offset to offset */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h282 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
289 # define L_SET SEEK_SET
H A Dfcntl.h54 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
H A Dstdio.h121 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfs.h30 #define SEEK_SET 0 /* seek relative to beginning of file */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.y201 if (fseek(f, $6, SEEK_SET) != 0)
H A Ddtc-parser.tab.c_shipped1595 if (fseek(f, (yyvsp[(6) - (9)].addr), SEEK_SET) != 0)
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c704 MsFS_Lseek( (int)ID_IN_FS(stream), 0, SEEK_SET ); in MsFS_Rewind()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c628 fseek(mux_mp2file, 0, SEEK_SET); in MAdp_TSMUX_Init()
1787 fseek(mfe_file_in.infile,0 , SEEK_SET); in MAdp_MFE_Init()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A Ddrvbw.c256 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_bandwidthtable_Bin()
H A DdrvPQ.c840 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_PQ_Bin()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h223 # define SEEK_SET 0 macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dsumversion.c467 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c201 #define SEEK_SET 0 macro
14064 fseek(fp, 0, SEEK_SET); in AU_CUS_DTS_Parser_dtsIsHDFile()
14124 fseek(fp, 0, SEEK_SET); in AU_CUS_DTS_Parser_dtsHDFileInitRead()
14224 if(0 != fseek(fp, 0, SEEK_SET)) in AU_CUS_DTS_Parser_dtsReadWavFileHeader()
14458 fseek(p_infile, 0, SEEK_SET); in AU_CUS_DTS_Parser_ParseInputFile()
14564 if (0 != fseek (g_wmaInput_fp, (unsigned int)u64FileOffset, SEEK_SET)) in AU_CUS_WMA_Parser_DecodeFifoFeed()