Home
last modified time | relevance | path

Searched defs:CHECK_BIT (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c38 #define CHECK_BIT(bitmap, pos) (((bitmap) & (1u << (pos))) ? 1 : 0) macro
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c16 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
/third_party/musl/src/signal/liteos_a/
Dsigaction.c31 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
/third_party/ffmpeg/libavfilter/
Dvf_bitplanenoise.c86 #define CHECK_BIT(x, a, b, c) { \ macro