Home
last modified time | relevance | path

Searched defs:hex_digits (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_convert.c77 static const char hex_digits[] = "0123456789ABCDEF"; variable
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp93 template <typename T> static constexpr size_t hex_digits() { in hex_digits() function
/openbsd/lib/libcrypto/x509/
H A Dx509_utl.c471 static const char hex_digits[] = "0123456789ABCDEF"; variable
/openbsd/usr.bin/dig/
H A Ddighost.c317 static char hex_digits[] = { in get_reverse() local