Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
209 uint8_t Hex = 0; in hexFromNibbles() local
229 uint8_t Hex = 0; in tryGetFromHex() local
243 uint8_t Hex = 0; in tryGetFromHex() local
256 std::string Hex; in fromHex() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 enum class Base { Binary, Decimal, Hex, Other }; enumerator
64 const auto Hex = Option.Hex; in process() local
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/dictionary/
H A Ddictionary.c23 static char Hex[] = "0123456789abcdef"; in emit() local
/openbsd-src/usr.sbin/rbootd/
H A Dutils.c190 static char Hex[] = "0123456789abcdef"; in GetEtherAddr() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.cpp41 Hex = 0, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dformatter_int.bench.cpp82 Hex, enumerator
H A Dformatter_float.bench.cpp104 Hex, enumerator
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp676 bool Hex, Octal; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1018 enum PrintStyle { Hex, Number }; enumerator
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDefs.h181 Hex, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h675 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp146 bool Hex = Value == Kind::HexUpper || Value == Kind::HexLower; in valueFromStringRepr() local
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2545 int8_t Hex; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1217 static const char Hex[] = "0123456789ABCDEF"; in outputString() local