HomeSort by relevance Sort by last modified time
    Searched refs:fpout (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 310 FILE *fpout; local
323 fpout = fopen (argv[2], "wb");
324 if (!fpout) {
332 WriteLine (LineBuffer, fpout);
336 fclose (fpout);
  /external/libaom/libaom/examples/
resize_util.c 50 FILE *fpin, *fpout; local
84 fpout = fopen(fout, "wb");
85 if (fpout == NULL) {
114 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
119 fclose(fpout);
  /external/libvpx/libvpx/examples/
resize_util.c 49 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/libpng/
pngtest.c 856 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,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 4151 FILE *fpin, *fpout; local
    [all...]

Completed in 1317 milliseconds