/freebsd/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 171 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 | 290 char Byte = 'A'; in shutdown() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | acfileio.c | 528 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/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 589 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local 616 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | XCOFFDump.cpp | 390 __anona5aabe9e0502(uint8_t Byte) dumpTracebackTable() argument
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 155 # define Byte z_Byte macro 404 typedef unsigned char Byte; /* 8 bits */ typedef
|
H A D | zconf.h.in | 144 # define Byte z_Byte macro 393 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 | 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 41 Byte = 0x0069, // 8 bit unsigned int enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 298 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 487 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 190 toBinaryString(uint8_t Byte) toBinaryString() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 161 for (auto Byte : FpmBytes) { in parseFileHeaders() local
|