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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlcm.h6 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlcm.c6 unsigned long lcm(unsigned long a, unsigned long b) function
15 EXPORT_SYMBOL_GPL(lcm); variable
H A DMakefile24 string_helpers.o gcd.o lcm.o list_sort.o uuid.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c75 int a, b, c, lcm; local
84 /* first compute lcm(n,k) */
95 lcm = outbits*inbits/a;
102 /* this will end up cycling through k lcm(k,n)/k times, which
104 for (i = lcm-1; i >= 0; i--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dframesync.c75 int64_t gcd, lcm; local
82 lcm = (fs->time_base.den / gcd) * fs->in[i].time_base.den;
83 if (lcm < AV_TIME_BASE / 2) {
84 fs->time_base.den = lcm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-settings.c11 #include <linux/lcm.h>
539 t->io_opt = lcm(t->io_opt, b->io_opt);
566 t->alignment_offset = lcm(t->alignment_offset, alignment)
593 t->discard_alignment = lcm(t->discard_alignment, alignment) &
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c253 lcm(unsigned u, unsigned v) { function
968 l_c_m = lcm(l_c_m, width_bytes[(int) spec[i].size]);

Completed in 76 milliseconds