Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-rx.c115 uint16_t bufferSpace; /* Number of packet buffers available */ member
2740 (int) EXTRACT_16BITS(&rxa->bufferSpace), in rx_ack_print()
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1323 size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local
1336 bufferSpace; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14229 size_t const bufferSpace = ZSTD_cwksp_alloc_size(0) in ZSTD_estimateCCtxSize_usingCCtxParams() local
14242 bufferSpace; in ZSTD_estimateCCtxSize_usingCCtxParams()
14546 … size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_resetCCtx_internal() local
14558 bufferSpace; in ZSTD_resetCCtx_internal()
14564 neededSpace>>10, matchStateSize>>10, bufferSpace>>10); in ZSTD_resetCCtx_internal()