Searched refs:recalc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c28 int recalc = 0; local
36 recalc = 1;
45 recalc = 1;
47 if (!recalc &&
57 recalc = 1;
59 if (recalc) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c33 int recalc = 0; local
45 recalc = 1;
53 recalc = 1;
56 if (!recalc) {
68 recalc = 1;
72 if (recalc) {
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_pll.c186 int (*recalc)(struct aw_pll_sc *, uint64_t *); member in struct:aw_pll_funcs
668 .recalc = (_recalc), \
734 if (aw_pll_func[sc->type].recalc == NULL)
737 return (aw_pll_func[sc->type].recalc(sc, freq));
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c1866 _Bool recalc = 0;
1875 recalc = 1;
1885 recalc = 1;
1887 if (!recalc
1896 recalc = 1;
1898 if (recalc)
1838 _Bool recalc = 0; variable
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.h137 int (*recalc)(struct event_base *, void *, int); member in struct:eventop
H A Devent.c380 if (evsel->recalc(base, evbase, 0) == -1)

Completed in 107 milliseconds