Home
last modified time | relevance | path

Searched refs:GUINT16_FROM_LE (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvuvsp.c56 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvsp_packet_to_string()
76 GUINT16_FROM_LE (leader->infos.width)); in arv_uvsp_packet_to_string()
78 GUINT16_FROM_LE (leader->infos.height)); in arv_uvsp_packet_to_string()
80 GUINT16_FROM_LE (leader->infos.x_offset)); in arv_uvsp_packet_to_string()
82 GUINT16_FROM_LE (leader->infos.y_offset)); in arv_uvsp_packet_to_string()
86 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvsp_packet_to_string()
101 packet_size = sizeof (ArvUvspHeader) + GUINT16_FROM_LE (packet->header.size); in arv_uvsp_packet_to_string()
H A Darvuvcp.c158 arv_uvcp_packet_type_to_string (GUINT16_FROM_LE (packet->header.packet_type))); in arv_uvcp_packet_to_string()
160 arv_uvcp_command_to_string (GUINT16_FROM_LE (packet->header.command))); in arv_uvcp_packet_to_string()
161 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvcp_packet_to_string()
162 g_string_append_printf (string, "id = %d\n", GUINT16_FROM_LE (packet->header.id)); in arv_uvcp_packet_to_string()
164 switch (GUINT16_FROM_LE (packet->header.command)) { in arv_uvcp_packet_to_string()
171 value = GUINT16_FROM_LE (cmd_packet->infos.size); in arv_uvcp_packet_to_string()
199 packet_size = sizeof (ArvUvcpHeader) + GUINT16_FROM_LE (packet->header.size); in arv_uvcp_packet_to_string()
H A Darvuvcp.h254 return (ArvUvcpPacketType) GUINT16_FROM_LE (packet->header.packet_type); in arv_uvcp_packet_get_packet_type()
270 return (ArvUvcpCommand) GUINT16_FROM_LE (packet->header.command); in arv_uvcp_packet_get_command()
286 return GUINT16_FROM_LE (packet->header.id); in arv_uvcp_packet_get_packet_id()
316 return GUINT16_FROM_LE (((ArvUvcpPendingAck *) packet)->infos.timeout); in arv_uvcp_packet_get_pending_ack_timeout()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvuvsp.c56 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvsp_packet_to_string()
76 GUINT16_FROM_LE (leader->infos.width)); in arv_uvsp_packet_to_string()
78 GUINT16_FROM_LE (leader->infos.height)); in arv_uvsp_packet_to_string()
80 GUINT16_FROM_LE (leader->infos.x_offset)); in arv_uvsp_packet_to_string()
82 GUINT16_FROM_LE (leader->infos.y_offset)); in arv_uvsp_packet_to_string()
86 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvsp_packet_to_string()
101 packet_size = sizeof (ArvUvspHeader) + GUINT16_FROM_LE (packet->header.size); in arv_uvsp_packet_to_string()
H A Darvuvcp.c158 arv_uvcp_packet_type_to_string (GUINT16_FROM_LE (packet->header.packet_type))); in arv_uvcp_packet_to_string()
160 arv_uvcp_command_to_string (GUINT16_FROM_LE (packet->header.command))); in arv_uvcp_packet_to_string()
161 g_string_append_printf (string, "size = %d\n", GUINT16_FROM_LE (packet->header.size)); in arv_uvcp_packet_to_string()
162 g_string_append_printf (string, "id = %d\n", GUINT16_FROM_LE (packet->header.id)); in arv_uvcp_packet_to_string()
164 switch (GUINT16_FROM_LE (packet->header.command)) { in arv_uvcp_packet_to_string()
171 value = GUINT16_FROM_LE (cmd_packet->infos.size); in arv_uvcp_packet_to_string()
199 packet_size = sizeof (ArvUvcpHeader) + GUINT16_FROM_LE (packet->header.size); in arv_uvcp_packet_to_string()
H A Darvuvcp.h254 return (ArvUvcpPacketType) GUINT16_FROM_LE (packet->header.packet_type); in arv_uvcp_packet_get_packet_type()
270 return (ArvUvcpCommand) GUINT16_FROM_LE (packet->header.command); in arv_uvcp_packet_get_command()
286 return GUINT16_FROM_LE (packet->header.id); in arv_uvcp_packet_get_packet_id()
316 return GUINT16_FROM_LE (((ArvUvcpPendingAck *) packet)->infos.timeout); in arv_uvcp_packet_get_pending_ack_timeout()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dblf.c190 date->year = GUINT16_FROM_LE(date->year); in fix_endianness_blf_date()
191 date->month = GUINT16_FROM_LE(date->month); in fix_endianness_blf_date()
193 date->day = GUINT16_FROM_LE(date->day); in fix_endianness_blf_date()
194 date->hour = GUINT16_FROM_LE(date->hour); in fix_endianness_blf_date()
195 date->mins = GUINT16_FROM_LE(date->mins); in fix_endianness_blf_date()
196 date->sec = GUINT16_FROM_LE(date->sec); in fix_endianness_blf_date()
197 date->ms = GUINT16_FROM_LE(date->ms); in fix_endianness_blf_date()
243 header->tci = GUINT16_FROM_LE(header->tci); in fix_endianness_blf_ethernetframeheader()
307 header->crc = GUINT16_FROM_LE(header->crc); in fix_endianness_blf_flexraydata()
329 header->dir = GUINT16_FROM_LE(header->dir); in fix_endianness_blf_flexrayrcvmessage()
[all …]
H A Dobserver.h38 …_capture_file_header.offset_to_first_packet = GUINT16_FROM_LE((_capture_file_header).offset_to_fir…
50 (_tlv_header).type = GUINT16_FROM_LE((_tlv_header).type); \
51 (_tlv_header).length = GUINT16_FROM_LE((_tlv_header).length)
217 …(_packet_entry_header).captured_size = GUINT16_FROM_LE((_packet_entry_header).captured_s…
218 …(_packet_entry_header).network_size = GUINT16_FROM_LE((_packet_entry_header).network_si…
219 …(_packet_entry_header).offset_to_frame = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
220 …(_packet_entry_header).offset_to_next_packet = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
221 … (_packet_entry_header).errors = GUINT16_FROM_LE((_packet_entry_header).errors); \
222 …(_packet_entry_header).reserved = GUINT16_FROM_LE((_packet_entry_header).reserved);…
H A Dcapsa.c145 format_indicator = GUINT16_FROM_LE(format_indicator); in capsa_open()
332 rec_size = GUINT16_FROM_LE(capsarec_hdr.rec_len); in capsa_read_packet()
333 orig_size = GUINT16_FROM_LE(capsarec_hdr.orig_len); in capsa_read_packet()
334 packet_size = GUINT16_FROM_LE(capsarec_hdr.incl_len); in capsa_read_packet()
355 rec_size = GUINT16_FROM_LE(pbrec_hdr.rec_len); in capsa_read_packet()
356 orig_size = GUINT16_FROM_LE(pbrec_hdr.orig_len); in capsa_read_packet()
357 packet_size = GUINT16_FROM_LE(pbrec_hdr.incl_len); in capsa_read_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dblf.c190 date->year = GUINT16_FROM_LE(date->year); in fix_endianness_blf_date()
191 date->month = GUINT16_FROM_LE(date->month); in fix_endianness_blf_date()
193 date->day = GUINT16_FROM_LE(date->day); in fix_endianness_blf_date()
194 date->hour = GUINT16_FROM_LE(date->hour); in fix_endianness_blf_date()
195 date->mins = GUINT16_FROM_LE(date->mins); in fix_endianness_blf_date()
196 date->sec = GUINT16_FROM_LE(date->sec); in fix_endianness_blf_date()
197 date->ms = GUINT16_FROM_LE(date->ms); in fix_endianness_blf_date()
243 header->tci = GUINT16_FROM_LE(header->tci); in fix_endianness_blf_ethernetframeheader()
307 header->crc = GUINT16_FROM_LE(header->crc); in fix_endianness_blf_flexraydata()
329 header->dir = GUINT16_FROM_LE(header->dir); in fix_endianness_blf_flexrayrcvmessage()
[all …]
H A Dobserver.h38 …_capture_file_header.offset_to_first_packet = GUINT16_FROM_LE((_capture_file_header).offset_to_fir…
50 (_tlv_header).type = GUINT16_FROM_LE((_tlv_header).type); \
51 (_tlv_header).length = GUINT16_FROM_LE((_tlv_header).length)
217 …(_packet_entry_header).captured_size = GUINT16_FROM_LE((_packet_entry_header).captured_s…
218 …(_packet_entry_header).network_size = GUINT16_FROM_LE((_packet_entry_header).network_si…
219 …(_packet_entry_header).offset_to_frame = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
220 …(_packet_entry_header).offset_to_next_packet = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
221 … (_packet_entry_header).errors = GUINT16_FROM_LE((_packet_entry_header).errors); \
222 …(_packet_entry_header).reserved = GUINT16_FROM_LE((_packet_entry_header).reserved);…
H A Dcapsa.c145 format_indicator = GUINT16_FROM_LE(format_indicator); in capsa_open()
332 rec_size = GUINT16_FROM_LE(capsarec_hdr.rec_len); in capsa_read_packet()
333 orig_size = GUINT16_FROM_LE(capsarec_hdr.orig_len); in capsa_read_packet()
334 packet_size = GUINT16_FROM_LE(capsarec_hdr.incl_len); in capsa_read_packet()
355 rec_size = GUINT16_FROM_LE(pbrec_hdr.rec_len); in capsa_read_packet()
356 orig_size = GUINT16_FROM_LE(pbrec_hdr.orig_len); in capsa_read_packet()
357 packet_size = GUINT16_FROM_LE(pbrec_hdr.incl_len); in capsa_read_packet()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dblf.c190 date->year = GUINT16_FROM_LE(date->year); in fix_endianness_blf_date()
191 date->month = GUINT16_FROM_LE(date->month); in fix_endianness_blf_date()
193 date->day = GUINT16_FROM_LE(date->day); in fix_endianness_blf_date()
194 date->hour = GUINT16_FROM_LE(date->hour); in fix_endianness_blf_date()
195 date->mins = GUINT16_FROM_LE(date->mins); in fix_endianness_blf_date()
196 date->sec = GUINT16_FROM_LE(date->sec); in fix_endianness_blf_date()
197 date->ms = GUINT16_FROM_LE(date->ms); in fix_endianness_blf_date()
243 header->tci = GUINT16_FROM_LE(header->tci); in fix_endianness_blf_ethernetframeheader()
307 header->crc = GUINT16_FROM_LE(header->crc); in fix_endianness_blf_flexraydata()
329 header->dir = GUINT16_FROM_LE(header->dir); in fix_endianness_blf_flexrayrcvmessage()
[all …]
H A Dobserver.h38 …_capture_file_header.offset_to_first_packet = GUINT16_FROM_LE((_capture_file_header).offset_to_fir…
50 (_tlv_header).type = GUINT16_FROM_LE((_tlv_header).type); \
51 (_tlv_header).length = GUINT16_FROM_LE((_tlv_header).length)
217 …(_packet_entry_header).captured_size = GUINT16_FROM_LE((_packet_entry_header).captured_s…
218 …(_packet_entry_header).network_size = GUINT16_FROM_LE((_packet_entry_header).network_si…
219 …(_packet_entry_header).offset_to_frame = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
220 …(_packet_entry_header).offset_to_next_packet = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
221 … (_packet_entry_header).errors = GUINT16_FROM_LE((_packet_entry_header).errors); \
222 …(_packet_entry_header).reserved = GUINT16_FROM_LE((_packet_entry_header).reserved);…
H A Dcapsa.c145 format_indicator = GUINT16_FROM_LE(format_indicator); in capsa_open()
332 rec_size = GUINT16_FROM_LE(capsarec_hdr.rec_len); in capsa_read_packet()
333 orig_size = GUINT16_FROM_LE(capsarec_hdr.orig_len); in capsa_read_packet()
334 packet_size = GUINT16_FROM_LE(capsarec_hdr.incl_len); in capsa_read_packet()
355 rec_size = GUINT16_FROM_LE(pbrec_hdr.rec_len); in capsa_read_packet()
356 orig_size = GUINT16_FROM_LE(pbrec_hdr.orig_len); in capsa_read_packet()
357 packet_size = GUINT16_FROM_LE(pbrec_hdr.incl_len); in capsa_read_packet()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dblf.c190 date->year = GUINT16_FROM_LE(date->year); in fix_endianness_blf_date()
191 date->month = GUINT16_FROM_LE(date->month); in fix_endianness_blf_date()
193 date->day = GUINT16_FROM_LE(date->day); in fix_endianness_blf_date()
194 date->hour = GUINT16_FROM_LE(date->hour); in fix_endianness_blf_date()
195 date->mins = GUINT16_FROM_LE(date->mins); in fix_endianness_blf_date()
196 date->sec = GUINT16_FROM_LE(date->sec); in fix_endianness_blf_date()
197 date->ms = GUINT16_FROM_LE(date->ms); in fix_endianness_blf_date()
243 header->tci = GUINT16_FROM_LE(header->tci); in fix_endianness_blf_ethernetframeheader()
307 header->crc = GUINT16_FROM_LE(header->crc); in fix_endianness_blf_flexraydata()
329 header->dir = GUINT16_FROM_LE(header->dir); in fix_endianness_blf_flexrayrcvmessage()
[all …]
H A Dobserver.h38 …_capture_file_header.offset_to_first_packet = GUINT16_FROM_LE((_capture_file_header).offset_to_fir…
50 (_tlv_header).type = GUINT16_FROM_LE((_tlv_header).type); \
51 (_tlv_header).length = GUINT16_FROM_LE((_tlv_header).length)
217 …(_packet_entry_header).captured_size = GUINT16_FROM_LE((_packet_entry_header).captured_s…
218 …(_packet_entry_header).network_size = GUINT16_FROM_LE((_packet_entry_header).network_si…
219 …(_packet_entry_header).offset_to_frame = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
220 …(_packet_entry_header).offset_to_next_packet = GUINT16_FROM_LE((_packet_entry_header).offset_to_…
221 … (_packet_entry_header).errors = GUINT16_FROM_LE((_packet_entry_header).errors); \
222 …(_packet_entry_header).reserved = GUINT16_FROM_LE((_packet_entry_header).reserved);…
H A Dcapsa.c145 format_indicator = GUINT16_FROM_LE(format_indicator);
332 rec_size = GUINT16_FROM_LE(capsarec_hdr.rec_len);
333 orig_size = GUINT16_FROM_LE(capsarec_hdr.orig_len);
334 packet_size = GUINT16_FROM_LE(capsarec_hdr.incl_len);
355 rec_size = GUINT16_FROM_LE(pbrec_hdr.rec_len);
356 orig_size = GUINT16_FROM_LE(pbrec_hdr.orig_len);
357 packet_size = GUINT16_FROM_LE(pbrec_hdr.incl_len);
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsip-sec-ntlm.c207 av_id = GUINT16_FROM_LE(av_aligned.av_id); \
208 av_len = GUINT16_FROM_LE(av_aligned.av_len)
966 guint16 len = GUINT16_FROM_LE(cmsg->target_info.len); in sip_sec_ntlm_parse_challenge()
1235 tmsg->ver.product_build = GUINT16_FROM_LE(2600); in sip_sec_ntlm_gen_authenticate()
1283 tmsg->ver.product_build = GUINT16_FROM_LE(2600); in sip_sec_ntlm_gen_negotiate()
1390 g_string_append_printf(str, "\t%s.len : %d\n", name, GUINT16_FROM_LE(header->len)); in sip_sec_ntlm_describe_smb_header()
1391 g_string_append_printf(str, "\t%s.maxlen: %d\n", name, GUINT16_FROM_LE(header->maxlen)); in sip_sec_ntlm_describe_smb_header()
1533 value_len = GUINT16_FROM_LE(cmsg->lm_resp.len); in sip_sec_ntlm_authenticate_message_describe()
1540 guint16 nt_resp_len_full = GUINT16_FROM_LE(cmsg->nt_resp.len); in sip_sec_ntlm_authenticate_message_describe()
1614 value_len = GUINT16_FROM_LE(cmsg->session_key.len); in sip_sec_ntlm_authenticate_message_describe()
[all …]
H A Duuid.c97 result.time_mid = GUINT16_FROM_LE(result.time_mid); in generateUUIDfromEPID()
98 result.time_hi_and_version = GUINT16_FROM_LE(result.time_hi_and_version); in generateUUIDfromEPID()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-psp.c813 return GUINT16_FROM_LE (id); in read_block_header()
889 ia->depth = GUINT16_FROM_LE (ia->depth); in read_general_image_attribute_block()
984 keyword = GUINT16_FROM_LE (keyword); in read_creator_block()
1481 *q = GUINT16_FROM_LE (*p++); in read_channel_data()
1543 *r = GUINT16_FROM_LE (*p++); in read_channel_data()
1608 *q = GUINT16_FROM_LE (*p++); in read_channel_data()
1665 block_id = GUINT16_FROM_LE (block_id); in read_raster_layer_info()
1851 bitmap_count = GUINT16_FROM_LE (bitmap_count); in read_layer_block()
2144 version = GUINT16_FROM_LE (version); in read_tube_block()
2250 psp_ver_major = GUINT16_FROM_LE (psp_ver_major); in load_image()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/linux/
H A Dgnut_lib.h38 #define GUINT16_FROM_LE(x) __bswap_16(x) macro
43 #define GUINT16_FROM_LE(x) (x) macro
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-stream-device.cpp89 hdr.type = GUINT16_FROM_LE(hdr.type); in partial_read()
391 cursor->header.width = GUINT16_FROM_LE(msg->width); in stream_msg_cursor_set_to_cursor_cmd()
392 cursor->header.height = GUINT16_FROM_LE(msg->height); in stream_msg_cursor_set_to_cursor_cmd()
393 cursor->header.hot_spot_x = GUINT16_FROM_LE(msg->hot_spot_x); in stream_msg_cursor_set_to_cursor_cmd()
394 cursor->header.hot_spot_y = GUINT16_FROM_LE(msg->hot_spot_y); in stream_msg_cursor_set_to_cursor_cmd()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/riff/
H A Driff-read.c394 strf->planes = GUINT16_FROM_LE (strf->planes); in gst_riff_parse_strf_vids()
395 strf->bit_cnt = GUINT16_FROM_LE (strf->bit_cnt); in gst_riff_parse_strf_vids()
488 strf->format = GUINT16_FROM_LE (strf->format); in gst_riff_parse_strf_auds()
489 strf->channels = GUINT16_FROM_LE (strf->channels); in gst_riff_parse_strf_auds()
492 strf->blockalign = GUINT16_FROM_LE (strf->blockalign); in gst_riff_parse_strf_auds()
493 strf->bits_per_sample = GUINT16_FROM_LE (strf->bits_per_sample); in gst_riff_parse_strf_auds()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/riff/
H A Driff-read.c394 strf->planes = GUINT16_FROM_LE (strf->planes); in gst_riff_parse_strf_vids()
395 strf->bit_cnt = GUINT16_FROM_LE (strf->bit_cnt); in gst_riff_parse_strf_vids()
488 strf->format = GUINT16_FROM_LE (strf->format); in gst_riff_parse_strf_auds()
489 strf->channels = GUINT16_FROM_LE (strf->channels); in gst_riff_parse_strf_auds()
492 strf->blockalign = GUINT16_FROM_LE (strf->blockalign); in gst_riff_parse_strf_auds()
493 strf->bits_per_sample = GUINT16_FROM_LE (strf->bits_per_sample); in gst_riff_parse_strf_auds()

1234567891011