Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 11 of 11) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsbitmap.h70 #define gs_bitmap_common(data_type) \ argument
71 data_type * data; /* pointer to the data */ \
93 #define gs_tile_bitmap_common(data_type) \ argument
94 gs_bitmap_common(data_type); \
120 #define gs_depth_bitmap_common(data_type) \ argument
121 gs_bitmap_common(data_type); \
132 #define gs_tile_depth_bitmap_common(data_type) \ argument
133 gs_tile_bitmap_common(data_type); \
H A Dgxbitmap.h76 #define gx_bitmap_common(data_type) gs_bitmap_common(data_type) argument
89 #define gx_tile_bitmap_common(data_type) gs_tile_bitmap_common(data_type) argument
134 #define gx_strip_bitmap_common(data_type)\ argument
135 gx_tile_bitmap_common(data_type);\
H A Dgdevpx.c351 pxeDataType_t data_type; in pclxl_flush_points() local
392 data_type = eUByte; in pclxl_flush_points()
394 data_type = eSByte; in pclxl_flush_points()
399 useb:px_put_np(s, count, data_type); in pclxl_flush_points()
428 data_type = eUByte; in pclxl_flush_points()
430 data_type = eSByte; in pclxl_flush_points()
/plan9/sys/src/cmd/gs/libpng/
H A DANNOUNCE18 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
H A Dpngwutil.c362 png_ptr->zstream.data_type = Z_BINARY; in png_write_compressed_data_out()
528 png_ptr->zstream.data_type = Z_BINARY; in png_write_IHDR()
1877 png_ptr->zstream.data_type = Z_BINARY; in png_write_finish_row()
H A DCHANGES1381 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
/plan9/sys/src/cmd/gs/zlib/
H A Dzlib.h98 int data_type; /* best guess about the data type: ascii or binary */ member
H A Dtrees.c934 if (s->strm->data_type == Z_UNKNOWN) set_data_type(s);
1134 s->strm->data_type = bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII;
H A DChangeLog15 - Fix trees.c to update strm->data_type (no one ever noticed!)
59 - Fix strm->data_type on inflate() return to correctly indicate EOB
100 - Set strm->data_type on return from inflate
H A Dinflate.c1081 strm->data_type = state->bits + (state->last ? 64 : 0) +
H A Ddeflate.c370 strm->data_type = Z_UNKNOWN;