Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBDataRef.h97 uint32_t GetMax32(offset_t *offset_ptr, uint32_t byte_size) const;
DDNBDataRef.cpp148 DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const in GetMax32() function in DNBDataRef
DDNB.cpp1480 uint32_t u32 = data.GetMax32(&data_offset, byte_size); in DNBPrintf()