/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)) argument 218 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 220 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/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)) argument 218 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 220 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | hard-reg-set.h | 103 #define SET_HARD_REG_BIT(SET, BIT) \ argument 105 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument 107 #define TEST_HARD_REG_BIT(SET, BIT) \ argument 147 #define SET_HARD_REG_BIT(SET, BIT) \ argument 151 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument 155 #define TEST_HARD_REG_BIT(SET, BIT) \ argument
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
H A D | CryptRand.h | 121 #define IsTestStateSet(BIT) ((g_cryptoSelfTestState.rng & BIT) != 0) argument 122 #define SetTestStateBit(BIT) (g_cryptoSelfTestState.rng |= BIT) argument 123 #define ClearTestStateBit(BIT) (g_cryptoSelfTestState.rng &= ~BIT) argument
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 76 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 77 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == RESET) argument
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 76 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 77 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == RESET) argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/autogen/ |
D | spirv_reqs.rs | 215 static BIT: Lazy<Regex> = Lazy::new(|| Regex::new(r"_BIT(?:_NV)?$").unwrap()); in make_enable() variable
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/ |
H A D | utils_def.h | 26 #define BIT BIT_64 macro 28 #define BIT BIT_32 macro
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 26 #define BIT BIT_64 macro 28 #define BIT BIT_32 macro
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_setup_once.h | 254 #define BIT(x) bool x macro 257 #define BIT(x) bit x:1 macro
|
/aosp_15_r20/external/strace/xlat/ |
H A D | kvm_cpuid_flags.h | 7 # define BIT(nr_) (1UL << (nr_)) macro
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | types.h | 21 #define BIT(x) (1ul << (x)) macro
|
/aosp_15_r20/external/pciutils/ |
H A D | bitops.h | 25 #define BIT(at) ((u64)1 << (at)) macro
|
/aosp_15_r20/external/gsc-utils/include/ |
H A D | compile_time_macros.h | 41 #define BIT(nr) (1U << (nr)) macro
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | virgl_util.h | 44 #define BIT(n) (UINT32_C(1) << (n)) macro
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/ |
D | Types.java | 41 public final static int BIT = -7; field in Types
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/ |
D | Types.java | 41 public final static int BIT = -7; field in Types
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/ |
H A D | Types.java | 41 public final static int BIT = -7; field in Types
|
/aosp_15_r20/external/libmpeg2/decoder/ |
H A D | impeg2d_bitstream.c | 46 #define BIT(val,bit) (UWORD16)(((val) >> (bit)) & 0x1) macro
|
/aosp_15_r20/external/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 31 #define BIT(nr) (1UL << (nr)) macro
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/generic/families/ |
H A D | mac80211_hwsim.h | 19 #define BIT(n) (1 << (n)) macro
|
/aosp_15_r20/external/libmpeg2/common/ |
H A D | impeg2_macros.h | 37 #define BIT(val,bit) (UWORD16)(((val) >> (bit)) & 0x1) macro
|
/aosp_15_r20/external/trusty/lk/include/ |
D | bits.h | 34 #define BIT(x, bit) ((x) & (1UL << (bit))) macro
|
/aosp_15_r20/external/mesa3d/src/freedreno/common/ |
H A D | freedreno_common.h | 153 #define BIT(bit) BITFIELD64_BIT(bit) macro
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_zero_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | gpu_counter_descriptor.pbzero.h | 84 BIT = 1, enumerator 311 static inline const MeasureUnit BIT = MeasureUnit::BIT; variable
|