OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_out
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-logging.cc
37
logger::logger (FILE *
f_out
,
41
m_f_out (
f_out
),
46
print_version (
f_out
, "JIT:", false);
jit-logging.h
36
logger (FILE *
f_out
, int flags, int verbosity);
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
);
libgccjit.h
1731
FILE *
f_out
);
libgccjit++.h
615
void print (FILE *
f_out
) const;
2146
timer::print (FILE *
f_out
) const
2148
gcc_jit_timer_print (m_inner_timer,
f_out
);
libgccjit.cc
3896
FILE *
f_out
)
3899
RETURN_IF_FAIL (
f_out
, NULL, NULL, "NULL
f_out
");
3903
timer->print (
f_out
);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-logging.cc
43
logger::logger (FILE *
f_out
,
48
m_f_out (
f_out
),
54
pp_buffer (m_pp)->stream =
f_out
;
61
print_version (
f_out
, "", false);
analyzer-logging.h
34
logger (FILE *
f_out
, int flags, int verbosity, const pretty_printer &reference_pp);
/src/sys/arch/arm/sunxi/
sun4i_a10_ccu.c
790
sun4i_a10_tcon_calc_pll(int f_ref, int
f_out
, int *pm, int *pn, int *pd)
797
int diff = abs(
f_out
- f_cur);
/src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d
1102
out_func
f_out
,
/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/sys/arch/sgimips/dev/
crmfb.c
1698
calc_pll(int
f_out
)
1707
/*
f_out
= M * f_in / (N * (1 << P) */
1712
M =
f_out
* div / f_in;
1716
error = abs(ff1 -
f_out
);
1724
error = abs(ff2 -
f_out
);
1735
DPRINTF("%d: M %d N %d P %d -> %d\n",
f_out
, MM, NN, PP, ff);
/src/sys/dev/pci/
voodoofb.c
1353
voodoofb_calc_pll(int freq, int *
f_out
, int isBanshee)
1399
*
f_out
= REFFREQ * (n + 2) / (m + 2) / (1 << k);
Completed in 45 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026