Home | History | Annotate | Download | only in lib_src

Lines Matching refs:temp

260     EAS_I8 temp;
300 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
311 if (temp >= TC_FIELD_SILENCE)
313 result = TC_StartNote(pEASData, pData, parserMode, temp);
318 switch (temp)
341 result = TC_GetNextChar(pEASData->hwInstData, pData, &temp);
349 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected byte 0x%02x in ToneControl stream\n", temp); */ }
646 EAS_I8 temp;
665 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
669 if (temp == TC_FIELD_VERSION)
671 TC_GetNextChar(pEASData->hwInstData, pData, &temp);
672 // { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "ToneControl sequence version %d\n", temp); */ }
682 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
686 if (temp == TC_FIELD_TEMPO)
693 else if (temp == TC_FIELD_TEMPO)
700 else if (temp > TC_FIELD_INVALID)
702 TC_PutBackChar(pData, temp);
709 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected byte 0x%02x in ToneControl stream\n", temp); */ }
782 EAS_I8 temp;
805 if (TC_GetNextChar(pEASData->hwInstData, pData, &temp) != EAS_SUCCESS)
811 if ((temp == TC_FIELD_BLOCK_START) && (temp2 == blockNum))