| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.h | 206 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 D | recordmcount.c | 146 ulseek(fd_map, offset - 1, SEEK_SET); in make_nop_x86()
|
| H A D | docproc.c | 542 fseek(infile, 0, SEEK_SET); in main()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 237 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 D | zconf.h | 372 #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 D | jpeg_cmodel_io.c | 237 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 D | stdio.h | 134 #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 D | unistd.h | 282 # define SEEK_SET 0 /* Seek from beginning of file. */ macro 289 # define L_SET SEEK_SET
|
| H A D | fcntl.h | 54 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
| H A D | stdio.h | 121 #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 D | fs.h | 30 #define SEEK_SET 0 /* seek relative to beginning of file */ macro
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.y | 201 if (fseek(f, $6, SEEK_SET) != 0)
|
| H A D | dtc-parser.tab.c_shipped | 1595 if (fseek(f, (yyvsp[(6) - (9)].addr), SEEK_SET) != 0)
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 704 MsFS_Lseek( (int)ID_IN_FS(stream), 0, SEEK_SET ); in MsFS_Rewind()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 628 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 D | drvbw.c | 256 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_bandwidthtable_Bin()
|
| H A D | drvPQ.c | 840 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 D | unistd.h | 223 # define SEEK_SET 0 macro
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | sumversion.c | 467 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 201 #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()
|