Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevhl7x.c93 typedef unsigned char Byte; /* Rep. of elementary data unit */ typedef
101 Byte * data;
114 Byte previousData[1500]; /* Size bigger than any possible line */
133 private void makeCommandsForSequence(Byte * pSource,
137 Byte * pCommandCount,
145 Byte * pLineTmp,
153 private void makeFullLine( Byte * pCurrentLine,
154 Byte * pPreviousLine,
165 private void initByteList(ByteList *list, Byte *array, short maxSize,short initCurrent);
166 private void addByte(ByteList *list,Byte value );
[all …]
H A Dttobjs.h228 Byte instruct_control;
290 Byte Opc; /* function #, or instruction code */
325 Byte* touch; /* current touch flags */
581 Byte IDefPtr[256]; /* Map opcodes to indices of IDefs (igorm). */
616 Byte opcode; /* current opcode */
628 Byte IDefPtr[256]; /* Map opcodes to indices of IDefs (igorm). */
H A Dtttypes.h60 typedef unsigned char Byte; typedef
88 typedef Byte* PByte;
H A Dttload.c192 face->fontProgram = (Byte*)NULL; in Load_TrueType_Programs()
213 face->cvtProgram = (Byte*)NULL; in Load_TrueType_Programs()
H A Dttobjs.c196 exec->codeRangeTable[range - 1].Base = (Byte*)NULL; in Clear_CodeRange()
327 ALLOC_ARRAY( exec->pts.touch, exec->n_points, n_points, Byte ) || in Context_Create()
334 …ALLOC_ARRAY( exec->twilight.touch, exec->twilight.n_points, n_twilight, Byte ) || in Context_Create()
580 memset(ins->IDefPtr, (Byte)ins->numIDefs, sizeof(ins->IDefPtr)); in Instance_Create()
H A Dttinterp.c1206 static void Compute_Round( EXEC_OPS Byte round_mode ) in Compute_Round()
2215 pRec->Opc = (Byte)(args[0]); in Ins_FDEF()
2356 CUR.IDefPtr[(Byte)(args[0])] = CUR.countIDefs; in Ins_IDEF()
2358 pTDR->Opc = (Byte)(args[0]); in Ins_IDEF()
4358 Byte mask; in Ins_UTP()
4750 Byte i; in Ins_UNKNOWN()
4762 i = CUR.IDefPtr[(Byte)CUR.opcode]; in Ins_UNKNOWN()
5136 Compute_Round( EXEC_ARGS (Byte)exc->GS.round_state ); in RunIns()
/plan9/sys/src/cmd/gs/zlib/
H A Dexample.c39 void test_compress OF((Byte *compr, uLong comprLen,
40 Byte *uncompr, uLong uncomprLen));
42 Byte *uncompr, uLong uncomprLen));
43 void test_deflate OF((Byte *compr, uLong comprLen));
44 void test_inflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_deflate OF((Byte *compr, uLong comprLen,
47 Byte *uncompr, uLong uncomprLen));
48 void test_large_inflate OF((Byte *compr, uLong comprLen,
49 Byte *uncompr, uLong uncomprLen));
[all …]
H A Dzconf.h46 # define Byte z_Byte macro
255 typedef unsigned char Byte; /* 8 bits */ typedef
262 # define Bytef Byte FAR
264 typedef Byte FAR Bytef;
276 typedef Byte const *voidpc;
277 typedef Byte FAR *voidpf;
278 typedef Byte *voidp;
H A Dzconf.in.h46 # define Byte z_Byte macro
255 typedef unsigned char Byte; /* 8 bits */ typedef
262 # define Bytef Byte FAR
264 typedef Byte FAR Bytef;
276 typedef Byte const *voidpc;
277 typedef Byte FAR *voidpf;
278 typedef Byte *voidp;
H A Ddeflate.c286 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
308 s->method = (Byte)method;
493 put_byte(s, (Byte)(b >> 8));
494 put_byte(s, (Byte)(b & 0xff));
675 put_byte(s, (Byte)(strm->adler & 0xff));
676 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
677 put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
678 put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
679 put_byte(s, (Byte)(strm->total_in & 0xff));
680 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
[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.h98 Byte method; /* STORED (for zip only) or DEFLATED */
H A Dtrees.c1165 put_byte(s, (Byte)s->bi_buf);
1180 put_byte(s, (Byte)s->bi_buf);
H A DChangeLog267 - Correct Macintosh avoidance of typedef Byte in zconf.h
314 - Do not redefine Byte on Mac (Brad Pettit & Jason Linhart)
576 - removed redefinition of Byte for MKWERKS
662 - allow renaming of Byte, uInt, etc... with #define.
/plan9/sys/src/9/pc/
H A Dpiix4smbus.c41 Byte= (1<<2), /* address + cmd */ enumerator
72 [SMBsend] { 0, 1, 0, Byte },
75 [SMBrecv] { Read, 0, 1, Byte },
/plan9/sys/lib/acid/
H A Dpool3 aggr Byte {
11 complex Byte addr;
/plan9/sys/doc/
H A Dlibmach.ms422 Byte-swapping is performed as needed. Global variables
650 Byte-swapping function\ \-\
/plan9/sys/src/cmd/gs/libpng/
H A Dpngrutil.c2875 png_ptr->zstream.next_out = (Byte *)&extra; in png_read_finish_row()
H A Dlibpng.txt388 PNG_TRANSFORM_SWAP_ENDIAN Byte-swap 16-bit samples
2001 PNG_TRANSFORM_SWAP_ENDIAN Byte-swap 16-bit samples
/plan9/lib/
H A Dpci6345 1458 Giga-Byte Technologies