Searched refs:Byte (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/acpica/source/compiler/
H A Daslascii.c160 UINT8 Byte; local
181 while (fread (&Byte, 1, 1, Handle) == 1)
189 if (Byte == '*')
194 if (Byte == '/')
203 else if (Byte == '/')
210 if (!ACPI_IS_ASCII (Byte))
217 Byte, Status.Line, Status.Offset);
224 else if (!isprint (Byte) && !isspace (Byte))
231 Byte, Statu
287 UINT8 Byte; local
345 UINT8 Byte; local
[all...]
/barrelfish-master/include/
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/barrelfish-master/lib/acpica/source/tools/acpixtract/
H A Dacpixtract.c601 UINT8 Byte; local
606 while (fread (&Byte, 1, 1, Handle) == 1)
610 if (!ACPI_IS_ASCII (Byte))
617 else if (!isprint (Byte) && !isspace (Byte))
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsnames.c289 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \
293 (Path)[(Length)] = (Byte); \
/barrelfish-master/lib/acpica/source/common/
H A Dacfileio.c412 UINT8 Byte; local
420 while (fread (&Byte, 1, 1, File) == 1)
422 if (!isprint (Byte) && !isspace (Byte))
/barrelfish-master/lib/zlib/
H A Ddeflate.c287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
309 s->method = (Byte)method;
522 put_byte(s, (Byte)(b >> 8));
523 put_byte(s, (Byte)(b & 0xff));
603 put_byte(s, (Byte)(s->gzhead->time & 0xff));
604 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
605 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
606 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
745 put_byte(s, (Byte)(strm->adler & 0xff));
746 put_byte(s, (Byte)((str
[all...]
H A Dgzio.c61 Byte *inbuf; /* input buffer */
62 Byte *outbuf; /* output buffer */
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */
408 next_out = (Byte*)buf;
790 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
834 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
H A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */
H A Dtrees.c1169 put_byte(s, (Byte)s->bi_buf);
1184 put_byte(s, (Byte)s->bi_buf);
/barrelfish-master/lib/acpica/source/tools/examples/
H A Dextables.c449 [0001] Encoded Access Width : 01 [Byte Access:8]
502 [0001] Encoded Access Width : 01 [Byte Access:8]
517 [0001] Encoded Access Width : 01 [Byte Access:8]
524 [0001] Encoded Access Width : 01 [Byte Access:8]
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex2024 \texttt{typedef dev1\_dtype3\_array\_t} & Byte array of the same size \\

Completed in 75 milliseconds