Home
last modified time | relevance | path

Searched refs:GINT32_FROM_LE (Results 1 – 25 of 69) sorted by relevance

123

/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/src/
H A Dmongo-client.c252 h.length = GINT32_FROM_LE (h.length); in mongo_packet_recv()
253 h.id = GINT32_FROM_LE (h.id); in mongo_packet_recv()
254 h.resp_to = GINT32_FROM_LE (h.resp_to); in mongo_packet_recv()
255 h.opcode = GINT32_FROM_LE (h.opcode); in mongo_packet_recv()
H A Dmongo-wire.c79 header->length = GINT32_FROM_LE (p->header.length); in mongo_wire_packet_get_header()
80 header->id = GINT32_FROM_LE (p->header.id); in mongo_wire_packet_get_header()
81 header->resp_to = GINT32_FROM_LE (p->header.resp_to); in mongo_wire_packet_get_header()
82 header->opcode = GINT32_FROM_LE (p->header.opcode); in mongo_wire_packet_get_header()
114 if (GINT32_FROM_LE (header->length) < (gint32)sizeof (mongo_packet_header)) in mongo_wire_packet_set_header()
573 hdr->flags = GINT32_FROM_LE (h.flags); in mongo_wire_reply_packet_get_header()
575 hdr->start = GINT32_FROM_LE (h.start); in mongo_wire_reply_packet_get_header()
576 hdr->returned = GINT32_FROM_LE (h.returned); in mongo_wire_reply_packet_get_header()
H A Dbson.h323 return GINT32_FROM_LE (size); in bson_stream_doc_size()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dlogcat_text.c502 payload_length = GINT32_FROM_LE(log_entry->len); in logcat_text_dump_text()
503 pid = GINT32_FROM_LE(log_entry->pid); in logcat_text_dump_text()
504 tid = GINT32_FROM_LE(log_entry->tid); in logcat_text_dump_text()
505 seconds = GINT32_FROM_LE(log_entry->sec); in logcat_text_dump_text()
506 milliseconds = GINT32_FROM_LE(log_entry->nsec) / 1000000; in logcat_text_dump_text()
H A Dlogcat.c203 rec->ts.secs = (time_t) GINT32_FROM_LE(log_entry->sec); in logcat_read_packet()
204 rec->ts.nsecs = GINT32_FROM_LE(log_entry->nsec); in logcat_read_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dlogcat_text.c502 payload_length = GINT32_FROM_LE(log_entry->len); in logcat_text_dump_text()
503 pid = GINT32_FROM_LE(log_entry->pid); in logcat_text_dump_text()
504 tid = GINT32_FROM_LE(log_entry->tid); in logcat_text_dump_text()
505 seconds = GINT32_FROM_LE(log_entry->sec); in logcat_text_dump_text()
506 milliseconds = GINT32_FROM_LE(log_entry->nsec) / 1000000; in logcat_text_dump_text()
H A Dlogcat.c203 rec->ts.secs = (time_t) GINT32_FROM_LE(log_entry->sec); in logcat_read_packet()
204 rec->ts.nsecs = GINT32_FROM_LE(log_entry->nsec); in logcat_read_packet()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dlogcat_text.c502 payload_length = GINT32_FROM_LE(log_entry->len); in logcat_text_dump_text()
503 pid = GINT32_FROM_LE(log_entry->pid); in logcat_text_dump_text()
504 tid = GINT32_FROM_LE(log_entry->tid); in logcat_text_dump_text()
505 seconds = GINT32_FROM_LE(log_entry->sec); in logcat_text_dump_text()
506 milliseconds = GINT32_FROM_LE(log_entry->nsec) / 1000000; in logcat_text_dump_text()
H A Dlogcat.c203 rec->ts.secs = (time_t) GINT32_FROM_LE(log_entry->sec); in logcat_read_packet()
204 rec->ts.nsecs = GINT32_FROM_LE(log_entry->nsec); in logcat_read_packet()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dlogcat_text.c502 payload_length = GINT32_FROM_LE(log_entry->len); in logcat_text_dump_text()
503 pid = GINT32_FROM_LE(log_entry->pid); in logcat_text_dump_text()
504 tid = GINT32_FROM_LE(log_entry->tid); in logcat_text_dump_text()
505 seconds = GINT32_FROM_LE(log_entry->sec); in logcat_text_dump_text()
506 milliseconds = GINT32_FROM_LE(log_entry->nsec) / 1000000; in logcat_text_dump_text()
H A Dlogcat.c203 rec->ts.secs = (time_t) GINT32_FROM_LE(log_entry->sec); in logcat_read_packet()
204 rec->ts.nsecs = GINT32_FROM_LE(log_entry->nsec); in logcat_read_packet()
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsminfile.cc246 i = GINT32_FROM_LE (i); in read_raw_int()
304 buffer[x] = GINT32_FROM_LE (buffer[x]); in read_raw_float_block()
/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/tests/unit/mongo/wire/
H A Dpacket_get_set_header_raw.c29 cmp_ok (GINT32_FROM_LE (ph2.length), "==", sizeof (mongo_packet_header), in test_mongo_wire_packet_get_set_data()
H A Dcmd_kill_cursors.c47 n = GINT32_FROM_LE (n); in test_mongo_wire_cmd_kill_cursors()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mms/libmms/
H A Dbswap.h211 #define GINT32_FROM_LE(val) (GINT32_TO_LE (val)) macro
287 #define LE_32(val) (GINT32_FROM_LE (*((u_int32_t*)(val))))
/dports/databases/libgda5/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l); in mdb_get_int24()
340 return (long)GINT32_FROM_LE(l); in mdb_get_int32()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l); in mdb_get_int24()
340 return (long)GINT32_FROM_LE(l); in mdb_get_int32()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l); in mdb_get_int24()
340 return (long)GINT32_FROM_LE(l); in mdb_get_int32()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l); in mdb_get_int24()
340 return (long)GINT32_FROM_LE(l); in mdb_get_int32()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l);
340 return (long)GINT32_FROM_LE(l);
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l);
340 return (long)GINT32_FROM_LE(l);
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dfile.c327 return GINT32_FROM_LE(l); in mdb_get_int24()
340 return (long)GINT32_FROM_LE(l); in mdb_get_int32()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-stream-device.cpp477 move->x = GINT32_FROM_LE(move->x); in handle_msg_cursor_move()
478 move->y = GINT32_FROM_LE(move->y); in handle_msg_cursor_move()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee80211-radiotap-iter.c18 #define le32_to_cpu GINT32_FROM_LE
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ieee80211-radiotap-iter.c18 #define le32_to_cpu GINT32_FROM_LE

123