Home | History | Annotate | Download | only in lib

Lines Matching refs:dstp

1054   bitset_word *dstp;
1116 dstp = dtmp->words;
1123 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1127 if (*dstp != tmp)
1130 *dstp = tmp;
1136 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1140 if (*dstp != tmp)
1143 *dstp = tmp;
1149 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1153 if (*dstp != tmp)
1156 *dstp = tmp;
1162 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1166 if (*dstp != tmp)
1169 *dstp = tmp;