Searched defs:test_bit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dsupport.h81 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
89 const BOOL old_state = test_bit(bit, *var);
97 const BOOL old_state = test_bit(bit, *var);
104 const BOOL old_state = test_bit(bit, var); \
111 const BOOL old_state = test_bit(bit, var); \

Completed in 26 milliseconds