Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/lib/zstd/
Dfse_decompress.c219 BYTE *const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
220 BYTE *const olimit = omax - 3; in FSE_decompress_usingDTable_generic()
262 if (op > (omax - 2)) in FSE_decompress_usingDTable_generic()
270 if (op > (omax - 2)) in FSE_decompress_usingDTable_generic()
/Linux-v5.4/sound/core/oss/
Dmixer_oss.c415 static long snd_mixer_oss_conv(long val, long omin, long omax, long nmin, long nmax) in snd_mixer_oss_conv() argument
417 long orange = omax - omin, nrange = nmax - nmin; in snd_mixer_oss_conv()