OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picokdt_DtG2P
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picokdt.h
88
typedef struct
picokdt_dtg2p
*
picokdt_DtG2P
;
96
picokdt_DtG2P
picokdt_getDtG2P (picoknow_KnowledgeBase this);
297
picoos_uint8 picokdt_dtG2PconstructInVec(const
picokdt_DtG2P
this,
313
picoos_uint8 picokdt_dtG2Pclassify(const
picokdt_DtG2P
this,
320
picoos_uint8 picokdt_dtG2PdecomposeOutClass(const
picokdt_DtG2P
this,
picokdt.c
729
picokdt_DtG2P
picokdt_getDtG2P (picoknow_KnowledgeBase this) {
730
return ((NULL == this) ? NULL : ((
picokdt_DtG2P
) this->subObj));
[
all
...]
picosa.c
227
picokdt_DtG2P
dtg2p;
[
all
...]
Completed in 1280 milliseconds