Searched refs:altDescBuf (Results 1 – 4 of 4) sorted by relevance
/external/svox/pico/lib/ |
D | picotrns.c | 174 void picotrns_deallocate_alt_desc_buf(picoos_MemoryManager mm, picotrns_AltDesc * altDescBuf) in picotrns_deallocate_alt_desc_buf() argument 176 picoos_deallocate(mm, (void *) altDescBuf); in picotrns_deallocate_alt_desc_buf() 565 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen, in picotrns_transduce() argument 589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution, in picotrns_transduce() 610 picotrns_AltDesc altDescBuf; member 644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this->maxAltDescLen); in picotrns_newSimpleTransducer() 645 if (this->altDescBuf == NULL) { in picotrns_newSimpleTransducer() 664 picotrns_deallocate_alt_desc_buf(mm,&(*this)->altDescBuf); in picotrns_disposeSimpleTransducer() 687 this->altDescBuf,this->maxAltDescLen,&nrSteps); in picotrns_stTransduce()
|
D | picotrns.h | 101 void picotrns_deallocate_alt_desc_buf(picoos_MemoryManager mm, picotrns_AltDesc * altDescBuf); 137 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen,
|
D | picospho.c | 196 picotrns_AltDesc altDescBuf; member 352 picotrns_deallocate_alt_desc_buf(spho->common->mm,&spho->altDescBuf); in sphoSubObjDeallocate() 388 …spho->altDescBuf = picotrns_allocate_alt_desc_buf(spho->common->mm, SPHO_MAX_ALTDESC_SIZE, &spho->… in picospho_newSentPhoUnit() 389 if (NULL == spho->altDescBuf) { in picospho_newSentPhoUnit() 390 picotrns_deallocate_alt_desc_buf(spho->common->mm,&spho->altDescBuf); in picospho_newSentPhoUnit() 1237 4*PICOTRNS_MAX_NUM_POSSYM, spho->altDescBuf, in sphoStep()
|
D | picosa.c | 213 picotrns_AltDesc altDescBuf; member 436 picotrns_deallocate_alt_desc_buf(mm,&sa->altDescBuf); in saSubObjDeallocate() 470 sa->altDescBuf = picotrns_allocate_alt_desc_buf(mm, SA_MAX_ALTDESC_SIZE, &sa->maxAltDescLen); in picosa_newSentAnaUnit() 471 if (NULL == sa->altDescBuf) { in picosa_newSentAnaUnit() 472 picotrns_deallocate_alt_desc_buf(mm,&sa->altDescBuf); in picosa_newSentAnaUnit() 1643 PICOTRNS_MAX_NUM_POSSYM, sa->altDescBuf, in saStep()
|