Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()