Searched refs:lcm (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/lib/ |
H A D | lcm.c | 4 #include <linux/lcm.h> 7 unsigned long lcm(unsigned long a, unsigned long b) lcm() function 14 EXPORT_SYMBOL_GPL(lcm); variable 18 unsigned long l = lcm(a, b); lcm_not_zero()
|
H A D | Makefile | 27 gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
|
/linux-4.1.27/include/linux/ |
H A D | lcm.h | 6 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 62 #include <linux/lcm.h> 85 /* first compute lcm(n,k) */ krb5_nfold() 86 ulcm = lcm(inbits, outbits); krb5_nfold() 93 /* this will end up cycling through k lcm(k,n)/k times, which krb5_nfold()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | smiapp-pll.c | 21 #include <linux/lcm.h> 228 more_mul_factor = lcm(div, pll->pre_pll_clk_div) / div; __smiapp_pll_calculate() 230 more_mul_factor = lcm(more_mul_factor, op_limits->min_sys_clk_div); __smiapp_pll_calculate()
|
H A D | aptina-pll.c | 24 #include <linux/lcm.h>
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 16 #include <linux/lcm.h> 565 align = lcm(dma->align, info->bpp); __xvip_dma_try_format()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | mach-jive.c | 628 gpio_request(S3C2410_GPG(13), "lcm reset"); jive_machine_init()
|
/linux-4.1.27/fs/exofs/ |
H A D | ore.c | 28 #include <linux/lcm.h> 513 * LCMdP = lcm(group_width, parity) / parity 563 u32 LCMdP = lcm(group_width, parity) / parity; ore_calc_stripe_info()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 38 #include <linux/lcm.h> 1425 ulcm = lcm((lcdc_info->xres * lcd_cfg->bpp)/8, PAGE_SIZE); fb_probe()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-streams.c | 189 /* VB_MIN_BUFSIZE is lcm(1440 * 480, 1440 * 576)
|
/linux-4.1.27/block/ |
H A D | blk-settings.c | 11 #include <linux/lcm.h>
|
Completed in 648 milliseconds