| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | MuxCommon.c | 205 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 D | yuvgen.c | 151 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 D | madp_mfe.c | 1406 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 D | yuvgen.c | 149 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 D | packramfs.c | 72 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 D | Internal_DMX_debug.c | 1284 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 D | jpeg_cmodel_io.c | 326 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 D | jpeg_cmodel_io.c | 326 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 D | versionembadder.c | 231 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 D | MsFS.c | 671 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 D | main.c | 63 fwrite( pp, 1, size, fp ) ; in SPILoad()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lkc.h | 98 if (fwrite(str, len, count, out) < count) in xfwrite()
|
| H A D | lex.zconf.c | 938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
|
| H A D | lex.zconf.c_shipped | 936 * 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 D | apiGPD.c | 341 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 D | stdio.h | 228 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 D | stdio.h | 684 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/lnt/ |
| H A D | co-gnu3.lnt | 105 -esym(534,fputs,fscanf,fseek,fwrite,lseek,memcpy,memmove,memset)
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 700 * we now use fwrite(). 702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
| H A D | flattree.c | 431 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 785 * we now use fwrite(). 787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 1996 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 D | apiJPEG_OJPD.c | 7389 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 7378 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 7362 fwrite((void *)u32addr, 1, u32Size, outBinfp); in _PrintOutputMem()
|