Searched refs:CLEAR_BIT (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_priv.h53 #define CLEAR_BIT(a, b) ((a) & (~(1 << (b)))) macro
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2upper.cpp39 bdev->state = CLEAR_BIT(bdev->state, SENDING);
81 bdev->state = CLEAR_BIT(bdev->state, PROCESSING);
H A Dh2generic.cpp673 bdev->state = CLEAR_BIT(bdev->state, ANCILLYANT);
682 bdev->state = CLEAR_BIT(bdev->state, ANCILLYANT);
/haiku/headers/private/kernel/
H A Dkernel.h92 #define CLEAR_BIT(a, b) ((a) & (~(1 << (b)))) macro

Completed in 61 milliseconds