Searched refs:dwTemp (Results 1 – 2 of 2) sorted by relevance
289 DWORD dwTemp; in XSUM_vfprintf() local293 } else if (_isatty(fileNb) && GetConsoleMode(handle, &dwTemp)) { in XSUM_vfprintf()305 if (WriteConsoleW(handle, u16_buf, (DWORD)len - 1, &dwTemp, NULL)) { in XSUM_vfprintf()306 result = (int)dwTemp; in XSUM_vfprintf()
252 uint32_t dwTemp; in ParseSegmentHeader() local253 if (m_pStream->readInteger(&dwTemp) != 0) in ParseSegmentHeader()256 pSegment->m_Referred_to_segment_numbers[i] = dwTemp; in ParseSegmentHeader()390 const uint32_t dwTemp = (pSymbolDictDecoder->SDTEMPLATE == 0) ? 8 : 2; in ParseSymbolDict() local391 for (uint32_t i = 0; i < dwTemp; ++i) { in ParseSymbolDict()436 uint32_t dwTemp = (dwNumSyms + j).ValueOrDie(); in ParseSymbolDict() local437 SDINSYMS.get()[dwTemp] = dict.GetImage(j); in ParseSymbolDict()593 uint32_t dwTemp = (wFlags >> 2) & 0x0003; in ParseTextRegion() local594 pTRD->SBSTRIPS = 1 << dwTemp; in ParseTextRegion()672 dwTemp = 0; in ParseTextRegion()[all …]