Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c205 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
229 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
253 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
276 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
350 fwrite(s->bbuffer, 1, s->write_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_flush()
H A Dyuvgen.c151 fwrite(YUV, W * H * 1.5 , 1 , fp); in main()
172 fwrite(YUV, W * H * 1.5 , 1 , fp); in main()
366 fwrite(yuv, width * height * 1.5 , 1 , fpout);
H A Dmadp_mfe.c1406 fwrite(Vaddr, mfe_file_in.nFrameSize , 1 , mfe_file_in.outfile); in MAdp_MFE_Proc()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c149 fwrite(YUV, W * H * 1.5 , 1 , fp); in main()
170 fwrite(YUV, W * H * 1.5 , 1 , fp); in main()
364 fwrite(yuv, width * height * 1.5 , 1 , fpout);
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpackramfs.c72 fwrite( &stHead, 1, sizeof( ST_INITRAMFS_HEAD ), fp_out ); in main()
90 fwrite( buf, 1, tmp, fp_out ); in main()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c1284 if(u32Size != fwrite((char*)u32Addr1, 1, u32Size, pfile)) in _DMX_DBG_Misc()
1616 if(u32WriteSiz != fwrite((char*)u32VirRead, 1, u32WriteSiz, pfPVR)) in _DMX_DBG_Pvr_Task()
1627 if(u32WriteSiz != fwrite((char*)u32VirRead, 1, u32WriteSiz, pfPVR)) in _DMX_DBG_Pvr_Task()
1636 if(u32WriteSiz != fwrite((char*)u32VirStart, 1, u32WriteSiz, pfPVR)) in _DMX_DBG_Pvr_Task()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c326 if ( fwrite( tga_header, sizeof( tga_header ), 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_open()
358 if ( fwrite( Pscan_line, thisPtr->bytes_per_line, 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_writeline()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c326 if ( fwrite( tga_header, sizeof( tga_header ), 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_open()
358 if ( fwrite( Pscan_line, thisPtr->bytes_per_line, 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_writeline()
/utopia/UTPA2-700.0.x/projects/version/
H A Dversionembadder.c231 fwrite (pbufLibR , sizeof(char), LibRSize, pFileLibW); in main()
278 result = fwrite (pbufLibR , sizeof(char), LibRSize, pFileLibW); in main()
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c671 size_t a = fwrite(data, itemsize, nitems, stream); in MsFS_Fwrite()
675 return fwrite(data, itemsize, nitems, stream); in MsFS_Fwrite()
/utopia/UTPA2-700.0.x/projects/tools/gr/
H A Dmain.c63 fwrite( pp, 1, size, fp ) ; in SPILoad()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlkc.h98 if (fwrite(str, len, count, out) < count) in xfwrite()
H A Dlex.zconf.c938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
H A Dlex.zconf.c_shipped936 * we now use fwrite().
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c341 fwrite((void *)u32addr, 1, u32Size, inBinfp); in GPD_WRITE_INPUT_2_USB()
375 fwrite((void *)u32addr, 1, u32Size, outBinfp); in GPD_WRITE_OUTPUT_2_USB()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h228 size_t _EXFUN(fwrite, (const _PTR , size_t _size, size_t _n, FILE *));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h684 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt105 -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped700 * we now use fwrite().
702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
H A Dflattree.c431 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped785 * we now use fwrite().
787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1996 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_if_changed()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c7389 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c7378 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c7362 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()

12