Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/lib/
Dgcd.c6 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
18 EXPORT_SYMBOL_GPL(gcd);
Dlcm.c9 return (a * b) / gcd(a, b); in lcm()
Dbch.c845 struct gf_poly *gcd; in factor_polynomial() local
858 gcd = gf_poly_gcd(bch, f2, tk); in factor_polynomial()
859 if (gcd->deg < f->deg) { in factor_polynomial()
861 gf_poly_div(bch, f, gcd, q); in factor_polynomial()
863 *h = &((struct gf_poly_deg1 *)f)[gcd->deg].poly; in factor_polynomial()
864 gf_poly_copy(*g, gcd); in factor_polynomial()
DMakefile24 string_helpers.o gcd.o lcm.o list_sort.o uuid.o flex_array.o
/linux-2.6.39/sound/core/
Dpcm_timer.c41 l = gcd(mult, rate); in snd_pcm_timer_resolution_change()
47 l = gcd(rate, fsize); in snd_pcm_timer_resolution_change()
/linux-2.6.39/include/linux/
Dgcd.h6 unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__;
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_wrr.c53 g = gcd(weight, g); in ip_vs_wrr_gcd_weight()
/linux-2.6.39/arch/mips/ar7/
Dclock.c135 tmp_gcd = gcd(target, tmp_base); in calculate()
/linux-2.6.39/sound/soc/codecs/
Dwm8962.c3159 gcd_fll = gcd(target, fratio * Fref); in fll_factors()