Lines Matching defs:dst_p
174 concat_get_ctrl(sc_digit *dst_p, int low_i) const
176 bool rnz = m_right_p->concat_get_ctrl(dst_p, low_i);
177 bool lnz = m_left_p->concat_get_ctrl(dst_p, low_i + m_len_r);
182 concat_get_data(sc_digit *dst_p, int low_i) const
184 bool rnz = m_right_p->concat_get_data(dst_p, low_i);
185 bool lnz = m_left_p->concat_get_data(dst_p, low_i + m_len_r);
594 concat_get_ctrl(sc_digit *dst_p, int low_i) const
598 dst_p[word_i] &= ~bit;
603 concat_get_data(sc_digit *dst_p, int low_i) const
608 dst_p[word_i] |= bit;
610 dst_p[word_i] &= ~bit;