Searched refs:omax (Results 1 – 2 of 2) sorted by relevance
238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local239 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()
438 static long snd_mixer_oss_conv(long val, long omin, long omax, long nmin, long nmax) in snd_mixer_oss_conv() argument440 long orange = omax - omin, nrange = nmax - nmin; in snd_mixer_oss_conv()