Home
last modified time | relevance | path

Searched defs:SET_BIT (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c36 #define SET_BIT(bitmap, pos) ((bitmap) |= (1u << (pos))) macro
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c14 #define SET_BIT(bitmap, pos) (bitmap |= (1u << pos)) macro
/third_party/pcre2/pcre2/src/
Dpcre2_study.c57 #define SET_BIT(c) re->start_bitmap[(c)/8] |= (1u << ((c)&7)) macro
/third_party/mesa3d/src/glx/
Dglxextensions.c39 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8))) macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h52 #define SET_BIT(lval, bit, cond) \ macro