Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c37 #define CLEAR_BIT(bitmap, pos) ((bitmap) &= ~(1u << (pos))) macro
92 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_init()
122 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_unlock()
147 CLEAR_BIT(g_wlBitmap.used, lock->bitmap_pos); in linux_wake_lock_destroy()
148 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_destroy()
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c30 #define CLEAR_BIT(bitmap, pos) (bitmap &= ~(1u << pos)) macro
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c15 #define CLEAR_BIT(bitmap, pos) (bitmap &= ~(1u << pos)) macro
/third_party/backends/backend/
H A Davision.h827 #define CLEAR_BIT(n, p) (n &= ~(1 << p)) macro

Completed in 4 milliseconds