Home | History | Annotate | Download | only in lib_src

Lines Matching refs:temp

265     EAS_I32 temp;
357 if ((result = RTTTL_GetNumber(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
361 if ((temp >= 4) && (temp <= 7))
363 octave = (EAS_U8) temp;
367 else if ((temp >= 25) && (temp <= 900))
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
829 EAS_I8 temp;
838 temp = 64;
844 temp = temp >> 1;
847 *pDuration = temp;
934 EAS_INT temp;
938 temp = 0;
951 temp = temp * 10 + c - '0';
952 *pValue = temp;
981 EAS_I8 temp;
1009 if ((result = EAS_HWGetByte(pEASData->hwInstData, pData->fileHandle, &temp)) != EAS_SUCCESS)
1012 if (temp == ':')
1019 pData->metadata.buffer[i] = (char) temp;
1040 if ((result = RTTTL_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
1042 if (temp != '=')
1057 if ((result = RTTTL_GetDuration(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
1059 pData->duration = temp;
1089 if ((result = RTTTL_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
1093 if (temp == ':')
1097 if (temp != ',')
1127 EAS_I8 temp;
1136 temp = pData->dataByte;
1141 if ((result = EAS_HWGetByte(hwInstData, pData->fileHandle, &temp)) != EAS_SUCCESS)
1146 if (!IsSpace(temp))
1148 *pValue = ToLower(temp);
1173 EAS_I8 temp;
1186 temp = pData->dataByte;
1189 if (!IsSpace(temp))
1191 *pValue = ToLower(temp);