OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packet_idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
4155
int
packet_idx
;
local
4157
for(
packet_idx
=0;
packet_idx
< num_packets; ++
packet_idx
) {
4158
pic_packet_t *packet = &packets[
packet_idx
];
/src/external/gpl3/gdb/dist/gdb/
remote.c
2432
const int
packet_idx
= std::distance (remote_protocol_packets,
2435
if (
packet_idx
>= 0 &&
packet_idx
< PACKET_MAX)
2437
const char *name = packets_descriptions[
packet_idx
].name;
2443
remote->m_features.m_protocol_packets[
packet_idx
].detect = value;
2445
remote_protocol_packets[
packet_idx
].detect = value;
2677
const int
packet_idx
= std::distance (remote_protocol_packets,
2680
if (
packet_idx
>= 0 &&
packet_idx
< PACKET_MAX)
2682
show_packet_config_cmd (file,
packet_idx
, remote)
2431
const int
packet_idx
= std::distance (remote_protocol_packets,
local
2676
const int
packet_idx
= std::distance (remote_protocol_packets,
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
2388
const int
packet_idx
= std::distance (remote_protocol_packets,
2391
if (
packet_idx
>= 0 &&
packet_idx
< PACKET_MAX)
2393
const char *name = packets_descriptions[
packet_idx
].name;
2399
remote->m_features.m_protocol_packets[
packet_idx
].detect = value;
2401
remote_protocol_packets[
packet_idx
].detect = value;
2642
const int
packet_idx
= std::distance (remote_protocol_packets,
2645
if (
packet_idx
>= 0 &&
packet_idx
< PACKET_MAX)
2647
show_packet_config_cmd (file,
packet_idx
, remote)
2387
const int
packet_idx
= std::distance (remote_protocol_packets,
local
2641
const int
packet_idx
= std::distance (remote_protocol_packets,
local
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026