Searched refs:comm_pos (Results 1 – 6 of 6) sorted by relevance
193 size_t comm_pos = event_type_str.rfind(':'); in ParseEventType() local194 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()
232 int comm_pos[CHANNELS]; variable272 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)
257 int comm_pos[CHANNELS]; variable297 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)
7286 const vector<size_t>& comm_pos = mtriginfo.common_pos[0]; in synNewInst() local7287 size_t comm_pos_size = comm_pos.size(); in synNewInst()7292 comm_expr_vec.push_back(bind[comm_pos[i]]); in synNewInst()