Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bit

4466     int32_t i = 0, n, j, bit;
4479 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
4480 if ((seenMask&bit) == 0 &&
4482 seenMask |= bit;
4490 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
4491 if ((seenMask&bit)!=0) {