Home
last modified time | relevance | path

Searched defs:test_and_clear_bit (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h77 #define test_and_clear_bit(bit, var) \ macro
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h41 static inline int test_and_clear_bit(unsigned int nr, unsigned long *bitmap) in test_and_clear_bit() function