Searched refs:f_in (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dinput-file.c44 static FILE *f_in; variable
50 FILE * f_in; member in struct:saved_file
62 f_in = (FILE *) 0;
87 saved->f_in = f_in;
106 f_in = saved->f_in;
130 f_in = fopen (filename, FOPEN_RT);
136 f_in = stdin;
141 if (f_in
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dinput-file.c44 static FILE *f_in; variable
50 FILE * f_in; member in struct:saved_file
62 f_in = (FILE *) 0;
87 saved->f_in = f_in;
106 f_in = saved->f_in;
130 f_in = fopen (filename, FOPEN_RT);
136 f_in = stdin;
141 if (f_in
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dinput-file.c44 static FILE *f_in; variable
50 FILE * f_in; member in struct:saved_file
62 f_in = (FILE *) 0;
87 saved->f_in = f_in;
106 f_in = saved->f_in;
130 f_in = fopen (filename, FOPEN_RT);
136 f_in = stdin;
141 if (f_in
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/
H A Dutf8-dump.py56 def dump_file(f_in):
58 for line in f_in:
68 with open(sys.argv[1], mode='r') as f_in:
69 dump_file(f_in)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.c223 FILE *f_in = fopen (path, "r"); local
224 if (!f_in)
234 while ( (iter_sz_in = fread (buf, 1, sizeof (buf), f_in)) )
249 if (!feof (f_in))
253 fclose (f_in);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest.cc237 FILE *f_in = fopen (path, "r"); local
238 if (!f_in)
248 while ( (iter_sz_in = fread (buf, 1, sizeof (buf), f_in)) )
263 if (!feof (f_in))
267 fclose (f_in);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut05-bf.c302 FILE *f_in; local
308 f_in = fopen (filename, "r");
309 if (!f_in)
394 while ( EOF != (ch = fgetc (f_in)))
399 fclose (f_in);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut05-bf.c302 FILE *f_in; local
308 f_in = fopen (filename, "r");
309 if (!f_in)
394 while ( EOF != (ch = fgetc (f_in)))
399 fclose (f_in);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c2082 FILE *f_in = NULL; local
2090 f_in = fopen (src_path, "rb");
2091 if (!f_in)
2103 if (fstat (fileno (f_in), &stat_buf) == -1)
2109 fclose (f_in);
2120 fclose (f_in);
2124 while ( (sz_in = fread (buf, 1, sizeof (buf), f_in)) )
2142 fclose (f_in);
2153 if (!feof (f_in))
2159 fclose (f_in);
2416 FILE *f_in; local
2769 FILE *f_in = fopen (get_path_s_file (), "r"); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2562 FILE *f_in = NULL; local
2570 f_in = fopen (src_path, "rb");
2571 if (!f_in)
2583 if (fstat (fileno (f_in), &stat_buf) == -1)
2589 fclose (f_in);
2600 fclose (f_in);
2604 while ( (sz_in = fread (buf, 1, sizeof (buf), f_in)) )
2622 fclose (f_in);
2633 if (!feof (f_in))
2639 fclose (f_in);
2899 FILE *f_in; local
3271 FILE *f_in = fopen (get_path_s_file (), "r"); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d1094 in_func f_in,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d1100 in_func f_in,
/netbsd-current/sys/arch/sgimips/dev/
H A Dcrmfb.c1701 int f_in = 20000; /* 20MHz in */ local
1707 /* f_out = M * f_in / (N * (1 << P) */
1712 M = f_out * div / f_in;
1714 ff1 = M * f_in / div;
1715 ff2 = (M + 1) * f_in / div;

Completed in 384 milliseconds