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

12

/external/bluetooth/glib/gio/tests/
H A Ddata-output-stream.c135 enum TestDataType data_type, GDataStreamByteOrder byte_order)
157 switch (data_type)
184 switch (data_type)
187 res = g_data_output_stream_put_byte (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
190 res = g_data_output_stream_put_int16 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
193 res = g_data_output_stream_put_uint16 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
196 res = g_data_output_stream_put_int32 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
199 res = g_data_output_stream_put_uint32 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
202 res = g_data_output_stream_put_int64 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
205 res = g_data_output_stream_put_uint64 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((gucha
134 test_data_array(gpointer buffer, int len, enum TestDataType data_type, GDataStreamByteOrder byte_order) argument
[all...]
H A Ddata-input-stream.c189 enum TestDataType data_type, GDataStreamByteOrder byte_order)
202 switch (data_type)
228 switch (data_type)
265 g_assert_cmpint (data, ==, TEST_DATA_RETYPE_BUFF(data_type, ((guchar*)buffer + pos)));
187 test_data_array(GInputStream *stream, GInputStream *base_stream, gpointer buffer, int len, enum TestDataType data_type, GDataStreamByteOrder byte_order) argument
/external/kernel-headers/original/linux/
H A Dzlib.h98 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
175 /* Possible values of the data_type field */
276 deflate() may update data_type if it can make a good guess about
371 Also to assist in this, on return inflate() will set strm->data_type to the
379 bit 7 of data_type is set, in which case the number of unused bits will be
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
H A Dlogicalchannel.h121 PS_DataType data_type,
268 PS_DataType data_type,
385 PS_DataType data_type,
390 : H223OutgoingChannel(0, SEGMENTABLE, al, data_type, observer, bitrate, sample_interval, num_media_data)
407 PS_DataType data_type,
384 H223OutgoingControlChannel(OsclSharedPtr<AdaptationLayer>& al, PS_DataType data_type, LogicalChannelObserver* observer, uint32 bitrate, uint32 sample_interval, uint32 num_media_data) argument
/external/qemu/hw/
H A Dbt-hid.c94 int data_type; member in struct:bt_hid_device_s
130 if (s->data_type == BT_DATA_OUTPUT) {
140 if (s->data_type == BT_DATA_FEATURE) {
296 s->data_type = parameter & 3;
297 if (s->data_type == BT_DATA_OUTPUT) {
361 if (s->data_type == BT_DATA_OUTPUT) {
419 hid->data_type = BT_DATA_OUTPUT;
/external/zlib/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;
/external/qemu/
H A Dtap-win32.c219 DWORD data_type; local
256 &data_type,
260 if (!(status != ERROR_SUCCESS || data_type != REG_SZ)) {
266 &data_type,
270 if (status == ERROR_SUCCESS && data_type == REG_SZ) {
/external/kernel-headers/original/asm-arm/arch/
H A Ddma.h341 int data_type; /* data type 8,16,32 */ member in struct:omap_dma_channel_params
374 extern void omap_set_dma_transfer_params(int lch, int data_type,
424 int data_type);
/external/stlport/stlport/stl/
H A D_unordered_map.h46 typedef _Tp data_type; typedef in class:unordered_map
48 typedef pair<_STLP_CONST key_type, data_type> value_type;
214 typedef _Tp data_type; typedef in class:unordered_multimap
216 typedef pair<_STLP_CONST key_type, data_type> value_type;
H A D_hash_map.h54 typedef _Tp data_type; typedef in class:hash_map
56 typedef pair<_STLP_CONST key_type, data_type> value_type;
245 typedef _Tp data_type; typedef in class:hash_multimap
247 typedef pair<_STLP_CONST key_type, data_type> value_type;
H A D_map.h55 typedef _Tp data_type; typedef in class:map
248 typedef _Tp data_type; typedef in class:multimap
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
H A Dlogicalchannel.cpp57 PS_DataType data_type,
85 if (data_type)
87 iDataType = Copy_DataType(data_type);
183 PS_DataType data_type,
188 : H223LogicalChannel(num, segmentable, al, data_type, observer, bitrate, sample_interval, num_media_data),
1344 PS_DataType data_type,
1349 : H223LogicalChannel(num, segmentable, al, data_type, observer, bitrate, sample_interval, num_media_data),
54 H223LogicalChannel(TPVChannelId num, bool segmentable, OsclSharedPtr<AdaptationLayer>& al, PS_DataType data_type, LogicalChannelObserver* observer, uint32 bitrate, uint32 sample_interval, uint32 num_media_data) argument
180 H223OutgoingChannel(TPVChannelId num, bool segmentable, OsclSharedPtr<AdaptationLayer>& al, PS_DataType data_type, LogicalChannelObserver* observer, uint32 bitrate, uint32 sample_interval, uint32 num_media_data) argument
1341 H223IncomingChannel(TPVChannelId num, bool segmentable, OsclSharedPtr<AdaptationLayer>& al, PS_DataType data_type, LogicalChannelObserver* observer, uint32 bitrate, uint32 sample_interval, uint32 num_media_data) argument
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
H A Dtrees.c934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/external/qemu/slirp-android/
H A Dudp.c403 uint16_t data_type; // data type member in struct:cu_header
/external/zlib/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
H A Dtrees.c934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/external/bluetooth/bluez/lib/
H A Dsdp.c667 int data_type = 0; local
669 data_type += sizeof(uint8_t);
676 data_type += sizeof(uint8_t);
682 data_type += sizeof(uint16_t);
688 data_type += sizeof(uint32_t);
693 buf->buf_size += data_type;
695 return data_type;
700 int data_type = 0; local
704 data_type = sdp_get_data_type(buf, dtd);
705 buf->data_size += data_type;
[all...]
/external/wpa_supplicant/
H A Dradius.c119 } data_type; member in struct:radius_attr_type
224 switch (attr->data_type) {
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius.c122 } data_type; member in struct:radius_attr_type
230 switch (attr->data_type) {
/external/zlib/contrib/pascal/
H A Dzlibpas.pas43 data_type: Integer; (* best guess about the data type: ascii or binary *)
/external/qemu/slirp/
H A Dudp.c433 uint16_t data_type; // data type member in struct:cu_header

Completed in 209 milliseconds

12