Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp31 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16() local
32 if (ChValue <= 0xFF) in stripUTF16()
33 Result += ChValue; in stripUTF16()