Searched refs:omax (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/lib/zstd/common/ |
D | fse_decompress.c | 238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local 239 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() 276 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic() 283 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
|
/linux-6.12.1/drivers/clk/xilinx/ |
D | clk-xlnx-clock-wizard.c | 340 u32 mmin, mmax, dmin, dmax, omin, omax; in clk_wzrd_get_divisors_ver() local 347 omax = VER_WZRD_O_MAX; in clk_wzrd_get_divisors_ver() 355 for (o = omin; o <= omax; o++) { in clk_wzrd_get_divisors_ver() 378 u32 mmin, mmax, dmin, dmax, omin, omax; in clk_wzrd_get_divisors() local 385 omax = WZRD_O_MAX; in clk_wzrd_get_divisors() 393 for (o = omin; o <= omax; o++) { in clk_wzrd_get_divisors()
|
/linux-6.12.1/sound/core/oss/ |
D | mixer_oss.c | 423 static long snd_mixer_oss_conv(long val, long omin, long omax, long nmin, long nmax) in snd_mixer_oss_conv() argument 425 long orange = omax - omin, nrange = nmax - nmin; in snd_mixer_oss_conv()
|