Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c484 #define RC_BUF_SIZE (1 << 16) macro
489 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE); in RangeEnc_Alloc()
492 p->bufLim = p->bufBase + RC_BUF_SIZE; in RangeEnc_Alloc()