Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_common_utils.h116 #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 Dstm32l4xx.h216 #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 Dstm32l4xx.h216 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h106 #define SET_BIT(x, pos) (x) = (x) | (1 << pos); macro
/aosp_15_r20/external/pcre/src/
H A Dpcre2_study.c57 #define SET_BIT(c) re->start_bitmap[(c)/8] |= (1u << ((c)&7)) macro
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxextensions.c40 #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 DGpMacros.h166 #define SET_BIT(bit, vector) SetBit((bit), (BYTE *)&(vector), sizeof(vector)) macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h55 #define SET_BIT(lval, bit, cond) \ macro