Searched refs:fpout (Results 1 - 4 of 4) sorted by relevance

/external/lisa/tools/scripts/
H A Dpy2ipynb.py35 with open(args.output, "w") as fpout:
36 fpout.write(jsonform)
/external/libvpx/libvpx/examples/
H A Dresize_util.c49 FILE *fpin, *fpout; local
83 fpout = fopen(fout, "wb");
84 if (fpout == NULL) {
113 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
118 fclose(fpout);
/external/syslinux/com32/lib/libpng/
H A Dpngtest.c690 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
734 if ((fpout = CreateFile(path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
737 if ((fpout = fopen(outname, "wb")) == NULL)
811 FCLOSE(fpout);
833 FCLOSE(fpout);
846 png_init_io(write_ptr, fpout);
851 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
1358 FCLOSE(fpout);
1375 if ((fpout = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING,
1378 if ((fpout
[all...]
/external/libpng/
H A Dpngtest.c856 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
888 if ((fpout = fopen(outname, "wb")) == NULL)
950 FCLOSE(fpout);
968 FCLOSE(fpout);
1015 png_init_io(write_ptr, fpout);
1020 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
1672 FCLOSE(fpout);
1715 if ((fpout = fopen(outname, "rb")) == NULL)
1733 num_out = fread(outbuf, 1, sizeof outbuf, fpout);
1755 FCLOSE(fpout);
[all...]

Completed in 252 milliseconds