Searched refs:high (Results 1 – 2 of 2) sorted by relevance
202 unsigned high = ac->low + ac->range; in ac_terminate() local205 bool over_high = high >> 24; in ac_terminate()208 high = (high & 0xffffff); in ac_terminate()212 if (val + mask >= high) { in ac_terminate()
196 high = self.low + self.range197 over2 = high >> 24198 high &= 0x00ffffff203 if val + mask >= high: