HomeSort by: relevance | last modified time | path
    Searched defs:f_out (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
igsfb_subr.c 673 int f_vco, f_out; local
686 /* M = f_out / f_ref * ((N + 1) * IGS_SCALE(P)); */
694 f_out = IGS_CLOCK(M,N,P);
695 err = target - f_out;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2741 FILE *f_out = NULL; local
2771 f_out = fopen (dst_path, "wb");
2772 if (!f_out)
2792 f_out);
2801 fclose (f_out);
2827 if (fchmod (fileno (f_out), stat_buf.st_mode) == -1)
2834 fclose (f_out);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2563 FILE *f_out = NULL; local
2593 f_out = fopen (dst_path, "wb");
2594 if (!f_out)
2614 f_out);
2623 fclose (f_out);
2649 if (fchmod (fileno (f_out), stat_buf.st_mode) == -1)
2656 fclose (f_out);

Completed in 42 milliseconds