OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_BUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/Util/Lzma/
LzmaUtil.c
52
#define
IN_BUF_SIZE
(1 << 16)
59
Byte inBuf[
IN_BUF_SIZE
];
67
inSize =
IN_BUF_SIZE
;
/external/svox/pico/lib/
picotok.c
80
#define
IN_BUF_SIZE
255
81
#define OUT_BUF_SIZE
IN_BUF_SIZE
+ 3 * PICODATA_ITEM_HEADSIZE + 3
83
#define MARKUP_STRING_BUF_SIZE (
IN_BUF_SIZE
*5)
227
picoos_uchar markupTagName[
IN_BUF_SIZE
];
239
picoos_uchar tokenStr[
IN_BUF_SIZE
];
252
picoos_uchar saveFile[
IN_BUF_SIZE
];
411
picoos_uchar tmpWord[
IN_BUF_SIZE
];
[
all
...]
picopr.c
66
#define
IN_BUF_SIZE
255
67
#define OUT_BUF_SIZE
IN_BUF_SIZE
+ 3 * PICODATA_ITEM_HEADSIZE + 3
72
#define PR_MAX_DATA_LEN
IN_BUF_SIZE
288
picoos_uint8 inBuf[
IN_BUF_SIZE
+PICODATA_ITEM_HEADSIZE]; /* internal input buffer */
319
picoos_uchar saveFile[
IN_BUF_SIZE
];
[
all
...]
Completed in 50 milliseconds