HomeSort by relevance Sort by last modified time
    Searched refs:picoknow_KnowledgeBase (Results 1 - 22 of 22) sorted by null

  /external/svox/pico/lib/
picoknow.c 44 extern picoknow_KnowledgeBase picoknow_newKnowledgeBase(picoos_MemoryManager mm)
46 picoknow_KnowledgeBase this;
63 extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this)
picokdbg.h 52 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this,
60 picokdbg_Dbg picokdbg_getDbg(picoknow_KnowledgeBase this);
picoknow.h 165 typedef struct picoknow_knowledge_base * picoknow_KnowledgeBase;
167 typedef pico_status_t (* picoknow_kbSubDeallocate) (register picoknow_KnowledgeBase this, picoos_MemoryManager mm);
171 picoknow_KnowledgeBase next;
181 extern picoknow_KnowledgeBase picoknow_newKnowledgeBase(picoos_MemoryManager mm);
183 extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this);
picoklex.h 48 pico_status_t picoklex_specializeLexKnowledgeBase(picoknow_KnowledgeBase this,
60 picoklex_Lex picoklex_getLex(picoknow_KnowledgeBase this);
picokdbg.c 73 static pico_status_t kdbgInitialize(register picoknow_KnowledgeBase this,
89 static pico_status_t kdbgSubObjDeallocate(register picoknow_KnowledgeBase this,
98 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this,
114 picokdbg_Dbg picokdbg_getDbg(picoknow_KnowledgeBase this) {
picokpdf.h 80 pico_status_t picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this,
91 * derived from : picoknow_KnowledgeBase
135 picokpdf_PdfDUR picokpdf_getPdfDUR(picoknow_KnowledgeBase this);
136 picokpdf_PdfMUL picokpdf_getPdfMUL(picoknow_KnowledgeBase this);
137 picokpdf_PdfPHS picokpdf_getPdfPHS(picoknow_KnowledgeBase this);
picoktab.h 64 pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this,
67 picoktab_FixedIds picoktab_getFixedIds(picoknow_KnowledgeBase this);
77 pico_status_t picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this,
81 picoktab_Graphs picoktab_getGraphs(picoknow_KnowledgeBase this);
136 pico_status_t picoktab_specializePhonesKnowledgeBase(picoknow_KnowledgeBase this,
142 picoktab_Phones picoktab_getPhones(picoknow_KnowledgeBase this);
189 pico_status_t picoktab_specializePosKnowledgeBase(picoknow_KnowledgeBase this,
197 picoktab_Pos picoktab_getPos(picoknow_KnowledgeBase this);
picokdt.h 76 pico_status_t picokdt_specializeDtKnowledgeBase(picoknow_KnowledgeBase this,
94 picokdt_DtPosP picokdt_getDtPosP(picoknow_KnowledgeBase this);
95 picokdt_DtPosD picokdt_getDtPosD(picoknow_KnowledgeBase this);
96 picokdt_DtG2P picokdt_getDtG2P (picoknow_KnowledgeBase this);
97 picokdt_DtPHR picokdt_getDtPHR (picoknow_KnowledgeBase this);
98 picokdt_DtACC picokdt_getDtACC (picoknow_KnowledgeBase this);
99 picokdt_DtPAM picokdt_getDtPAM (picoknow_KnowledgeBase this);
picokfst.h 90 pico_status_t picokfst_specializeFSTKnowledgeBase(picoknow_KnowledgeBase this,
102 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this);
picokpdf.c 92 static pico_status_t kpdfDURInitialize(register picoknow_KnowledgeBase this,
144 static pico_status_t kpdfMULInitialize(register picoknow_KnowledgeBase this,
249 static pico_status_t kpdfPHSInitialize(register picoknow_KnowledgeBase this,
273 static pico_status_t kpdfMULSubObjDeallocate(register picoknow_KnowledgeBase this,
288 static pico_status_t kpdfDURSubObjDeallocate(register picoknow_KnowledgeBase this,
296 static pico_status_t kpdfPHSSubObjDeallocate(register picoknow_KnowledgeBase this,
306 * picoknow_KnowledgeBase */
308 pico_status_t picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this,
363 picokpdf_PdfDUR picokpdf_getPdfDUR(picoknow_KnowledgeBase this) {
367 picokpdf_PdfMUL picokpdf_getPdfMUL(picoknow_KnowledgeBase this)
    [all...]
picotrns.h 83 void PICOTRNS_PRINTSYM(picoknow_KnowledgeBase kbdbg, picoos_int16 insym);
85 void PICOTRNS_PRINTSYMSEQ(picoknow_KnowledgeBase kbdbg, const picotrns_possym_t seq[], const picoos_uint16 seqLen);
picokpr.h 54 pico_status_t picokpr_specializePreprocKnowledgeBase(picoknow_KnowledgeBase this,
90 picokpr_Preproc picokpr_getPreproc(picoknow_KnowledgeBase this);
picoktab.c 65 static pico_status_t ktabIdsInitialize(register picoknow_KnowledgeBase this,
84 static pico_status_t ktabIdsSubObjDeallocate(register picoknow_KnowledgeBase this,
93 pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this,
109 picoktab_FixedIds picoktab_getFixedIds(picoknow_KnowledgeBase this)
204 static pico_status_t ktabGraphsInitialize(register picoknow_KnowledgeBase this,
222 static pico_status_t ktabGraphsSubObjDeallocate(register picoknow_KnowledgeBase this,
231 pico_status_t picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this,
247 picoktab_Graphs picoktab_getGraphs(picoknow_KnowledgeBase this) {
695 static pico_status_t ktabPhonesInitialize(register picoknow_KnowledgeBase this,
711 static pico_status_t ktabPhonesSubObjDeallocate(register picoknow_KnowledgeBase this
    [all...]
picorsrc.h 162 picoknow_KnowledgeBase kbArray[PICORSRC_KB_ARRAY_SIZE];
picokfst.c 52 * derived from : picoknow_KnowledgeBase
144 static pico_status_t kfstInitialize(register picoknow_KnowledgeBase this,
184 static pico_status_t kfstSubObjDeallocate(register picoknow_KnowledgeBase this,
197 pico_status_t picokfst_specializeFSTKnowledgeBase(picoknow_KnowledgeBase this,
230 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this)
picoklex.c 135 * derived from : picoknow_KnowledgeBase
148 static pico_status_t klexInitialize(register picoknow_KnowledgeBase this,
182 static pico_status_t klexSubObjDeallocate(register picoknow_KnowledgeBase this,
194 * picoknow_KnowledgeBase */
196 pico_status_t picoklex_specializeLexKnowledgeBase(picoknow_KnowledgeBase this,
220 picoknow_KnowledgeBase this,
232 picoklex_Lex picoklex_getLex(picoknow_KnowledgeBase this)
picokdt.c 237 * derived from : picoknow_KnowledgeBase
299 static pico_status_t kdtDtInitialize(register picoknow_KnowledgeBase this,
398 static pico_status_t kdtDtCheck(register picoknow_KnowledgeBase this,
430 static pico_status_t kdtPosPInitialize(register picoknow_KnowledgeBase this,
463 static pico_status_t kdtPosDInitialize(register picoknow_KnowledgeBase this,
496 static pico_status_t kdtG2PInitialize(register picoknow_KnowledgeBase this,
530 static pico_status_t kdtPhrInitialize(register picoknow_KnowledgeBase this,
564 static pico_status_t kdtAccInitialize(register picoknow_KnowledgeBase this,
598 static pico_status_t kdtPamInitialize(register picoknow_KnowledgeBase this,
632 static pico_status_t kdtSubObjDeallocate(register picoknow_KnowledgeBase this
    [all...]
picorsrc.c 71 picoknow_KnowledgeBase kbList;
220 picoknow_KnowledgeBase freeKbs;
342 picoknow_KnowledgeBase * kb)
465 picoknow_KnowledgeBase * kb)
474 picoknow_KnowledgeBase * kbList)
481 picoknow_KnowledgeBase kb;
675 static pico_status_t picorsrc_releaseKbList(picorsrc_ResourceManager this, picoknow_KnowledgeBase * kbList)
677 picoknow_KnowledgeBase kbprev, kb;
934 picoknow_KnowledgeBase kb;
    [all...]
picokpr.c 136 * derived from : picoknow_KnowledgeBase
169 static pico_status_t kprInitialize(register picoknow_KnowledgeBase this,
226 static pico_status_t kprSubObjDeallocate(register picoknow_KnowledgeBase this,
238 * picoknow_KnowledgeBase */
240 pico_status_t picokpr_specializePreprocKnowledgeBase(picoknow_KnowledgeBase this,
260 picokpr_Preproc picokpr_getPreproc(picoknow_KnowledgeBase this)
picotrns.c 58 void PICOTRNS_PRINTSYM1(picoknow_KnowledgeBase kbdbg, picoos_int16 insym, picoos_uint8 phonemic)
97 void PICOTRNS_PRINTSYM(picoknow_KnowledgeBase kbdbg, picoos_int16 insym)
102 void PICOTRNS_PRINTSYMSEQ1(picoknow_KnowledgeBase kbdbg, const picotrns_possym_t seq[], const picoos_uint16 seqLen,
110 void PICOTRNS_PRINTSYMSEQ(picoknow_KnowledgeBase kbdbg, const picotrns_possym_t seq[], const picoos_uint16 seqLen) {
picodata.h 620 void picodata_info_item(const picoknow_KnowledgeBase kb,
picodata.c     [all...]

Completed in 67 milliseconds