Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c103 #define MAX_COPY 32 macro
229 *op++ = MAX_COPY - 1; in FASTLZ_COMPRESSOR()
404 *op++ = MAX_COPY - 1; in FASTLZ_COMPRESSOR()
412 if (FASTLZ_UNEXPECT_CONDITIONAL(copy == MAX_COPY)) { in FASTLZ_COMPRESSOR()
414 *op++ = MAX_COPY - 1; in FASTLZ_COMPRESSOR()
423 if (copy == MAX_COPY) { in FASTLZ_COMPRESSOR()
425 *op++ = MAX_COPY - 1; in FASTLZ_COMPRESSOR()