Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_bitplanenoise.c86 #define CHECK_BIT(x, a, b, c) { \ macro
123 CHECK_BIT(0, 1, 1 + linesize, linesize) in filter_frame()
126 CHECK_BIT(x, -1, 1, linesize) in filter_frame()
129 CHECK_BIT(x, -1, -1 + linesize, linesize) in filter_frame()
136 CHECK_BIT(0, 1, 1 - linesize, -linesize) in filter_frame()
139 CHECK_BIT(x, -1, 1, -linesize) in filter_frame()
142 CHECK_BIT(x, -1, -1 - linesize, -linesize) in filter_frame()
153 CHECK_BIT(0, 1, 1 + linesize, linesize) in filter_frame()
156 CHECK_BIT(x, -1, 1, linesize) in filter_frame()
159 CHECK_BIT( in filter_frame()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c38 #define CHECK_BIT(bitmap, pos) (((bitmap) & (1u << (pos))) ? 1 : 0) macro
135 ret = CHECK_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_active()
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c31 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c16 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro

Completed in 3 milliseconds