Searched refs:bit_to_test (Results 1 – 1 of 1) sorted by relevance
7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) in stfle() argument19 if (bit_to_test < 64) in stfle()20 match = (hoststfle[0] & (1ULL << (63 - bit_to_test))); in stfle()21 else if (bit_to_test < 128) in stfle()22 match = (hoststfle[1] & (1ULL << (63 - bit_to_test))); in stfle()