Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp95 template <typename T> static constexpr size_t hex_digits() { in hex_digits()
110 if (str.size() <= hex_digits<data_t::uuid_t>() || in parseModuleId()
111 str.size() > hex_digits<data_t>()) in parseModuleId()
116 llvm::StringRef uuid_str = str.take_front(hex_digits<data_t::uuid_t>()); in parseModuleId()
117 llvm::StringRef age_str = str.drop_front(hex_digits<data_t::uuid_t>()); in parseModuleId()
94 template <typename T> static constexpr size_t hex_digits() { hex_digits() function
/freebsd/contrib/sendmail/src/
H A Dmap.c8143 static char hex_digits[] = local
8154 *dst++ = hex_digits[src[i] & 0x0f];
8156 *dst++ = hex_digits[(src[i] >> 4) & 0x0f];