/netbsd-src/external/apache2/llvm/dist/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 167 uint8_t Byte; variable
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslascii.c | 88 UINT8 Byte; in FlIsFileAsciiSource() local 218 UINT8 Byte; in FlConsumeAnsiComment() local 276 UINT8 Byte; in FlConsumeNewComment() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 44 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 D | DIEHash.cpp | 56 uint8_t Byte = Value & 0x7f; in addULEB128() local 68 uint8_t Byte = Value & 0x7f; in addSLEB128() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | YAML.cpp | 48 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local 62 for (uint8_t Byte : Data) in writeAsHex() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpixtract/ |
H A D | axutils.c | 95 UINT8 Byte; in AxIsFileAscii() local
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | acfileio.c | 420 UINT8 Byte; in AcIsFileBinary() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 472 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
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsnames.c | 272 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | zconf.h | 108 typedef unsigned char Byte; typedef
|
/netbsd-src/sys/net/ |
H A D | zlib.h | 88 # define Byte z_Byte macro 260 typedef unsigned char Byte; /* 8 bits */ typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 39 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asfile.c | 562 UINT8 Byte; in AsCheckForNonPrintableChars() local
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_ppmd_private.h | 19 typedef unsigned char Byte; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 338 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | zconf.h.in | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.h | 94 # define Byte netpgpv_z_Byte macro 305 typedef unsigned char Byte; /* 8 bits */ typedef
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | zconf.h.in | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
H A D | zconf.h.in | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 486 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local 495 uint8_t Byte; in visitKnownRecord() local
|