Home
last modified time | relevance | path

Searched defs:picodata_char_buffer (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicodata.c62 typedef struct picodata_char_buffer struct
64 picoos_char *buf;
65 picoos_uint16 rear; /* next free position to write */
66 picoos_uint16 front; /* next position to read */
67 picoos_uint16 len; /* empty: len = 0, full: len = size */
68 picoos_uint16 size;
70 picoos_Common common;
72 picodata_cbGetItemMethod getItem;
73 picodata_cbPutItemMethod putItem;
75 picodata_cbSubResetMethod subReset;
[all …]