Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c174 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c47 int *pclass, long omax) in ASN1_get_object()
/freebsd/sys/sys/
H A Dlibkern.h110 static __inline off_t omax(off_t a, off_t b) { return (a > b ? a : b); } in omax() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
/freebsd/contrib/sendmail/src/
H A Dheaders.c2107 int opos, omax, spaces; local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c821 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
1076 BYTE* const omax = op + maxDstSize; in HUF_decompress_usingDTable() local
H A Dzstd_v03.c1345 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v02.c1344 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v04.c1324 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
H A Dzstd_v05.c1431 BYTE* const omax = op + maxDstSize; in FSEv05_decompress_usingDTable_generic() local
H A Dzstd_v06.c1574 BYTE* const omax = op + maxDstSize; in FSEv06_decompress_usingDTable_generic() local
H A Dzstd_v07.c1594 BYTE* const omax = op + maxDstSize; in FSEv07_decompress_usingDTable_generic() local
/freebsd/contrib/libedit/
H A Dreadline.c1263 int omax; in unstifle_history() local