| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslascii.c | 88 UINT8 Byte; in FlIsFileAsciiSource() local 109 while (fread (&Byte, 1, 1, Handle) == 1) in FlIsFileAsciiSource() 117 if (Byte == '*') in FlIsFileAsciiSource() 122 if (Byte == '/') in FlIsFileAsciiSource() 131 else if (Byte == '/') in FlIsFileAsciiSource() 138 if (!ACPI_IS_ASCII (Byte)) in FlIsFileAsciiSource() 145 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 152 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource() 159 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 166 if (Byte == 0x0A) in FlIsFileAsciiSource() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | LEB128.h | 28 uint8_t Byte = Value & 0x7f; variable 31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 32 ((Value == -1) && ((Byte & 0x40) != 0)))); 35 Byte |= 0x80; // Mark this byte to show that more bytes will follow. 36 OS << char(Byte); 57 uint8_t Byte = Value & 0x7f; variable 60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 61 ((Value == -1) && ((Byte & 0x40) != 0)))); 64 Byte |= 0x80; // Mark this byte to show that more bytes will follow. 65 *p++ = Byte; [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 45 Byte *uncompr, uLong uncomprLen)); 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 47 Byte *uncompr, uLong uncomprLen)); [all …]
|
| H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef 398 # define Bytef Byte FAR 400 typedef Byte FAR Bytef; 412 typedef Byte const *voidpc; 413 typedef Byte FAR *voidpf; 414 typedef Byte *voidp;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 45 Byte *uncompr, uLong uncomprLen)); 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 47 Byte *uncompr, uLong uncomprLen)); [all …]
|
| H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef 398 # define Bytef Byte FAR 400 typedef Byte FAR Bytef; 412 typedef Byte const *voidpc; 413 typedef Byte FAR *voidpf; 414 typedef Byte *voidp;
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 45 Byte *uncompr, uLong uncomprLen)); 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 47 Byte *uncompr, uLong uncomprLen)); [all …]
|
| H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef 398 # define Bytef Byte FAR 400 typedef Byte FAR Bytef; 412 typedef Byte const *voidpc; 413 typedef Byte FAR *voidpf; 414 typedef Byte *voidp;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/test/ |
| H A D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/test/ |
| H A D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/test/ |
| H A D | example.c | 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLen, 46 Byte *uncompr, uLong uncomprLen)); [all …]
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_ppmd_private.h | 19 typedef unsigned char Byte; typedef 63 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ 69 void (*Write)(void *p, Byte b); 108 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ 109 Byte Count; /* Count to next change of Shift */ 113 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); } 117 Byte Symbol; 118 Byte Freq; 141 Byte *
|
| H A D | archive_ppmd8_private.h | 29 Byte NumStats; 30 Byte Flags; 62 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; 76 Byte Indx2Units[PPMD_NUM_INDEXES]; 77 Byte Units2Indx[128]; 81 Byte NS2BSIndx[256], NS2Indx[260]; 95 extern const Byte PPMD8_kExpEscape[16];
|
| H A D | archive_ppmd7_private.h | 53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; 56 Byte Indx2Units[PPMD_NUM_INDEXES]; 57 Byte Units2Indx[128]; 59 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256]; 89 Byte Cache;
|
| /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 49 Byte <<= 4; in writeAsBinary() 50 Byte |= llvm::hexDigitValue(Data[I * 2 + 1]); in writeAsBinary() 51 OS.write(Byte); in writeAsBinary() 62 for (uint8_t Byte : Data) in writeAsHex() local 63 OS << hexdigit(Byte >> 4) << hexdigit(Byte & 0xf); in writeAsHex()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-reg.tbl | 25 al, Class=Reg|Instance=Accum|Byte, 0, 0, Dw2Inval, Dw2Inval 26 cl, Class=Reg|Instance=RegC|Byte, 0, 1, Dw2Inval, Dw2Inval 27 dl, Class=Reg|Byte, 0, 2, Dw2Inval, Dw2Inval 28 bl, Class=Reg|Byte, 0, 3, Dw2Inval, Dw2Inval 29 ah, Class=Reg|Byte, 0, 4, Dw2Inval, Dw2Inval 30 ch, Class=Reg|Byte, 0, 5, Dw2Inval, Dw2Inval 31 dh, Class=Reg|Byte, 0, 6, Dw2Inval, Dw2Inval 32 bh, Class=Reg|Byte, 0, 7, Dw2Inval, Dw2Inval 33 axl, Class=Reg|Byte, RegRex64, 0, Dw2Inval, Dw2Inval 34 cxl, Class=Reg|Byte, RegRex64, 1, Dw2Inval, Dw2Inval [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 32 virtual void emitInt8(uint8_t Byte, const Twine &Comment = "") = 0; 44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() argument 46 AP.emitInt8(Byte); in emitInt8() 64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() argument 65 Hash.update(Byte); in emitInt8() 91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() argument 92 Buffer.push_back(Byte); in emitInt8()
|
| H A D | DIEHash.cpp | 56 uint8_t Byte = Value & 0x7f; in addULEB128() local 59 Byte |= 0x80; // Mark this byte to show that more bytes will follow. in addULEB128() 60 Hash.update(Byte); in addULEB128() 68 uint8_t Byte = Value & 0x7f; in addSLEB128() local 70 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128() 71 ((Value == -1) && ((Byte & 0x40) != 0)))); in addSLEB128() 73 Byte |= 0x80; // Mark this byte to show that more bytes will follow. in addSLEB128() 74 Hash.update(Byte); in addSLEB128()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpixtract/ |
| H A D | axutils.c | 95 UINT8 Byte; in AxIsFileAscii() local 102 while (fread (&Byte, 1, 1, Handle) == 1) in AxIsFileAscii() 110 if (!Byte) in AxIsFileAscii() 117 if (!ACPI_IS_ASCII (Byte)) in AxIsFileAscii() 120 Byte, Offset, Offset); in AxIsFileAscii() 129 else if (!isprint (Byte) && !isspace (Byte)) in AxIsFileAscii() 132 Byte, Offset, Offset); in AxIsFileAscii()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-reg.tbl | 22 al, Class=Reg|Instance=Accum|Byte, 0, 0, Dw2Inval, Dw2Inval 23 cl, Class=Reg|Instance=RegC|Byte, 0, 1, Dw2Inval, Dw2Inval 24 dl, Class=Reg|Byte, 0, 2, Dw2Inval, Dw2Inval 25 bl, Class=Reg|Byte, 0, 3, Dw2Inval, Dw2Inval 26 ah, Class=Reg|Byte, 0, 4, Dw2Inval, Dw2Inval 27 ch, Class=Reg|Byte, 0, 5, Dw2Inval, Dw2Inval 28 dh, Class=Reg|Byte, 0, 6, Dw2Inval, Dw2Inval 29 bh, Class=Reg|Byte, 0, 7, Dw2Inval, Dw2Inval 30 axl, Class=Reg|Byte, RegRex64, 0, Dw2Inval, Dw2Inval 31 cxl, Class=Reg|Byte, RegRex64, 1, Dw2Inval, Dw2Inval [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 39 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte() argument 40 if (Byte == '\\') in PrintASCIIByte() 42 else if (Byte == '"') in PrintASCIIByte() 44 else if (Byte >= 32 && Byte < 127) in PrintASCIIByte() 45 Printf("%c", Byte); in PrintASCIIByte() 47 Printf("\\x%02x", Byte); in PrintASCIIByte()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 794 uint8_t Byte = *I++; in emitTable() local 795 uint32_t NumToSkip = Byte; in emitTable() 796 OS << (unsigned)Byte << ", "; in emitTable() 797 Byte = *I++; in emitTable() 798 OS << (unsigned)Byte << ", "; in emitTable() 799 NumToSkip |= Byte << 8; in emitTable() 800 Byte = *I++; in emitTable() 801 OS << utostr(Byte) << ", "; in emitTable() 802 NumToSkip |= Byte << 16; in emitTable() 817 uint8_t Byte = *I++; in emitTable() local [all …]
|
| /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 474 if (PltContents[Byte] == 0xff && PltContents[Byte + 1] == 0xa3) { in findX86PltEntries() 477 uint32_t Imm = support::endian::read32le(PltContents.data() + Byte + 2); in findX86PltEntries() 479 std::make_pair(PltSectionVA + Byte, GotPltSectionVA + Imm)); in findX86PltEntries() 480 Byte += 6; in findX86PltEntries() 481 } else if (PltContents[Byte] == 0xff && PltContents[Byte + 1] == 0x25) { in findX86PltEntries() 484 uint32_t Imm = support::endian::read32le(PltContents.data() + Byte + 2); in findX86PltEntries() 485 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findX86PltEntries() 486 Byte += 6; in findX86PltEntries() 488 Byte++; in findX86PltEntries() [all …]
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/api/ |
| H A D | type_2.rst | 1 Type 2 – Byte strings 4 …s without further interpretation (unless there is a :doc:`tag <type_6>`). Byte string's length may… 11 0x41 Byte string (1B long) 13 0x41 Byte string (1B long)
|
| /netbsd-src/sys/net/ |
| H A D | zlib.h | 88 # define Byte z_Byte macro 260 typedef unsigned char Byte; /* 8 bits */ typedef 267 # define Bytef Byte FAR 269 typedef Byte FAR Bytef; 280 typedef Byte FAR *voidpf; 281 typedef Byte *voidp;
|