Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bit

3116     int32_t i = 0, n, j, bit;
3129 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
3130 if ((seenMask&bit) == 0 &&
3132 seenMask |= bit;
3140 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) {
3141 if ((seenMask&bit)!=0) {