Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c640 #define RC_BUF_SIZE (1 << 16) macro
646 p->bufBase = (Byte *)ISzAlloc_Alloc(alloc, RC_BUF_SIZE); in RangeEnc_Alloc()
649 p->bufLim = p->bufBase + RC_BUF_SIZE; in RangeEnc_Alloc()

Completed in 4 milliseconds