Home
last modified time | relevance | path

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

/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c69 #define IN_BUF_SIZE (1 << 16) macro
77 Byte inBuf[IN_BUF_SIZE]; in Decode2()
85 inSize = IN_BUF_SIZE; in Decode2()