Searched refs:data_type (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dlbxtags.h67 short data_type; member in struct:_tagdata
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dlbxtags.h67 short data_type; member in struct:_tagdata
/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp77 Assert(pStat->data_type == KSTAT_DATA_LONG);
236 Assert(pStat->data_type == KSTAT_DATA_UINT64 || pStat->data_type == KSTAT_DATA_LONG);
237 switch (pStat->data_type)
246 AssertMsgFailed(("%d\n", pStat->data_type));
437 Assert(pStat->data_type == KSTAT_DATA_CHAR);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_cuseeme.c156 u_int16_t data_type; member in struct:cu_header
220 if (ntohs(cu->data_type) == 101)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c323 enum wined3d_data_type data_type, struct wined3d_shader_src_param *src_param);
519 enum wined3d_data_type data_type, struct wined3d_shader_register *param,
536 param->data_type = data_type;
626 enum wined3d_data_type data_type, struct wined3d_shader_src_param *src_param)
630 if (!shader_sm4_read_param(priv, ptr, data_type, &src_param->reg, &src_param->modifiers))
666 enum wined3d_data_type data_type, struct wined3d_shader_dst_param *dst_param)
671 if (!shader_sm4_read_param(priv, ptr, data_type, &dst_param->reg, &modifier))
518 shader_sm4_read_param(struct wined3d_sm4_data *priv, const DWORD **ptr, enum wined3d_data_type data_type, struct wined3d_shader_register *param, enum wined3d_shader_src_modifier *modifier) argument
625 shader_sm4_read_src_param(struct wined3d_sm4_data *priv, const DWORD **ptr, enum wined3d_data_type data_type, struct wined3d_shader_src_param *src_param) argument
665 shader_sm4_read_dst_param(struct wined3d_sm4_data *priv, const DWORD **ptr, enum wined3d_data_type data_type, struct wined3d_shader_dst_param *dst_param) argument
H A Dshader_sm1.c459 src->reg.data_type = WINED3D_DATA_FLOAT;
473 dst->reg.data_type = WINED3D_DATA_FLOAT;
634 enum wined3d_immconst_type type, enum wined3d_data_type data_type)
638 src_param->reg.data_type = data_type;
633 shader_sm1_read_immconst(const DWORD **ptr, struct wined3d_shader_src_param *src_param, enum wined3d_immconst_type type, enum wined3d_data_type data_type) argument
H A Dshader.c1080 switch (reg->data_type)
1094 TRACE("<unhandled data type %#x>", reg->data_type);
1100 switch (reg->data_type)
1120 TRACE("<unhandled data type %#x>", reg->data_type);
H A Dglsl_shader.c1640 switch (reg->data_type)
1654 sprintf(register_name, "<unhandled data type %#x>", reg->data_type);
1660 switch (reg->data_type)
1683 sprintf(register_name, "<unhandled data type %#x>", reg->data_type);
1803 switch (wined3d_src->reg.data_type)
1817 FIXME("Unhandled data type %#x.\n", wined3d_src->reg.data_type);
1848 switch (dst->reg.data_type)
1865 FIXME("Unhandled data type %#x.\n", dst->reg.data_type);
H A Dwined3d_private.h666 enum wined3d_data_type data_type; member in struct:wined3d_shader_register
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c340 if (strm.data_type & 128) {
346 pos = strm.data_type & 7;
377 pos = strm.data_type & 7;
H A Dzran.c201 data_type indicates an end-of-block, then all of the
207 access point after the last block by checking bit 6 of data_type
209 if ((strm.data_type & 128) && !(strm.data_type & 64) &&
211 index = addpoint(index, strm.data_type & 7, totin,
H A Dgzappend.c35 * - Use new data_type definition for zlib 1.2.1
324 if (strm->data_type & 128) {
325 if (strm->data_type & 64)
326 left = strm->data_type & 0x1f;
328 lastbit = strm->data_type & 0x1f;
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
938 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
H A Dinflate.c1250 strm->data_type = state->bits + (state->last ? 64 : 0) +
H A Ddeflate.c404 strm->data_type = Z_UNKNOWN;
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c362 png_ptr->zstream.data_type = Z_BINARY;
526 /* libpng is not interested in zstream.data_type */
528 png_ptr->zstream.data_type = Z_BINARY;
1877 png_ptr->zstream.data_type = Z_BINARY;
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas39 data_type: Integer; // best guess about the data type: ascii or binary
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.c1204 zi->ci.stream.data_type = Z_BINARY;
1630 if (zi->ci.stream.data_type == Z_ASCII)

Completed in 197 milliseconds