Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h28 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 Daslascii.c196 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 DYAML.cpp48 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 DByteStreamer.h44 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 DDIEHash.cpp56 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 DLEB128.cpp35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
H A DCRC.cpp77 for (uint8_t Byte : Data) { in crc32() local
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Dacfileio.c492 UINT8 Byte; in AcIsFileBinary() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp472 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 Dnsnames.c380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h19 typedef unsigned char Byte; typedef
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
H A DFuzzerMutate.cpp154 uint8_t Byte = static_cast<uint8_t>( in Mutate_InsertRepeatedBytes() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp338 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
/freebsd-13.1/sys/contrib/zlib/
H A Dzconf.h152 # define Byte z_Byte macro
402 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzconf.h.in141 # 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 DTypeRecordMapping.cpp486 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 DUefiPxe.h1206 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 DFixedLenDecoderEmitter.cpp794 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 DTypeIndex.h40 Byte = 0x0069, // 8 bit unsigned int enumerator
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp292 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp187 static std::string toBinaryString(uint8_t Byte) { in toBinaryString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp163 for (auto Byte : FpmBytes) { in parseFileHeaders() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp77 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp255 unsigned Byte = 0; in findLowestOffset() local
1598 Constant *Byte, Constant *Bit) { in applyVirtualConstProp()
1987 Constant *Byte = importConstant(Slot, CSByConstantArg.first, "byte", in importResolution() local

12