OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inSym
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picokfst.h
117
/* starts search for all pairs with input symbol '
inSym
'; '*inSymFound' returns whether
121
void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t
inSym
,
picokfst.c
272
extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t
inSym
,
285
h =
inSym
% fst->alphaHashTabSize;
293
while ((inSymX !=
inSym
) && (nextSameHashInSymOffs > 0)) {
299
if (inSymX ==
inSym
) {
picotrns.c
58
void PICOTRNS_PRINTSYM1(picoknow_KnowledgeBase kbdbg, picoos_int16
insym
, picoos_uint8 phonemic)
64
sym = picotrns_unplane(
insym
, &plane);
97
void PICOTRNS_PRINTSYM(picoknow_KnowledgeBase kbdbg, picoos_int16
insym
)
99
PICOTRNS_PRINTSYM1(kbdbg,
insym
,1);
305
picokfst_symid_t
inSym
;
312
inSym
= inSeq[altDesc->inPos].sym;
313
if (
inSym
== PICOKFST_SYMID_EPS) {
Completed in 96 milliseconds