/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | disassemble.h | 12 #define BIT(b) (1ull << (b)) 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/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.c | 283 #define BIT(x) (1UL<<OFF(x)) macro
|
/third_party/eudev/src/udev/ |
D | udev-builtin-input_id.c | 41 #define BIT(x) (1UL<<OFF(x)) 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/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 431 #define BIT(bit) (1u << bit) macro
|
/third_party/mesa3d/src/mesa/main/ |
D | attrib.c | 322 #define TEST_AND_UPDATE_BIT(VALUE, NEW_VALUE, BIT, ENUM) do { \ argument
|
/third_party/glib/glib/ |
D | giowin32.c | 215 #define BIT(n) checked_bits |= FD_##n; if (mask & FD_##n) bufp += sprintf (bufp, "%s" #n, (bufp>buf… in event_mask_to_string() macro 246 #define BIT(n) checked_bits |= G_IO_##n; if (condition & G_IO_##n) bufp += sprintf (bufp, "%s" #n, … in condition_to_string() 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 | 434 #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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_ctrl.h | 419 #define BIT(x) (1U << (x)) macro
|
D | qca-vendor.h | 23 #define BIT(x) (1U << (x)) 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 | 1078 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
|
/third_party/curl/lib/ |
D | urldata.h | 186 #define BIT(x) bool x macro 189 #define BIT(x) bit x:1 macro
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_private.h | 129 #define BIT(bit) (1u << (bit)) 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/mksh/ |
D | sh.h | 567 #define BIT(i) (1U << (i)) macro
|