| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 34 enum PrintStyle { Hex, Number }; enumerator 115 if (Style == Hex) in printAuxMemberHelper() 166 PrintAuxMember(Hex, "Magic:", AuxHeader->AuxMagic); in printAuxiliaryHeader() 167 PrintAuxMember(Hex, "Version:", AuxHeader->Version); in printAuxiliaryHeader() 168 PrintAuxMember(Hex, "Size of .text section:", AuxHeader->TextSize); in printAuxiliaryHeader() 169 PrintAuxMember(Hex, "Size of .data section:", AuxHeader->InitDataSize); in printAuxiliaryHeader() 170 PrintAuxMember(Hex, "Size of .bss section:", AuxHeader->BssDataSize); in printAuxiliaryHeader() 171 PrintAuxMember(Hex, "Entry point address:", AuxHeader->EntryPointAddr); in printAuxiliaryHeader() 172 PrintAuxMember(Hex, ".text section start address:", AuxHeader->TextStartAddr); in printAuxiliaryHeader() 173 PrintAuxMember(Hex, ".data section start address:", AuxHeader->DataStartAddr); in printAuxiliaryHeader() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 1045 enum PrintStyle { Hex, Number }; enumerator 1055 Style == Hex ? W.printHex(MemberName, Member) in printAuxMemberHelper() 1099 PrintAuxMember(Hex, "Magic", AuxHeader->AuxMagic); in printAuxiliaryHeader() 1100 PrintAuxMember(Hex, "Version", AuxHeader->Version); in printAuxiliaryHeader() 1101 PrintAuxMember(Hex, "Size of .text section", AuxHeader->TextSize); in printAuxiliaryHeader() 1102 PrintAuxMember(Hex, "Size of .data section", AuxHeader->InitDataSize); in printAuxiliaryHeader() 1103 PrintAuxMember(Hex, "Size of .bss section", AuxHeader->BssDataSize); in printAuxiliaryHeader() 1104 PrintAuxMember(Hex, "Entry point address", AuxHeader->EntryPointAddr); in printAuxiliaryHeader() 1105 PrintAuxMember(Hex, ".text section start address", AuxHeader->TextStartAddr); in printAuxiliaryHeader() 1106 PrintAuxMember(Hex, ".data section start address", AuxHeader->DataStartAddr); in printAuxiliaryHeader() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 38 return Base::Hex; in getBase() 67 const auto Hex = Option.Hex; in process() local 70 const bool SkipHex = Hex == 0; in process() 79 const auto HexMinDigits = std::max((int)Option.HexMinDigits, Hex + 1); in process() 113 const bool IsBase16 = B == Base::Hex; in process() 146 DigitsPerGroup = Hex; in process()
|
| /freebsd/usr.sbin/bhyve/kbdlayout/ |
| H A D | default | 25 # 'Chr',ScanCode(Hex); <Comment> 27 # AsciiCode(Hex),ScanCode(Hex); <Comment> 149 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment> 151 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_print.c | 14 static const char Hex[] = "0123456789ABCDEF"; variable 45 if (BIO_write(bp, &Hex[v], 1) != 1) in BN_print()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local 112 Hex[2] = Str[Pos + 2]; in ParseOneDictionaryEntry() 113 Hex[3] = Str[Pos + 3]; in ParseOneDictionaryEntry() 114 U->push_back(static_cast<uint8_t>(strtol(Hex, nullptr, 16))); in ParseOneDictionaryEntry()
|
| /freebsd/libexec/rbootd/ |
| H A D | utils.c | 200 static char Hex[] = "0123456789abcdef"; in GetEtherAddr() local 212 *cp++ = Hex[*addr >> 4 & 0xf]; in GetEtherAddr() 213 *cp++ = Hex[*addr++ & 0xf]; in GetEtherAddr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 170 bool Hex; 178 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
|
| H A D | ScopedPrinter.h | 731 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt() argument
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | android | 80 # The 5th line is User Password Salt (128 Hex) 84 # The 6th line is Master Key Checksum Salt (128 Hex) 88 # The 8th line is User key Initialization Vector (IV) (32 Hex) 91 # The 9th line is Master IV+Key+Checksum (192 Hex)
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | fpbits_str.h | 26 T, typename radix::Hex::WithWidth<(sizeof(T) * 2)>::WithPrefix::Uppercase>;
|
| /freebsd/usr.bin/truss/ |
| H A D | syscall.h | 78 Hex, enumerator
|
| H A D | syscalls.c | 217 .args = { { Hex, 0 } } }, 252 .args = { { Name, 0 }, { Hex, 1 }, { Name, 2 }, 531 .args = { { Name | IN, 0 }, { Name | IN, 1 }, { Hex, 2 } } }, 626 .args = { { Name, 0 }, { Hex, 1 }, { Octal, 2 } } }, 1656 case Hex: in print_arg()
|
| /freebsd/contrib/tcsh/nls/german/ |
| H A D | set20 | 32 30 Falsche Tastenangabe -- nicht korrekte Hex-Zahl\n
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 676 bool Hex, Octal; member 737 Info.Hex = Info.Octal = false; in getLiteralInfo() 739 Info.Hex = true; in getLiteralInfo() 858 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_hexchar2int.pod | 8 - Hex encoding and decoding functions
|
| /freebsd/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 3160 int8_t Hex; member 3173 Hex == R.Hex && HexMinDigits == R.HexMinDigits;
|
| /freebsd/lib/libfetch/ |
| H A D | http.c | 1100 CvtHex(IN HASH Bin, OUT HASHHEX Hex) in CvtHex() argument 1107 Hex[i*2] = hexchars[j]; in CvtHex() 1109 Hex[i*2+1] = hexchars[j]; in CvtHex() 1111 Hex[HASHHEXLEN] = '\0'; in CvtHex()
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | integer_to_string.h | 162 using Hex = details::Fmt<16>; variable
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | dts-coding-style.rst | 37 4. Hex values in properties, e.g. "reg", shall use lowercase hex. The address
|
| /freebsd/contrib/gdtoa/ |
| H A D | printf.c0 | 703 static char Hex[] = "0123456789ABCDEFPX"; 920 digits = Hex; 1222 digits = Hex;
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-rsautl.pod.in | 117 Hex dump the output data.
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1228 static const char Hex[] = "0123456789ABCDEF"; in outputString() local 1260 OS << Hex[(Char >> Shift) & 15]; in outputString() 1267 << Hex[(Char >> 20) & 15] in outputString() 1268 << Hex[(Char >> 16) & 15]; in outputString() 1271 OS << Hex[(Char >> 12) & 15] in outputString() 1272 << Hex[(Char >> 8) & 15] in outputString() 1273 << Hex[(Char >> 4) & 15] in outputString() 1274 << Hex[(Char >> 0) & 15]; in outputString()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | MUTTUCData.txt | 131 # Hex digit.
|
| H A D | format.txt | 71 Hd 42 Hex Digit
|