Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.cpp404 const uint8_t *ubuf8 = (const uint8_t *)(thread_name); in GetProfileData() local
407 profile_data_stream << (uint32_t)(ubuf8[j]); in GetProfileData()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp257 const uint8_t *ubuf8 = (const uint8_t *)buf; in SendHexEncodedBytePacket() local
260 packet_sstrm << RAWHEX8(ubuf8[i]); in SendHexEncodedBytePacket()