Searched refs:OUT_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define OUT_BUF_SIZE (1 << 16) macro60 Byte outBuf[OUT_BUF_SIZE]; in Decode2()74 SizeT outProcessed = OUT_BUF_SIZE - outPos; in Decode2()
81 #define OUT_BUF_SIZE IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3 macro248 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */508 if (tok->outWritePos + 4 + len < OUT_BUF_SIZE) { in tok_putItem()523 if (tok->outWritePos + 4 < OUT_BUF_SIZE) { in tok_putItem()539 if (tok->outWritePos + 4 + 2 < OUT_BUF_SIZE) { in tok_putItem()557 if (tok->outWritePos + 4 + len < OUT_BUF_SIZE) { in tok_putItem()
67 #define OUT_BUF_SIZE IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3 macro291 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */