Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_os_specific.c289 DWORD dwTemp; in XSUM_vfprintf() local
293 } 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()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp252 uint32_t dwTemp; in ParseSegmentHeader() local
253 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() local
391 for (uint32_t i = 0; i < dwTemp; ++i) { in ParseSymbolDict()
436 uint32_t dwTemp = (dwNumSyms + j).ValueOrDie(); in ParseSymbolDict() local
437 SDINSYMS.get()[dwTemp] = dict.GetImage(j); in ParseSymbolDict()
593 uint32_t dwTemp = (wFlags >> 2) & 0x0003; in ParseTextRegion() local
594 pTRD->SBSTRIPS = 1 << dwTemp; in ParseTextRegion()
672 dwTemp = 0; in ParseTextRegion()
[all …]