Searched defs:Hex (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 196 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 D | IntegerLiteralSeparatorFixer.cpp | 20 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 D | dictionary.c | 23 static char Hex[] = "0123456789abcdef"; in emit() local
|
/openbsd-src/usr.sbin/rbootd/ |
H A D | utils.c | 190 static char Hex[] = "0123456789abcdef"; in GetEtherAddr() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | IntelPTSingleBufferTrace.cpp | 41 Hex = 0, enumerator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | formatter_int.bench.cpp | 82 Hex, enumerator
|
H A D | formatter_float.bench.cpp | 104 Hex, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 676 bool Hex, Octal; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 1018 enum PrintStyle { Hex, Number }; enumerator
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBDefs.h | 181 Hex, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 675 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt()
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 146 bool Hex = Value == Kind::HexUpper || Value == Kind::HexLower; in valueFromStringRepr() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Format/ |
H A D | Format.h | 2545 int8_t Hex; member
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 1217 static const char Hex[] = "0123456789ABCDEF"; in outputString() local
|