Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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
172 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.cpp307 char Byte = 'A'; in shutdown() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp36 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 DTrieHashIndexGenerator.h96 for (uint8_t Byte : Bytes) { in getIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h121 void addByte(uint8_t Byte) { in addByte()
/freebsd/sys/contrib/dev/acpica/common/
H A Dacfileio.c537 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/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp654 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 DX86MCTargetDesc.cpp587 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 DDWARFDebugFrame.cpp130 for (uint8_t Byte : AugmentationData) in dump() local
/freebsd/sys/contrib/zlib/
H A Dzconf.h.in152 # define Byte z_Byte macro
403 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzconf.h171 # define Byte z_Byte macro
422 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.h1203 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 DInstrProfWriter.cpp431 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 DTypeIndex.h42 Byte = 0x0069, // 8 bit unsigned int enumerator

123