| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslascii.c | 196 UINT8 Byte; in FlIsFileAsciiSource() local 326 UINT8 Byte; in FlConsumeAnsiComment() local 384 UINT8 Byte; in FlConsumeNewComment() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | YAML.cpp | 48 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local 62 for (uint8_t Byte : Data) in writeAsHex() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
|
| H A D | DIEHash.cpp | 56 uint8_t Byte = Value & 0x7f; in addULEB128() local 68 uint8_t Byte = Value & 0x7f; in addSLEB128() local
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | acfileio.c | 492 UINT8 Byte; in AcIsFileBinary() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 472 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local 497 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd_private.h | 19 typedef unsigned char Byte; typedef
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
| H A D | FuzzerMutate.cpp | 154 uint8_t Byte = static_cast<uint8_t>( in Mutate_InsertRepeatedBytes() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCTargetDesc.cpp | 338 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | zconf.h | 152 # define Byte z_Byte macro 402 typedef unsigned char Byte; /* 8 bits */ typedef
|
| H A D | zconf.h.in | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 486 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local 495 uint8_t Byte; in visitKnownRecord() local
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 1206 UINT8 Byte[256]; member 1232 PXE_UINT8 Byte[256]; member 1503 PXE_UINT8 Byte; member 1518 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member 1539 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 794 uint8_t Byte = *I++; in emitTable() local 817 uint8_t Byte = *I++; in emitTable() local 837 uint8_t Byte = *I++; in emitTable() local 879 uint8_t Byte = *I++; in emitTable() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 40 Byte = 0x0069, // 8 bit unsigned int enumerator
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 292 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 187 static std::string toBinaryString(uint8_t Byte) { in toBinaryString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 163 for (auto Byte : FpmBytes) { in parseFileHeaders() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 77 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 255 unsigned Byte = 0; in findLowestOffset() local 1598 Constant *Byte, Constant *Bit) { in applyVirtualConstProp() 1987 Constant *Byte = importConstant(Slot, CSByConstantArg.first, "byte", in importResolution() local
|