| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | LEB128.h | 29 uint8_t Byte = Value & 0x7f; variable 58 uint8_t Byte = Value & 0x7f; variable 85 uint8_t Byte = Value & 0x7f; variable 110 uint8_t Byte = Value & 0x7f; variable 172 uint8_t Byte; variable
|
| /freebsd/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/contrib/llvm-project/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
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/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
|
| H A D | Base64.cpp | 57 const char Byte = Input[ByteIdx]; in decodeBase64() local
|
| H A D | raw_socket_stream.cpp | 307 char Byte = 'A'; in shutdown() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 36 SDValue LenAdj, SDValue Byte) { in createMemMemNode() 53 uint64_t Size, SDValue Byte = SDValue()) { in emitMemMemImm() 62 SDValue Size, SDValue Byte = SDValue()) { in emitMemMemReg() 100 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TrieHashIndexGenerator.h | 96 for (uint8_t Byte : Bytes) { in getIndex() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 121 void addByte(uint8_t Byte) { in addByte()
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | acfileio.c | 537 UINT8 Byte; in AcIsFileBinary() local
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd_private.h | 19 typedef unsigned char Byte; typedef
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 654 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 12 < End; in findPltEntries() local 713 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 12 < End; in findPltEntries() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 587 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local 614 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 130 for (uint8_t Byte : AugmentationData) in dump() local
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h.in | 152 # define Byte z_Byte macro 403 typedef unsigned char Byte; /* 8 bits */ typedef
|
| H A D | zconf.h | 171 # define Byte z_Byte macro 422 typedef unsigned char Byte; /* 8 bits */ typedef
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 1203 UINT8 Byte[256]; member 1229 PXE_UINT8 Byte[256]; member 1500 PXE_UINT8 Byte; member 1515 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member 1536 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 431 if (llvm::any_of(IPR.BitmapBytes, [](uint8_t Byte) { return Byte > 0; })) in shouldEncodeData() 750 for (uint8_t Byte : Func.BitmapBytes) { in writeRecordInText() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 42 Byte = 0x0069, // 8 bit unsigned int enumerator
|