Home | History | Annotate | Download | only in lib

Lines Matching refs:dstp

1050   bitset_word *dstp;
1112 dstp = dtmp->words;
1119 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1123 if (*dstp != tmp)
1126 *dstp = tmp;
1132 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1136 if (*dstp != tmp)
1139 *dstp = tmp;
1145 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1149 if (*dstp != tmp)
1152 *dstp = tmp;
1158 for (i = 0; i < LBITSET_ELT_WORDS; i++, dstp++)
1162 if (*dstp != tmp)
1165 *dstp = tmp;