Home | History | Annotate | Download | only in lib_src

Lines Matching defs:temp

117     EAS_U32 temp;
123 if ((result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS)
125 if (temp != XMF_IDENTIFIER)
129 if ((result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS)
132 if (temp == XMF_VERSION_2_00)
135 result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE);
139 if (temp != XMF_FILE_TYPE)
142 "XMF file type was 0x%08x, expected 0x%08x\n", temp, XMF_FILE_TYPE); */ }
147 result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE);
151 if (temp != XMF_SPEC_LEVEL)
154 "XMF file spec was 0x%08x, expected 0x%08x\n", temp, XMF_SPEC_LEVEL); */ }
158 else if (temp != XMF_VERSION_1_00 && temp != XMF_VERSION_1_01)
160 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "XMF file version was 0x%08x\n", temp); */ }