Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bit

3120     int32_t i = 0, n, j, bit;
3133 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
3134 if ((seenMask&bit) == 0 &&
3136 seenMask |= bit;
3144 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
3145 if ((seenMask&bit)!=0) {