Home
last modified time | relevance | path

Searched defs:Hex (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
222 uint8_t Hex = 0; in hexFromNibbles() local
242 uint8_t Hex = 0; in tryGetFromHex() local
256 uint8_t Hex = 0; in tryGetFromHex() local
269 std::string Hex; in fromHex() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 enum class Base { Binary, Decimal, Hex, Other }; enumerator
64 const auto Hex = Option.Hex; in process() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_print.c14 static const char Hex[] = "0123456789ABCDEF"; variable
H A Dbn_conv.c14 static const char Hex[] = "0123456789ABCDEF"; variable
/freebsd/libexec/rbootd/
H A Dutils.c200 static char Hex[] = "0123456789abcdef"; in GetEtherAddr() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
/freebsd/usr.bin/truss/
H A Dsyscall.h78 Hex, enumerator
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp676 bool Hex, Octal; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1019 enum PrintStyle { Hex, Number }; enumerator
/freebsd/lib/libfetch/
H A Dhttp.c1122 CvtHex(IN HASH Bin, OUT HASHHEX Hex) in CvtHex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h715 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp141 bool Hex = Value == Kind::HexUpper || Value == Kind::HexLower; in valueFromStringRepr() local
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2868 int8_t Hex; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1202 static const char Hex[] = "0123456789ABCDEF"; in outputString() local