Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/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)) 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 Dstm32l4xx.h216 #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/
Dhard-reg-set.h103 #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 DCryptRand.h121 #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 Dstm32l4xx_hal_def.h76 #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 Dstm32l4xx_hal_def.h76 #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/
Dspirv_reqs.rs215 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 Dutils_def.h26 #define BIT BIT_64 macro
28 #define BIT BIT_32 macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/
Dutils_def.h26 #define BIT BIT_64 macro
28 #define BIT BIT_32 macro
/aosp_15_r20/external/curl/lib/
H A Dcurl_setup_once.h254 #define BIT(x) bool x macro
257 #define BIT(x) bit x:1 macro
/aosp_15_r20/external/strace/xlat/
H A Dkvm_cpuid_flags.h7 # define BIT(nr_) (1UL << (nr_)) macro
/aosp_15_r20/external/coreboot/src/include/
H A Dtypes.h21 #define BIT(x) (1ul << (x)) macro
/aosp_15_r20/external/pciutils/
H A Dbitops.h25 #define BIT(at) ((u64)1 << (at)) macro
/aosp_15_r20/external/gsc-utils/include/
H A Dcompile_time_macros.h41 #define BIT(nr) (1U << (nr)) macro
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_util.h44 #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/
DTypes.java41 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/
DTypes.java41 public final static int BIT = -7; field in Types
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DTypes.java41 public final static int BIT = -7; field in Types
/aosp_15_r20/external/libmpeg2/decoder/
H A Dimpeg2d_bitstream.c46 #define BIT(val,bit) (UWORD16)(((val) >> (bit)) & 0x1) macro
/aosp_15_r20/external/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c31 #define BIT(nr) (1UL << (nr)) macro
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/generic/families/
H A Dmac80211_hwsim.h19 #define BIT(n) (1 << (n)) macro
/aosp_15_r20/external/libmpeg2/common/
H A Dimpeg2_macros.h37 #define BIT(val,bit) (UWORD16)(((val) >> (bit)) & 0x1) macro
/aosp_15_r20/external/trusty/lk/include/
Dbits.h34 #define BIT(x, bit) ((x) & (1UL << (bit))) macro
/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfreedreno_common.h153 #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 Dgpu_counter_descriptor.pbzero.h84 BIT = 1, enumerator
311 static inline const MeasureUnit BIT = MeasureUnit::BIT; variable

12345678910>>...18