Home
last modified time | relevance | path

Searched refs:fread (Results 1 – 23 of 23) sorted by relevance

/utopia/UTPA2-700.0.x/projects/version/
H A Dversionembadder.c187 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 DapiAUDIO_v2_customer.c13698 …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 Dflattree.c822 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 Ddata.c183 ret = fread(d.val + d.len, 1, chunksize, f); in data_copy_file()
H A Ddtc-lexer.lex.c_shipped223 * 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 Dyuvgen.c168 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 Dmadp_mfe.c631fread(g_AudInfo.pBits, sizeof(MFE_U8), MUX(g_AudInfo.nFileSize<400000, g_AudInfo.nFileSize, 400000… in MAdp_TSMUX_Init()
922fread(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 DMsFS.c651 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 Dstdio2.h264 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 Dyuvgen.c166 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 Dmk_elfconfig.c12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
H A Dmodpost.c1976 if (fread(tmp, 1, b->pos, file) != b->pos) in write_if_changed()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpackramfs.c82 tmp = fread( buf, 1, 0x400000, fp_in ); in main()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c208 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 Djpeg_cmodel_io.c208 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 Ddrvbw.c214 u32Rst = fread(pu8TempBuffer, 1, (MS_U32)size, pFile); in Open_bandwidthtable_Bin()
H A DdrvPQ.c811 u32Rst = fread(pu8Buffer, 1, lFileSize, pFile); in Open_PQ_Bin()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c116 u32ReadCount = fread(sCmdline,1,BOOTARG_SIZE,fpProcCmdlineFile); in UtopiaParserBootArg()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h227 size_t _EXFUN(fread, (_PTR, size_t _size, size_t _n, FILE *));
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped268 * 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 Dstdio.h678 extern size_t fread (void *__restrict __ptr, size_t __size,
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1372 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 Dlex.zconf.c_shipped241 * instead of fread(), to make sure we stop fetching input after