Home
last modified time | relevance | path

Searched refs:packet_idx (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/
H A Dtimestamped_trace_piece.h95 packet_idx(idx),
101 packet_idx(idx), in TimestampedTracePiece()
109 packet_idx(idx), in TimestampedTracePiece()
117 packet_idx(idx), in TimestampedTracePiece()
125 packet_idx(idx), in TimestampedTracePiece()
133 packet_idx(idx), in TimestampedTracePiece()
139 packet_idx(idx), in TimestampedTracePiece()
145 packet_idx(idx), in TimestampedTracePiece()
184 packet_idx = ttp.packet_idx; in TimestampedTracePiece()
236 (timestamp == o.timestamp && packet_idx < o.packet_idx);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/
H A Dtimestamped_trace_piece.h101 packet_idx(idx),
107 packet_idx(idx), in TimestampedTracePiece()
115 packet_idx(idx), in TimestampedTracePiece()
123 packet_idx(idx), in TimestampedTracePiece()
131 packet_idx(idx), in TimestampedTracePiece()
139 packet_idx(idx), in TimestampedTracePiece()
145 packet_idx(idx), in TimestampedTracePiece()
151 packet_idx(idx), in TimestampedTracePiece()
190 packet_idx = ttp.packet_idx; in TimestampedTracePiece()
245 (timestamp == o.timestamp && packet_idx < o.packet_idx);
[all …]
/dports/devel/stlink/stlink-1.7.0/src/st-util/
H A Dgdb-remote.c65 unsigned packet_size = ALLOC_STEP + 1, packet_idx = 0; in gdb_recv_packet() local
77 packet_idx = 0; in gdb_recv_packet()
109 packet_buffer[packet_idx++] = c; in gdb_recv_packet()
112 if (packet_idx == packet_size) { in gdb_recv_packet()
159 packet_buffer[packet_idx] = 0; in gdb_recv_packet()
162 return(packet_idx); in gdb_recv_packet()
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/include/
H A Dkasumi_internal.h1462 packet_idx = dataCount; in kasumi_f8_n_buffer()
1463 while (packet_idx--) { in kasumi_f8_n_buffer()
1465 temp[packet_idx].b64[0] = BSWAP64(IV[packet_idx]); in kasumi_f8_n_buffer()
1468 data[packet_idx] = temp[packet_idx].b16; in kasumi_f8_n_buffer()
1471 if (packet_idx > 0 && in kasumi_f8_n_buffer()
1472 dataLen[packet_idx - 1] < dataLen[packet_idx]) in kasumi_f8_n_buffer()
1522 packet_idx = dataCount; in kasumi_f8_n_buffer()
1523 while (packet_idx--) in kasumi_f8_n_buffer()
1525 A[packet_idx].b64[0] = temp[packet_idx].b64[0]; in kasumi_f8_n_buffer()
1557 temp[packet_idx].b64[0] ^= A[packet_idx].b64[0]; in kasumi_f8_n_buffer()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/can/usb/etas_es58x/
H A Des581_4.c46 u32 first_packet_idx, packet_idx; in es581_4_echo_msg() local
64 first_packet_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
65 packet_idx = first_packet_idx; in es581_4_echo_msg()
70 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
71 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()
75 packet_idx - 1); in es581_4_echo_msg()
79 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
81 packet_idx - 1, echo_msg->packet_idx); in es581_4_echo_msg()
86 packet_idx++; in es581_4_echo_msg()
377 put_unaligned_le32(priv->tx_head, &tx_can_msg->packet_idx); in es581_4_tx_can_msg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/can/usb/etas_es58x/
H A Des581_4.c46 u32 first_packet_idx, packet_idx; in es581_4_echo_msg() local
64 first_packet_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
65 packet_idx = first_packet_idx; in es581_4_echo_msg()
70 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
71 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()
75 packet_idx - 1); in es581_4_echo_msg()
79 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
81 packet_idx - 1, echo_msg->packet_idx); in es581_4_echo_msg()
86 packet_idx++; in es581_4_echo_msg()
377 put_unaligned_le32(priv->tx_head, &tx_can_msg->packet_idx); in es581_4_tx_can_msg()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/can/usb/etas_es58x/
H A Des581_4.c46 u32 first_packet_idx, packet_idx; in es581_4_echo_msg() local
64 first_packet_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
65 packet_idx = first_packet_idx; in es581_4_echo_msg()
70 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
71 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()
75 packet_idx - 1); in es581_4_echo_msg()
79 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
81 packet_idx - 1, echo_msg->packet_idx); in es581_4_echo_msg()
86 packet_idx++; in es581_4_echo_msg()
377 put_unaligned_le32(priv->tx_head, &tx_can_msg->packet_idx); in es581_4_tx_can_msg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
75 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
58 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
74 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
75 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
75 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
58 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
74 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
58 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
74 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
58 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
74 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
75 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
75 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp40 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
58 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
74 strm.Printf("history[%u] ", entry.packet_idx); in Dump()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
334 s->packet_idx = 0; in prompeg_init()
399 col_idx = s->packet_idx % s->l; in prompeg_write()
400 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
404 if (!s->first || s->packet_idx > 0) { in prompeg_write()
434 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
435 col_out_idx = s->packet_idx / s->d; in prompeg_write()
441 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
442 s->packet_idx = 0; in prompeg_write()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
333 s->packet_idx = 0; in prompeg_init()
398 col_idx = s->packet_idx % s->l; in prompeg_write()
399 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
403 if (!s->first || s->packet_idx > 0) { in prompeg_write()
432 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
433 col_out_idx = s->packet_idx / s->d; in prompeg_write()
438 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
439 s->packet_idx = 0; in prompeg_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
334 s->packet_idx = 0; in prompeg_init()
399 col_idx = s->packet_idx % s->l; in prompeg_write()
400 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
404 if (!s->first || s->packet_idx > 0) { in prompeg_write()
434 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
435 col_out_idx = s->packet_idx / s->d; in prompeg_write()
441 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
442 s->packet_idx = 0; in prompeg_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
333 s->packet_idx = 0; in prompeg_init()
398 col_idx = s->packet_idx % s->l; in prompeg_write()
399 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
403 if (!s->first || s->packet_idx > 0) { in prompeg_write()
432 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
433 col_out_idx = s->packet_idx / s->d; in prompeg_write()
438 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
439 s->packet_idx = 0; in prompeg_write()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dprompeg.c112 int packet_idx, packet_idx_max; member
333 s->packet_idx = 0; in prompeg_init()
398 col_idx = s->packet_idx % s->l; in prompeg_write()
399 row_idx = s->packet_idx / s->l % s->d; in prompeg_write()
403 if (!s->first || s->packet_idx > 0) { in prompeg_write()
432 if (!s->first && s->packet_idx % s->d == 0) { in prompeg_write()
433 col_out_idx = s->packet_idx / s->d; in prompeg_write()
438 if (++s->packet_idx >= s->packet_idx_max) { in prompeg_write()
439 s->packet_idx = 0; in prompeg_write()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DGDBRemote.h59 : packet(), type(ePacketTypeInvalid), bytes_transmitted(0), packet_idx(0), in GDBRemotePacket()
66 packet_idx = 0; in Clear()
79 uint32_t packet_idx; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h59 : packet(), type(ePacketTypeInvalid), bytes_transmitted(0), packet_idx(0), in GDBRemotePacket()
66 packet_idx = 0; in Clear()
79 uint32_t packet_idx; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DGDBRemote.h59 : packet(), type(ePacketTypeInvalid), bytes_transmitted(0), packet_idx(0), in GDBRemotePacket()
66 packet_idx = 0; in Clear()
79 uint32_t packet_idx; member

12345678