Home
last modified time | relevance | path

Searched refs:omax (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_decompress.c212 BYTE *const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
213 BYTE *const olimit = omax - 3; in FSE_decompress_usingDTable_generic()
255 if (op > (omax - 2)) in FSE_decompress_usingDTable_generic()
263 if (op > (omax - 2)) in FSE_decompress_usingDTable_generic()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse_decompress.c238 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()
/kernel/linux/linux-5.10/sound/core/oss/
H A Dmixer_oss.c438 static long snd_mixer_oss_conv(long val, long omin, long omax, long nmin, long nmax) in snd_mixer_oss_conv() argument
440 long orange = omax - omin, nrange = nmax - nmin; in snd_mixer_oss_conv()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dmixer_oss.c438 static long snd_mixer_oss_conv(long val, long omin, long omax, long nmin, long nmax) in snd_mixer_oss_conv() argument
440 long orange = omax - omin, nrange = nmax - nmin; in snd_mixer_oss_conv()

Completed in 6 milliseconds