Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslascii.c196 UINT8 Byte; in FlIsFileAsciiSource() local
217 while (fread (&Byte, 1, 1, Handle) == 1) in FlIsFileAsciiSource()
225 if (Byte == '*') in FlIsFileAsciiSource()
230 if (Byte == '/') in FlIsFileAsciiSource()
239 else if (Byte == '/') in FlIsFileAsciiSource()
246 if (!ACPI_IS_ASCII (Byte)) in FlIsFileAsciiSource()
253 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource()
260 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource()
267 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource()
274 if (Byte == 0x0A) in FlIsFileAsciiSource()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c189 typedef unsigned char Byte; typedef
190 typedef struct { Byte a, b; } Couple;
193 static Byte *c_to_hh( Byte *o, Byte c );
194 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
195 static int hh_to_c( Byte *h );
196 static Byte *cc_to_t61( Byte *o, Byte *s );
198 static Byte *c_to_hh();
199 static Byte *c_to_cc();
201 static Byte *cc_to_t61();
1022 static Byte *
[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.c123 static const Byte kLiteralNextStates[kNumStates * 2] =
148 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal()
158 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()
473 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
[all …]
H A DLzmaEnc.c106 void LzmaEnc_FastPosInit(Byte *g_FastPos) in LzmaEnc_FastPosInit()
117 g_FastPos[c] = (Byte)slotFast; in LzmaEnc_FastPosInit()
223 Byte cache;
226 Byte *buf;
227 Byte *bufLim;
228 Byte *bufBase;
237 const Byte *data;
289 Byte pad[128];
301 Byte g_FastPos[1 << kNumLogBits];
489 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE); in RangeEnc_Alloc()
[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.m4157 ($1)[$3`'0] = (Byte)_t_,
158 ($1)[$3`'1] = (Byte)(_t_>>8),
159 ($1)[$3`'2] = (Byte)(_t_>>16),
160 ($1)[$3`'3] = (Byte)(_t_>>24),
161 ($1)[$3`'4] = (Byte)(_t_>>32),
162 ($1)[$3`'5] = (Byte)(_t_>>40),
163 ($1)[$3`'6] = (Byte)(_t_>>48),
164 ($1)[$3`'7] = (Byte)(_t_>>56); }')dnl
165 define(tofb, `($1)[$3] = (Byte)($2)')dnl
167 ($1)[$3`'0] = (Byte)_t_,
[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.c224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
225 Byte method; /* STORED (for zip only) or DEFLATED */
633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
656 s->method = (Byte)method;
701 put_byte(s, (Byte)(b >> 8));
702 put_byte(s, (Byte)(b & 0xff));
861 TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte));
965 register Byte scan_end1 = scan[best_len-1];
966 register Byte scan_end = scan[best_len];
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
[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.c317 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
383 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));
923 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
924 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
925 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
1020 put_byte(s, (Byte)(strm->adler & 0xff));
1021 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
[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.c369 Byte data_type; /* UNKNOWN, BINARY or ASCII */
370 Byte method; /* STORED (for zip only) or DEFLATED */
916 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
938 s->method = (Byte)method;
1076 put_byte(s, (Byte)(b >> 8));
1077 put_byte(s, (Byte)(b & 0xff));
1328 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
1341 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof (Byte));
1481 register Byte scan_end1 = scan[best_len-1];
1482 register Byte scan_end = scan[best_len];
[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.

123