OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numvdefs
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picorsrc.c
217
picoos_uint16
numVdefs
;
240
this->
numVdefs
= 0;
855
if (PICO_MAX_NUM_VOICE_DEFINITIONS <= this->
numVdefs
) {
856
PICODBG_ERROR(("max number of vdefs exceeded (%i)",this->
numVdefs
));
875
this->
numVdefs
++;
913
this->
numVdefs
--;
[
all
...]
Completed in 45 milliseconds