Home
last modified time | relevance | path

Searched defs:SET_BIT (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.h35 #define SET_BIT(b, x) (((x) & 1) << (b)) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c36 #define SET_BIT(bitmap, pos) ((bitmap) |= (1u << (pos))) macro
/third_party/mesa3d/src/glx/
H A Dglxextensions.c39 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8))) macro
[all...]
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c29 #define SET_BIT(bitmap, pos) (bitmap |= (1u << pos)) macro
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c14 #define SET_BIT(bitmap, pos) (bitmap |= (1u << pos)) macro
/third_party/pcre2/pcre2/src/
H A Dpcre2_study.c57 #define SET_BIT(c) re->start_bitmap[(c)/8] |= (1u << ((c)&7)) macro
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h52 #define SET_BIT(lval, bit, cond) \ macro
/third_party/backends/backend/
H A Davision.h826 #define SET_BIT(n, p) (n |= (1 << p)) macro

Completed in 8 milliseconds