/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_common.h | 57 #define BIT(bit) BITFIELD_BIT(bit) macro
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | disassemble.h | 12 #define BIT(b) (1ull << (b)) macro
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 262 #define BIT(x) bool x macro 265 #define BIT(x) bit x:1 macro
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 31 #define BIT(nr) (1UL << (nr)) macro
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 50 #define BIT(bit) (1u << bit) macro
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFormatUtil.hpp | 87 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT) argument
|
/third_party/libunwind/tests/ |
D | Gia64-test-nat.c | 505 # define BIT(n) ((unw_word_t) 1 << (n)) in check_pr() macro
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
|
/third_party/mesa3d/src/mesa/main/ |
D | attrib.c | 323 #define TEST_AND_UPDATE_BIT(VALUE, NEW_VALUE, BIT, ENUM) do { \ argument
|
/third_party/node/deps/v8/src/compiler/ |
D | loop-analysis.cc | 27 #define BIT(x) (1u << OFFSET(x)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | defs.h | 13 #define BIT(x) (1U << (x)) macro
|
D | wpa_ctrl.h | 419 #define BIT(x) (1U << (x)) macro
|
D | qca-vendor.h | 23 #define BIT(x) (1U << (x)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 170 BIT, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 437 #define BIT(x) (1U << (x)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 431 #define BIT(x) (1U << (x)) macro
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | page-types.c | 111 #define BIT(name) (1ULL << KPF_##name) macro
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | MeasureUnit.java | 558 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MeasureUnit.java | 1084 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 103 #define BIT(n) (0x1LL << n) macro
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 5900 #define BIT(n) (0x1LL << n) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1832 SDValue BIT = DAG.getConstant(1ULL << bitPos, DL, HalfVT); in LowerUDIVREM64() local
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 6193 #define BIT(n) (0x1LL << n) macro
|
/third_party/mksh/ |
D | sh.h | 567 #define BIT(i) (1U << (i)) macro
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 3309 ### BIT ### subsection
|