Searched refs:blenmax (Results 1 – 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
D | picodata.c | 52 const picoos_uint8 *buf, const picoos_uint16 blenmax, 56 picoos_uint8 *buf, const picoos_uint16 blenmax, 82 const picoos_uint8 *buf, const picoos_uint16 blenmax, 86 picoos_uint8 *buf, const picoos_uint16 blenmax, 177 picoos_uint8 *buf, const picoos_uint16 blenmax, in data_cbGetItem() argument 217 if (blenmax < *blen) { /* buf not large enough? */ in data_cbGetItem() 262 const picoos_uint8 *buf, const picoos_uint16 blenmax, in data_cbPutItem() argument 267 if (blenmax < PICODATA_ITEM_HEADSIZE) { /* itemlen not accessible? */ in data_cbPutItem() 278 if (*blen > blenmax) { /* item in buf not completely accessible? */ in data_cbPutItem() 322 picoos_uint8 *buf, const picoos_uint16 blenmax, in picodata_cbGetItem() argument [all …]
|
D | picodata.h | 302 picoos_uint8 *buf, const picoos_uint16 blenmax, 314 picoos_uint8 *buf, const picoos_uint16 blenmax, 325 const picoos_uint8 *buf, const picoos_uint16 blenmax, 347 const picoos_uint8 *buf, const picoos_uint16 blenmax, 360 const picoos_uint8 *buf, const picoos_uint16 blenmax, 374 picoos_uint8 *buf, const picoos_uint16 blenmax, picoos_uint16 *blen); 384 picoos_uint8 *buf, const picoos_uint16 blenmax, 406 const picoos_uint16 blenmax, const picoos_uint8 info); 414 const picoos_uint16 blenmax, const picoos_uint8 info); 422 const picoos_uint16 blenmax, const picoos_uint8 len);
|