Home
last modified time | relevance | path

Searched defs:BIT (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_common.h57 #define BIT(bit) BITFIELD_BIT(bit) macro
/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.h33 #define BIT(b) (1UL << (b)) macro
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h12 #define BIT(b) (1ull << (b)) macro
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c31 #define BIT(nr) (1UL << (nr)) macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h50 #define BIT(bit) (1u << bit) macro
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c41 #define BIT(x) (1UL<<OFF(x)) macro
/third_party/curl/lib/
H A Dcurl_setup_once.h258 #define BIT(x) bool x macro
261 #define BIT(x) bit x:1 macro
/third_party/libunwind/libunwind/tests/
H A DGia64-test-nat.c505 # define BIT(n) ((unw_word_t) 1 << (n)) in check_pr() macro
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
285 #undef BIT global() macro
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.cc27 #define BIT(x) (1u << OFFSET(x)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h431 #define BIT(x) (1U << (x)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h449 #define BIT(x) (1U << (x)) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMeasureUnit.java558 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c111 #define BIT(name) (1ULL << KPF_##name) macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddefs.h21 #define BIT(x) (1U << (x)) macro
[all...]
H A Dwpa_ctrl.h430 #define BIT(x) (1U << (x)) macro
[all...]
H A Dqca-vendor.h23 #define BIT(x) (1U << (x)) macro
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java1084 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
/third_party/backends/backend/
H A Davision.h824 #define BIT(n, p) ((n & (1 << p)) ? 1 : 0) macro
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc6193 #define BIT(n) (0x1LL << n) macro
6259 #undef BIT global() macro
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc5900 #define BIT(n) (0x1LL << n) macro
5966 #undef BIT global() macro
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h103 #define BIT(n) (0x1LL << n) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1832 SDValue BIT = DAG.getConstant(1ULL << bitPos, DL, HalfVT); in LowerUDIVREM64() local
/third_party/mksh/
H A Dsh.h567 #define BIT(i) (1U << (i)) macro
[all...]

Completed in 85 milliseconds