Searched refs:__test_bit (Results 1 – 2 of 2) sorted by relevance
126 static __inline__ int __test_bit(int nr, const U32 * p) in __test_bit() function139 #define test_bit(nr,p) __test_bit(nr,p)
118 static __inline__ int __test_bit(int nr, const MS_U32 * p) in __test_bit() function124 #define ms_test_bit(nr,p) __test_bit(nr,p)