Searched refs:twoBits (Results 1 – 3 of 3) sorted by relevance
108 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in contains() local109 if (twoBits <= 1) { in contains()112 return (0 != twoBits); in contains()160 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local161 if (twoBits <= 1) { in span()164 if (twoBits == 0) { in span()199 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local200 if (twoBits <= 1) { in span()203 if (twoBits != 0) { in span()256 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in spanBack() local[all …]
284 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in contains() local285 if(twoBits<=1) { in contains()288 return (UBool)twoBits; in contains()325 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in span() local326 if(twoBits<=1) { in span()329 if(twoBits==0) { in span()365 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in span() local366 if(twoBits<=1) { in span()369 if(twoBits!=0) { in span()414 uint32_t twoBits=(bmpBlockBits[(c>>6)&0x3f]>>lead)&0x10001; in spanBack() local[all …]
106 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in contains() local107 if (twoBits <= 1) { in contains()110 return (0 != twoBits); in contains()158 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local159 if (twoBits <= 1) { in span()162 if (twoBits == 0) { in span()197 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in span() local198 if (twoBits <= 1) { in span()201 if (twoBits != 0) { in span()254 int twoBits = (bmpBlockBits[(c >> 6) & 0x3f] >> lead) & 0x10001; in spanBack() local[all …]