Searched refs:CHECK_BIT (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_bitplanenoise.c | 86 #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 D | linux_wakelock.c | 38 #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 D | sigaction.c | 31 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigaction.c | 16 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
|
Completed in 2 milliseconds