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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c131 int tmp_gcd, tmp_base, tmp_freq; local
135 tmp_gcd = gcd(target, tmp_base);
136 *mul = target / tmp_gcd;
137 *postdiv = tmp_base / tmp_gcd;

Completed in 103 milliseconds