Searched refs:lcm (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/math/ |
| H A D | lcm.c | 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function 15 EXPORT_SYMBOL_GPL(lcm); 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
| /linux/include/linux/ |
| H A D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | |
| /linux/sound/soc/sof/intel/ |
| H A D | hda-sdw-bpt.c | 258 unsigned int alignment = lcm(data_block, FIFO_ALIGNMENT); in hda_sdw_bpt_get_buf_size_alignment()
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 447 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|
| /linux/drivers/iio/imu/ |
| H A D | adis16550.c | 443 unsigned long scaled_rate = lcm(st->clk_freq_hz, freq_hz); in adis16550_set_freq_hz()
|
| H A D | adis16480.c | 351 unsigned long scaled_rate = lcm(st->clk_freq, t); in adis16480_set_freq()
|
| H A D | adis16475.c | 349 unsigned long scaled_rate = lcm(st->clk_freq, freq); in adis16475_set_freq()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 2295 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 842 const ZSTD_ParamSwitch_e lcm = (ZSTD_ParamSwitch_e)value; in ZSTD_CCtxParams_setParameter() local 843 BOUNDCHECK(ZSTD_c_literalCompressionMode, (int)lcm); in ZSTD_CCtxParams_setParameter() 844 CCtxParams->literalCompressionMode = lcm; in ZSTD_CCtxParams_setParameter()
|