Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dprint-rx.c115 uint16_t bufferSpace; /* Number of packet buffers available */ member
2736 (int) EXTRACT_16BITS(&rxa->bufferSpace), in rx_ack_print()
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c989 size_t const bufferSpace = buffInSize + buffOutSize; in ZSTD_resetCCtx_internal() local
995 bufferSpace; in ZSTD_resetCCtx_internal()
997 (U32)(neededSpace>>10), (U32)(matchStateSize>>10), (U32)(bufferSpace>>10)); in ZSTD_resetCCtx_internal()