Home
last modified time | relevance | path

Searched refs:gxml_ParserXML_VoiceCount (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DgnauralXML.c398 if (listedcount > gxml_ParserXML_VoiceCount) in gxml_XMLParser()
401 listedcount - gxml_ParserXML_VoiceCount); in gxml_XMLParser()
403 SG_DBGOUT_INT (" Actual count:", gxml_ParserXML_VoiceCount); in gxml_XMLParser()
405 else if (listedcount < gxml_ParserXML_VoiceCount) in gxml_XMLParser()
408 gxml_ParserXML_VoiceCount - listedcount); in gxml_XMLParser()
410 SG_DBGOUT_INT (" Actual count:", gxml_ParserXML_VoiceCount); in gxml_XMLParser()
415 gxml_ParserXML_VoiceCount); in gxml_XMLParser()
517 gxml_ParserXML_VoiceCount = 0; in gxml_XMLReadFile()
523 SG_DBGOUT_INT ("Total new Voice count: ", gxml_ParserXML_VoiceCount); in gxml_XMLReadFile()
535 SG_DBGOUT_INT ("Total new Voice count: ", gxml_ParserXML_VoiceCount); in gxml_XMLReadFile()
[all …]
H A DgnauralXML.h30 extern int gxml_ParserXML_VoiceCount; //this is a *true* count of Voices (as opposed to listed co…