Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokpr.c115 typedef picoos_uint8 picokpr_AttrVal[KPR_ATTRVAL_SIZE]; typedef
124 typedef picokpr_AttrVal * picokpr_VarAttrValArr;
155 picokpr_AttrVal * rAttrValArr;
200 kpr->rAttrValArr = (picokpr_AttrVal *)&(this->base[offset]); in kprInitialize()
201 …G(("rAttrValArr : cs: %i, ss: %i, offset: %i", KPR_ATTRVAL_SIZE, sizeof(picokpr_AttrVal), offset)); in kprInitialize()