Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Ddisassemble.h12 #define BIT(b) (1ull << (b)) macro
/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c31 #define BIT(nr) (1UL << (nr)) macro
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h50 #define BIT(bit) (1u << bit) macro
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_udev.c283 #define BIT(x) (1UL<<OFF(x)) macro
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c41 #define BIT(x) (1UL<<OFF(x)) macro
/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp87 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT) argument
/third_party/libunwind/tests/
DGia64-test-nat.c505 # define BIT(n) ((unw_word_t) 1 << (n)) in check_pr() macro
/third_party/skia/third_party/externals/libwebp/src/enc/
Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h431 #define BIT(bit) (1u << bit) macro
/third_party/mesa3d/src/mesa/main/
Dattrib.c322 #define TEST_AND_UPDATE_BIT(VALUE, NEW_VALUE, BIT, ENUM) do { \ argument
/third_party/glib/glib/
Dgiowin32.c215 #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/
DAArch64ISelLowering.h170 BIT, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h434 #define BIT(x) (1U << (x)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h431 #define BIT(x) (1U << (x)) macro
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c111 #define BIT(name) (1ULL << KPF_##name) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_ctrl.h419 #define BIT(x) (1U << (x)) macro
Dqca-vendor.h23 #define BIT(x) (1U << (x)) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMeasureUnit.java558 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java1078 public static final MeasureUnit BIT = MeasureUnit.internalGetInstance("digital", "bit"); field in MeasureUnit
/third_party/curl/lib/
Durldata.h186 #define BIT(x) bool x macro
189 #define BIT(x) bit x:1 macro
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_private.h129 #define BIT(bit) (1u << (bit)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1832 SDValue BIT = DAG.getConstant(1ULL << bitPos, DL, HalfVT); in LowerUDIVREM64() local
/third_party/mksh/
Dsh.h567 #define BIT(i) (1U << (i)) macro