Home
last modified time | relevance | path

Searched refs:comm_pos (Results 1 – 6 of 6) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Devent_type.cpp193 size_t comm_pos = event_type_str.rfind(':'); in ParseEventType() local
194 if (comm_pos != std::string::npos) { in ParseEventType()
196 for (size_t i = comm_pos + 1; i < event_type_str.size(); ++i) { in ParseEventType()
204 event_type_name = event_type_str.substr(0, comm_pos); in ParseEventType()
205 modifier = event_type_str.substr(comm_pos + 1); in ParseEventType()
/dports/mail/qmail/netqmail-1.06/
H A Dqmail-send.c232 int comm_pos[CHANNELS]; variable
272 comm_pos[c] = 0;
302 w = write(chanfdout[c],comm_buf[c].s + comm_pos[c],len - comm_pos[c]);
312 comm_pos[c] += w;
313 if (comm_pos[c] == len)
/dports/mail/qmail-dk/qmail-1.03/
H A Dqmail-send.c232 int comm_pos[CHANNELS]; variable
272 comm_pos[c] = 0;
302 w = write(chanfdout[c],comm_buf[c].s + comm_pos[c],len - comm_pos[c]);
312 comm_pos[c] += w;
313 if (comm_pos[c] == len)
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dqmail-send.c257 int comm_pos[CHANNELS]; variable
297 comm_pos[c] = 0;
327 w = write(chanfdout[c],comm_buf[c].s + comm_pos[c],len - comm_pos[c]);
337 comm_pos[c] += w;
338 if (comm_pos[c] == len)
/dports/mail/qmail-tls/netqmail-1.06/
H A Dqmail-send.c232 int comm_pos[CHANNELS]; variable
272 comm_pos[c] = 0;
302 w = write(chanfdout[c],comm_buf[c].s + comm_pos[c],len - comm_pos[c]);
312 comm_pos[c] += w;
313 if (comm_pos[c] == len)
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp7286 const vector<size_t>& comm_pos = mtriginfo.common_pos[0]; in synNewInst() local
7287 size_t comm_pos_size = comm_pos.size(); in synNewInst()
7292 comm_expr_vec.push_back(bind[comm_pos[i]]); in synNewInst()