Home
last modified time | relevance | path

Searched refs:PR_IOITEM_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicopr.c229 #define PR_IOITEM_MIN_SIZE sizeof(pr_ioItem2) macro
1022 pr_ALLOCATE(this, mType, (void * *) & (*item),PR_IOITEM_MIN_SIZE+size+1); in pr_newItem()
1027 pr_ALLOCATE(this, mType, (void * *) & (*item), PR_IOITEM_MIN_SIZE+3*size+3); in pr_newItem()
1038 pr_ALLOCATE(this, mType, (void * *) & (*item), PR_IOITEM_MIN_SIZE+size+1); in pr_newItem()
3303 …PICODBG_INFO(("max dyn size: %i", PR_MAX_PATH_LEN*((((PR_IOITEM_MIN_SIZE+2) + PICOOS_ALIGN_SIZE - … in picopr_newPreprocUnit()