/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LEB128.h | 28 uint8_t Byte = Value & 0x7f; variable 57 uint8_t Byte = Value & 0x7f; variable 84 uint8_t Byte = Value & 0x7f; variable 109 uint8_t Byte = Value & 0x7f; variable 167 uint8_t Byte; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | YAML.cpp | 47 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local 61 for (uint8_t Byte : Data) in writeAsHex() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
|
H A D | DIEHash.cpp | 55 uint8_t Byte = Value & 0x7f; in addULEB128() local 67 uint8_t Byte = Value & 0x7f; in addSLEB128() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 26 SDValue LenAdj, SDValue Byte) { in createMemMemNode() 43 uint64_t Size, SDValue Byte = SDValue()) { in emitMemMemImm() 52 SDValue Size, SDValue Byte = SDValue()) { in emitMemMemReg() 90 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | LEB128.cpp | 35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
|
H A D | CRC.cpp | 77 for (uint8_t Byte : Data) { in crc32() local
|
H A D | Base64.cpp | 57 const char Byte = Input[ByteIdx]; in decodeBase64() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dxcontainer2yaml.cpp | 31 for (uint8_t Byte : Container.getHeader().FileHash.Digest) in dumpDXContainer() local
|
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 253 uint8_t Byte = in dumpIndex() local 418 for (auto Byte : Tree) { in main() local
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decNumberLocal.h | 45 #define Byte int8_t macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 577 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local 602 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | zconf.h | 141 # define Byte Perl_crz_Byte global() macro 394 typedef unsigned char Byte; /* 8 bits */ global() typedef
|
/openbsd-src/sys/lib/libz/ |
H A D | zconf.h | 142 # define Byte z_Byte global() macro 391 typedef unsigned char Byte; /* 8 bits */ global() typedef
|
/openbsd-src/lib/libz/ |
H A D | zconf.h | 142 # define Byte z_Byte global() macro 391 typedef unsigned char Byte; /* 8 bits */ global() typedef
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 505 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local 514 uint8_t Byte; in visitKnownRecord() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 805 uint8_t Byte = *I++; in emitTable() local 828 uint8_t Byte = *I++; in emitTable() local 848 uint8_t Byte = *I++; in emitTable() local 890 uint8_t Byte = *I++; in emitTable() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 432 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 41 Byte = 0x0069, // 8 bit unsigned int enumerator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 290 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 190 static std::string toBinaryString(uint8_t Byte) { in toBinaryString()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 162 for (auto Byte : FpmBytes) { in parseFileHeaders() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 486 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 269 unsigned Byte = 0; in findLowestOffset() local 1662 Constant *Byte, Constant *Bit) { in applyVirtualConstProp() 2047 Constant *Byte = importConstant(Slot, CSByConstantArg.first, "byte", in importResolution() local
|