Searched defs:SET_BIT (Results 1 – 9 of 9) sorted by relevance
| /external/libhevc/encoder/ |
| D | ihevce_common_utils.h | 116 #define SET_BIT(x, bitpos) ((x) | (1 << (bitpos))) macro
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
| D | stm32l4xx.h | 216 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
| D | stm32l4xx.h | 216 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
|
| /external/libavc/common/ |
| D | ih264_macros.h | 104 #define SET_BIT(x, pos) (x) = (x) | (1 << pos); macro
|
| /external/pcre/src/ |
| D | pcre2_study.c | 57 #define SET_BIT(c) re->start_bitmap[(c)/8] |= (1u << ((c)&7)) macro
|
| /external/mesa3d/src/glx/ |
| D | glxextensions.c | 39 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8))) macro
|
| /external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
| D | GpMacros.h | 166 #define SET_BIT(bit, vector) SetBit((bit), (BYTE *)&(vector), sizeof(vector)) macro
|
| /external/libiio/src/ |
| D | iio-private.h | 58 #define SET_BIT(addr, bit) \ macro
|
| /external/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_context.h | 57 #define SET_BIT(lval, bit, cond) \ macro
|