Home | History | Annotate | Download | only in lib

Lines Matching refs:dstp

1040   bitset_word *dstp;
1089 dstp = EBITSET_WORDS (delt);
1096 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1100 if (*dstp != tmp)
1103 *dstp = tmp;
1109 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1113 if (*dstp != tmp)
1116 *dstp = tmp;
1122 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1126 if (*dstp != tmp)
1129 *dstp = tmp;
1135 for (i = 0; i < EBITSET_ELT_WORDS; i++, dstp++)
1139 if (*dstp != tmp)
1142 *dstp = tmp;