Home
last modified time | relevance | path

Searched defs:clear_bit (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h68 #define clear_bit(bit, var) (var) &= ~(1 << (bit)) macro
/third_party/libinput/src/
Dutil-bits.h57 clear_bit(unsigned char *array, int bit) in clear_bit() function
/third_party/libevdev/libevdev/
Dlibevdev-util.h55 clear_bit(unsigned long *array, int bit) in clear_bit() function
/third_party/NuttX/fs/inode/
Dfs_files.c95 static void clear_bit(int i, void *addr) in clear_bit() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1751 unsigned clear_bit = PIPE_CLEAR_COLOR0 << i; in evergreen_do_fast_color_clear() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs240 pub fn clear_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in clear_bit() method