OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUT_BUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picotok.c
81
#define
OUT_BUF_SIZE
IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3
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
) {
[
all
...]
picopr.c
67
#define
OUT_BUF_SIZE
IN_BUF_SIZE + 3 * PICODATA_ITEM_HEADSIZE + 3
291
picoos_uint8 outBuf[
OUT_BUF_SIZE
]; /* internal output buffer */
[
all
...]
Completed in 49 milliseconds