Searched refs:altDescBuf (Results 1 - 4 of 4) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.h101 void picotrns_deallocate_alt_desc_buf(picoos_MemoryManager mm, picotrns_AltDesc * altDescBuf);
125 * @param altDescBuf must provide a working array of length 'maxAltDescLen'
137 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen,
H A Dpicotrns.c174 void picotrns_deallocate_alt_desc_buf(picoos_MemoryManager mm, picotrns_AltDesc * altDescBuf) argument
176 picoos_deallocate(mm, (void *) altDescBuf);
565 picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen,
589 TransductionStep(fst,&transductionState,altDescBuf,maxAltDescLen,firstSolOnly,printSolution,
610 picotrns_AltDesc altDescBuf; member in struct:picotrns_simple_transducer
644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this->maxAltDescLen);
645 if (this->altDescBuf == NULL) {
664 picotrns_deallocate_alt_desc_buf(mm,&(*this)->altDescBuf);
687 this->altDescBuf,this->maxAltDescLen,&nrSteps);
561 picotrns_transduce(picokfst_FST fst, picoos_bool firstSolOnly, picotrns_printSolutionFct printSolution, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen, picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen, picotrns_AltDesc altDescBuf, picoos_uint16 maxAltDescLen, picoos_uint32 *nrSteps) argument
H A Dpicospho.c196 picotrns_AltDesc altDescBuf; member in struct:spho_subobj
352 picotrns_deallocate_alt_desc_buf(spho->common->mm,&spho->altDescBuf);
388 spho->altDescBuf = picotrns_allocate_alt_desc_buf(spho->common->mm, SPHO_MAX_ALTDESC_SIZE, &spho->maxAltDescLen);
389 if (NULL == spho->altDescBuf) {
390 picotrns_deallocate_alt_desc_buf(spho->common->mm,&spho->altDescBuf);
1237 4*PICOTRNS_MAX_NUM_POSSYM, spho->altDescBuf,
H A Dpicosa.c213 picotrns_AltDesc altDescBuf; member in struct:sa_subobj
436 picotrns_deallocate_alt_desc_buf(mm,&sa->altDescBuf);
470 sa->altDescBuf = picotrns_allocate_alt_desc_buf(mm, SA_MAX_ALTDESC_SIZE, &sa->maxAltDescLen);
471 if (NULL == sa->altDescBuf) {
472 picotrns_deallocate_alt_desc_buf(mm,&sa->altDescBuf);
1643 PICOTRNS_MAX_NUM_POSSYM, sa->altDescBuf,

Completed in 100 milliseconds