Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslascii.c88 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 DLEB128.h28 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 Dexample.c37 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 Dzconf.h141 # 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 Dexample.c37 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 Dzconf.h141 # 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 Dexample.c37 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 Dzconf.h141 # 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 Dexample.c37 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 Dexample.c37 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 Dexample.c37 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 Darchive_ppmd_private.h19 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 Darchive_ppmd8_private.h29 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 Darchive_ppmd7_private.h53 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 DYAML.cpp48 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 Di386-reg.tbl25 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 DByteStreamer.h32 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 DDIEHash.cpp56 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 Daxutils.c95 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 Di386-reg.tbl22 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 DFuzzerUtil.cpp39 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 DFixedLenDecoderEmitter.cpp794 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 DX86MCTargetDesc.cpp472 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 Dtype_2.rst1 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 Dzlib.h88 # 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;

12345678910>>...17