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