Home
last modified time | relevance | path

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

123

/freebsd/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
171 uint8_t Byte; variable
/freebsd/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/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DYAML.cpp47 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 DByteStreamer.h45 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 DDIEHash.cpp55 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 DLEB128.cpp35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
H A DCRC.cpp77 for (uint8_t Byte : Data) { in crc32() local
H A DBase64.cpp57 const char Byte = Input[ByteIdx]; in decodeBase64() local
H A Draw_socket_stream.cpp290 char Byte = 'A'; in shutdown() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 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 Dacfileio.c528 UINT8 Byte; in AcIsFileBinary() local
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h19 typedef unsigned char Byte; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp589 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 DXCOFFDump.cpp390 __anona5aabe9e0502(uint8_t Byte) dumpTracebackTable() argument
/freebsd/sys/contrib/zlib/
H A Dzconf.h155 # define Byte z_Byte macro
404 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzconf.h.in144 # define Byte z_Byte macro
393 typedef unsigned char Byte; /* 8 bits */ typedef
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp505 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 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h41 Byte = 0x0069, // 8 bit unsigned int enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp298 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp487 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp190 toBinaryString(uint8_t Byte) toBinaryString() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp161 for (auto Byte : FpmBytes) { in parseFileHeaders() local

123