HomeSort by relevance Sort by last modified time
    Searched refs:ofp (Results 26 - 32 of 32) sorted by null

12

  /external/blktrace/
blktrace.c 242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
246 FILE *ofp; member in struct:io_info
1517 if (setvbuf(iop->ofp, iop->obuf, mode, size) < 0) {
1946 FILE *ofp; local
    [all...]
blktrace.h 60 extern FILE *ofp;
  /external/vboot_reference/utility/
efidecompress.c 1122 FILE *ofp = fopen(outfile, "wb"); local
1123 if (!ofp)
1132 if (1 != fwrite(obuf, osize, 1, ofp)) {
1144 fclose(ofp);
eficompress.c 1695 FILE *ofp = fopen(outfile, "wb"); local
1696 if (!ofp)
1705 if (1 != fwrite(obuf, osize, 1, ofp)) {
1717 fclose(ofp);
  /external/blktrace/btt/
globals.h 261 int output_avgs(FILE *ofp);
262 int output_ranges(FILE *ofp);
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 112 FILE *ofp; member in struct:mpeg2enc_context
514 if (ctx->ofp) {
515 fclose(ctx->ofp);
516 ctx->ofp = NULL;
620 ctx->ofp = fopen(argv[4], "wb");
622 if (ctx->ofp == NULL) {
    [all...]
mpeg2vaenc.c 112 FILE *ofp; member in struct:mpeg2enc_context
514 if (ctx->ofp) {
515 fclose(ctx->ofp);
516 ctx->ofp = NULL;
620 ctx->ofp = fopen(argv[4], "wb");
622 if (ctx->ofp == NULL) {
    [all...]

Completed in 421 milliseconds

12