Home
last modified time | relevance | path

Searched defs:omax (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/sys/
H A Dlibkern.h113 static __inline off_t omax(off_t a, off_t b) { return (a > b ? a : b); } in omax() function
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c825 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
1080 BYTE* const omax = op + maxDstSize; in HUF_decompress_usingDTable() local
H A Dzstd_v03.c1349 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v04.c1328 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v02.c1348 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v06.c1578 BYTE* const omax = op + maxDstSize; in FSEv06_decompress_usingDTable_generic() local
H A Dzstd_v05.c1435 BYTE* const omax = op + maxDstSize; in FSEv05_decompress_usingDTable_generic() local
H A Dzstd_v07.c1598 BYTE* const omax = op + maxDstSize; in FSEv07_decompress_usingDTable_generic() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2936 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local