| /utopia/UTPA2-700.0.x/projects/version/ |
| H A D | versionembadder.c | 187 result = fread (pbufLibR, 1, LibRSize, pFileLibR); in main() 199 result = fread (pbufVerR, 1, VerRSize, pFileVerR); in main()
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 13698 …if(DTS_HD_DTSHDR_MIN_LENGTH_IN_BYTES == fread(headerChunk, 1, DTS_HD_DTSHDR_MIN_LENGTH_IN_BYTES, f… in AU_CUS_DTS_Parser_dtsDecodeDTSHDHR() 13742 …if(DTS_HD_CORESSMD_MIN_LENGTH_IN_BYTES == fread(coreChunk, 1, DTS_HD_CORESSMD_MIN_LENGTH_IN_BYTES,… in AU_CUS_DTS_Parser_dtsDecodeCORESSMD() 13789 if(length == fread(extChunk, 1, length, fp)) in AU_CUS_DTS_Parser_dtsDecodeEXTSSMD() 13841 …if(DTS_HD_AUPRHDR_MIN_LENGTH_IN_BYTES == fread(auprChunk, 1, DTS_HD_AUPRHDR_MIN_LENGTH_IN_BYTES, f… in AU_CUS_DTS_Parser_dtsDecodeAUPRHDR() 13890 if(7 != fread(&auprChunk[DTS_HD_AUPRHDR_MIN_LENGTH_IN_BYTES], 1, 7, fp)) in AU_CUS_DTS_Parser_dtsDecodeAUPRHDR() 13921 if(1 != fread(&auprChunk[DTS_HD_AUPRHDR_MIN_LENGTH_IN_BYTES + 7], 1, 1, fp)) in AU_CUS_DTS_Parser_dtsDecodeAUPRHDR() 13965 …if(DTS_HD_NAVITBL_MIN_LENGTH_IN_BYTES == fread(naviChunk, 1, DTS_HD_NAVITBL_MIN_LENGTH_IN_BYTES, f… in AU_CUS_DTS_Parser_dtsDecodeNAVITBL() 14006 if(toRead == fread(bldVerChunk, 1, toRead, fp)) in AU_CUS_DTS_Parser_dtsDecodeBUILDVER() 14021 …if(DTS_HD_TIMECODE_MIN_LENGTH_IN_BYTES == fread(timeChunk, 1, DTS_HD_TIMECODE_MIN_LENGTH_IN_BYTES,… in AU_CUS_DTS_Parser_dtsDecodeTIMECODE() 14067 if(DTS_HD_CHUNK_ID_LENGTH != fread(chunkId, 1, DTS_HD_CHUNK_ID_LENGTH, fp)) in AU_CUS_DTS_Parser_dtsIsHDFile() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | flattree.c | 822 rc = fread(&magic, sizeof(magic), 1, f); in dt_from_blob() 837 rc = fread(&totalsize, sizeof(totalsize), 1, f); in dt_from_blob() 865 rc = fread(p, 1, sizeleft, f); in dt_from_blob()
|
| H A D | data.c | 183 ret = fread(d.val + d.len, 1, chunksize, f); in data_copy_file()
|
| H A D | dtc-lexer.lex.c_shipped | 223 * instead of fread(), to make sure we stop fetching input after 726 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | yuvgen.c | 168 while( fread(TILE, W * H * 1.5, 1, fpr) > 0 ) { in main() 231 if( fread(p, 8,1,fp) == 0 ) { in copy_row2()
|
| H A D | madp_mfe.c | 631 …fread(g_AudInfo.pBits, sizeof(MFE_U8), MUX(g_AudInfo.nFileSize<400000, g_AudInfo.nFileSize, 400000… in MAdp_TSMUX_Init() 922 … fread(g_AudInfo.pBits, sizeof(MFE_U8), /*ts_AudInfo.nFileSize*/400000, mux_mp2file); in MAdp_TSMUX_AddFrame() 1138 err = fread((MFE_U8 *)pmmapTmp->miuPointer, sizeof(MFE_U8), pInfo->nFrameSize, pInfo->infile); in GetFrame_FileIn()
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/linux/ |
| H A D | MsFS.c | 651 size_t a = fread(data, itemsize, nitems, stream); in MsFS_Fread() 655 return fread(data, itemsize, nitems, stream); in MsFS_Fread()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stdio2.h | 264 fread) __wur; 274 fread (void *__restrict __ptr, size_t __size, size_t __n, in fread() function
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 166 while( fread(TILE, W * H * 1.5, 1, fpr) > 0 ) { in main() 229 if( fread(p, 8,1,fp) == 0 ) { in copy_row2()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | mk_elfconfig.c | 12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
| H A D | modpost.c | 1976 if (fread(tmp, 1, b->pos, file) != b->pos) in write_if_changed()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | packramfs.c | 82 tmp = fread( buf, 1, 0x400000, fp_in ); in main()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 208 bytes_read = fread( Pbuf, 1, max_bytes_to_read, thisPtr->Pfile ); in JPEG_FILE_read()
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/ |
| H A D | drvbw.c | 214 u32Rst = fread(pu8TempBuffer, 1, (MS_U32)size, pFile); in Open_bandwidthtable_Bin()
|
| H A D | drvPQ.c | 811 u32Rst = fread(pu8Buffer, 1, lFileSize, pFile); in Open_PQ_Bin()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 116 u32ReadCount = fread(sCmdline,1,BOOTARG_SIZE,fpProcCmdlineFile); in UtopiaParserBootArg()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 227 size_t _EXFUN(fread, (_PTR, size_t _size, size_t _n, FILE *));
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 268 * instead of fread(), to make sure we stop fetching input after 798 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ 815 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | stdio.h | 678 extern size_t fread (void *__restrict __ptr, size_t __size,
|
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 1372 result = fread ((char *)pGPDContext->GpdAddrInfo.u32VA_ReadBufferAddr,1,lSize,hFile); in MAdp_GPD_Play()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 241 * instead of fread(), to make sure we stop fetching input after
|