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

/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c53 #define OUT_BUF_SIZE (1 << 16) macro
60 Byte outBuf[OUT_BUF_SIZE];
74 SizeT outProcessed = OUT_BUF_SIZE - outPos;
/external/svox/pico/lib/
H A Dpicotok.c81 #define OUT_BUF_SIZE IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3 macro
248 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */
508 if (tok->outWritePos + 4 + len < OUT_BUF_SIZE) {
523 if (tok->outWritePos + 4 < OUT_BUF_SIZE) {
539 if (tok->outWritePos + 4 + 2 < OUT_BUF_SIZE) {
557 if (tok->outWritePos + 4 + len < OUT_BUF_SIZE) {
H A Dpicopr.c67 #define OUT_BUF_SIZE IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3 macro
291 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */

Completed in 7410 milliseconds