Searched defs:CLEAR_BIT (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_priv.h53 #define CLEAR_BIT(a, b) ((a) & (~(1 << (b)))) macro
/haiku/headers/private/kernel/
H A Dkernel.h92 #define CLEAR_BIT(a, b) ((a) & (~(1 << (b)))) macro

Completed in 19 milliseconds