Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslascii.c196 UINT8 Byte; in FlIsFileAsciiSource() local
225 if (Byte == '*') in FlIsFileAsciiSource()
230 if (Byte == '/') in FlIsFileAsciiSource()
239 else if (Byte == '/') in FlIsFileAsciiSource()
260 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource()
274 if (Byte == 0x0A) in FlIsFileAsciiSource()
336 if (Byte == '/') in FlConsumeAnsiComment()
342 if (Byte != '*') in FlConsumeAnsiComment()
349 else if (Byte == '*') in FlConsumeAnsiComment()
356 if (Byte == 0x0A) in FlConsumeAnsiComment()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c193 static Byte *c_to_hh( Byte *o, Byte c );
194 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
196 static Byte *cc_to_t61( Byte *o, Byte *s );
1023 c_to_hh( Byte *o, Byte c ) in c_to_hh()
1025 Byte n; in c_to_hh()
1038 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc()
1191 Byte c; in hh_to_c()
1210 cc_to_t61( Byte *o, Byte *s ) in cc_to_t61()
1727 Byte *s; in convert_8bit_to_escaped()
1730 Byte n;
[all …]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
50 Byte *dic;
51 const Byte *buf;
64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
[all …]
H A DLzmaEnc.h56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
73 extern SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
H A DLzFind.h13 Byte *buffer;
28 Byte *bufferBase;
55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
85 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
H A DLzmaDec.c158 Byte *dic = p->dic; in LzmaDec_DecodeReal()
166 const Byte *buf = p->buf; in LzmaDec_DecodeReal()
208 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
409 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()
411 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
414 *(dest) = (Byte)*(dest + src); in LzmaDec_DecodeReal()
451 Byte *dic = p->dic; in LzmaDec_WriteRem()
510 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy()
794 const Byte *bufLimit; in LzmaDec_DecodeToDic()
924 Byte d; in LzmaProps_Decode()
[all …]
H A DLzmaEnc.c223 Byte cache;
226 Byte *buf;
227 Byte *bufLim;
228 Byte *bufBase;
237 const Byte *data;
289 Byte pad[128];
537 *buf++ = (Byte)(temp + (Byte)(p->low >> 32)); in RangeEnc_ShiftLow()
955 const Byte *data; in GetOptimum()
1512 const Byte *data; in GetOptimumFast()
1773 Byte curByte; in LzmaEnc_CodeOneBlock()
[all …]
H A DLzFind.c45 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create()
50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte()
68 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec()
328 const Byte *pb = cur - delta; in Hc_GetMatchesSpec()
348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1()
365 const Byte *pb = cur - delta; in GetMatchesSpec1()
403 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
419 const Byte *pb = cur - delta; in SkipMatchesSpec()
[all …]
H A DTypes.h50 typedef unsigned char Byte; typedef
127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
178 Byte buf[LookToRead_BUF_SIZE];
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4953 byte_to(Byte *dst, Byte *src, size_t cnt)
1358 Byte *vaux_dst;
1359 Byte *dst_next;
1363 (Byte *)src + src->vd_next : (Byte *)end);
1422 Byte * vaux_dst;
1423 Byte * dst_next;
1427 (Byte *)src + src->vn_next : (Byte *)end);
1972 Byte *src_vaux;
1997 (Byte *)dst + dst->vd_next : (Byte *)end);
2014 Byte * src_vaux;
[all …]
H A Dgetarsym.c94 arsym(Byte *off, size_t sz, size_t *e, int is64) in arsym()
98 Byte *endoff; in arsym()
179 Byte *as; in elf_getarsym()
194 if ((as = (Byte *)elf->ed_arsym) == 0) { in elf_getarsym()
213 if (_elf_vm(elf, (size_t)(as - (Byte *)elf->ed_ident), sz) != in elf_getarsym()
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Daxutils.c203 UINT8 Byte; in AxIsFileAscii() local
210 while (fread (&Byte, 1, 1, Handle) == 1) in AxIsFileAscii()
218 if (!Byte) in AxIsFileAscii()
225 if (!ACPI_IS_ASCII (Byte)) in AxIsFileAscii()
228 Byte, Offset, Offset); in AxIsFileAscii()
237 else if (!isprint (Byte) && !isspace (Byte)) in AxIsFileAscii()
240 Byte, Offset, Offset); in AxIsFileAscii()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h113 typedef unsigned char Byte; /* 8 bits */ typedef
117 typedef Byte FAR Bytef;
127 typedef Byte FAR *voidpf;
128 typedef Byte *voidp;
175 Byte data_type; /* best guess about the data type: ascii or binary */
H A Dzlib.c656 s->method = (Byte)method;
701 put_byte(s, (Byte)(b >> 8));
702 put_byte(s, (Byte)(b & 0xff));
2544 put_byte(s, (Byte)s->bi_buf);
2559 put_byte(s, (Byte)s->bi_buf);
3015 if (*p == (Byte)(m < 2 ? 0 : 0xff))
3865 r.bits = (Byte)(k - w);
4143 c->lbits = (Byte)bl;
4144 c->dbits = (Byte)bd;
4460 *q++ = (Byte)t->base;
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h164 # define Byte z_Byte macro
416 typedef unsigned char Byte; /* 8 bits */ typedef
423 # define Bytef Byte FAR
425 typedef Byte FAR Bytef;
437 typedef Byte const *voidpc;
438 typedef Byte FAR *voidpf;
439 typedef Byte *voidp;
H A Ddeflate.c383 s->method = (Byte)method;
759 put_byte(s, (Byte)(b >> 8));
760 put_byte(s, (Byte)(b & 0xff));
922 put_byte(s, (Byte)(s->gzhead->time & 0xff));
1020 put_byte(s, (Byte)(strm->adler & 0xff));
1093 put_byte(s, (Byte)(strm->adler & 0xff));
1094 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
1095 put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
1097 put_byte(s, (Byte)(strm->total_in & 0xff));
1301 register Byte scan_end1 = scan[best_len-1];
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h121 #define Byte z_Byte macro
303 typedef unsigned char Byte; /* 8 bits */ typedef
310 #define Bytef Byte FAR
312 typedef Byte FAR Bytef;
323 typedef Byte FAR *voidpf;
324 typedef Byte *voidp;
H A Dzlib.c938 s->method = (Byte)method;
1076 put_byte(s, (Byte)(b >> 8));
1077 put_byte(s, (Byte)(b & 0xff));
4055 Byte Bits;
5006 r.bits = (Byte)l;
5008 r.exop = (Byte)j;
5020 r.bits = (Byte)(k - w);
5314 c->lbits = (Byte)bl;
5315 c->dbits = (Byte)bd;
5685 *q++ = (Byte)t->base;
[all …]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dacfileio.c492 UINT8 Byte; in AcIsFileBinary() local
500 while (fread (&Byte, 1, 1, File) == 1) in AcIsFileBinary()
502 if (!isprint (Byte) && !isspace (Byte)) in AcIsFileBinary()
/illumos-gate/usr/src/boot/efi/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
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h61 typedef uchar_t Byte; typedef
108 typedef uchar_t Byte;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c131 Byte otype = ELF_ST_TYPE(osym->st_info); in ld_mach_sym_typecheck_sparc()
132 Byte ntype = ELF_ST_TYPE(nsym->st_info); in ld_mach_sym_typecheck_sparc()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsnames.c386 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
390 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpi10.h130 UINT8 Byte;
140 UINT8 Byte;
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault150 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment>
152 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
161 # In addition, some keys have ScanCodes that have a Prefix Byte.

12