Home
last modified time | relevance | path

Searched refs:Hex (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp34 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 DXCOFFDumper.cpp1045 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 DIntegerLiteralSeparatorFixer.cpp20 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 Ddefault25 # '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 Dbn_print.c14 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 DFuzzerUtil.cpp111 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 Dutils.c200 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 DFormat.h170 bool Hex;
178 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
H A DScopedPrinter.h731 uint64_t hexNumberToInt(HexNumber Hex) { return Hex.Value; } in hexNumberToInt() argument
/freebsd/contrib/file/magic/Magdir/
H A Dandroid80 # 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 Dfpbits_str.h26 T, typename radix::Hex::WithWidth<(sizeof(T) * 2)>::WithPrefix::Uppercase>;
/freebsd/usr.bin/truss/
H A Dsyscall.h78 Hex, enumerator
H A Dsyscalls.c217 .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 Dset2032 30 Falsche Tastenangabe -- nicht korrekte Hex-Zahl\n
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp676 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 DOPENSSL_hexchar2int.pod8 - Hex encoding and decoding functions
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3160 int8_t Hex; member
3173 Hex == R.Hex && HexMinDigits == R.HexMinDigits;
/freebsd/lib/libfetch/
H A Dhttp.c1100 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 Dinteger_to_string.h162 using Hex = details::Fmt<16>; variable
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst37 4. Hex values in properties, e.g. "reg", shall use lowercase hex. The address
/freebsd/contrib/gdtoa/
H A Dprintf.c0703 static char Hex[] = "0123456789ABCDEFPX";
920 digits = Hex;
1222 digits = Hex;
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in117 Hex dump the output data.
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1228 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 DMUTTUCData.txt131 # Hex digit.
H A Dformat.txt71 Hd 42 Hex Digit

12