Home
last modified time | relevance | path

Searched defs:Byte (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DLEB128.h29 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
168 uint8_t Byte; variable
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslascii.c196 UINT8 Byte; in FlIsFileAsciiSource() local
326 UINT8 Byte; in FlConsumeAnsiComment() local
384 UINT8 Byte; in FlConsumeNewComment() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
89 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
H A DDIEHash.cpp58 uint8_t Byte = Value & 0x7f; in addULEB128() local
70 uint8_t Byte = Value & 0x7f; in addSLEB128() local
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DYAML.cpp47 uint8_t Byte; in writeAsBinary() local
60 for (uint8_t Byte : Data) in writeAsHex() local
/freebsd-12.1/contrib/llvm/lib/Support/
H A DJamCRC.cpp93 for (char Byte : Data) { in update() local
H A DLEB128.cpp36 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp33 uint8_t Byte = Item[i]; in format() local
H A DTypeRecordMapping.cpp270 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local
279 uint8_t Byte; in visitKnownRecord() local
/freebsd-12.1/contrib/bmake/
H A Dbuf.h83 typedef char Byte; typedef
/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h45 #define Byte int8_t macro
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp454 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local
479 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dacfileio.c492 UINT8 Byte; in AcIsFileBinary() local
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h101 typedef unsigned char Byte; typedef
/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c386 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
/freebsd-12.1/sys/sys/
H A Dzlib.h99 # define Byte z_Byte macro
214 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp39 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h19 typedef unsigned char Byte; typedef
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp166 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
/freebsd-12.1/sys/contrib/zlib/
H A Dzconf.h.in141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzconf.h141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp761 uint8_t Byte = *I++; in emitTable() local
784 uint8_t Byte = *I++; in emitTable() local
804 uint8_t Byte = *I++; in emitTable() local
846 uint8_t Byte = *I++; in emitTable() local
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h41 Byte = 0x0069, // 8 bit unsigned int enumerator
/freebsd-12.1/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1212 UINT8 Byte[256]; member
1238 PXE_UINT8 Byte[256]; member
1509 PXE_UINT8 Byte; member
1524 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member
1545 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp307 for (uint8_t Byte : AugmentationData) in dump() local

12