Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/mips/mach-mscc/
Dlowlevel_init_luton.S12 #define BIT(nr) (1 << (nr)) macro
/third_party/uboot/u-boot-2020.01/arch/mips/mach-mtmips/
Dlowlevel_init.S22 #define BIT(nr) (1 << (nr)) macro
/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c31 #define BIT(nr) (1UL << (nr)) macro
/third_party/uboot/u-boot-2020.01/include/
Dlcdvideo.h29 #define LCDBIT(BIT, VAL) ((VAL) << (31 - BIT)) argument
/third_party/uboot/u-boot-2020.01/include/linux/
Dbitops.h9 #define BIT(nr) (1UL << (nr)) 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/flutter/skia/third_party/externals/libwebp/src/enc/
Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
/third_party/skia/third_party/externals/libwebp/src/enc/
Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
/third_party/libunwind/tests/
DGia64-test-nat.c505 # define BIT(n) ((unw_word_t) 1 << (n)) in check_pr() macro
/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/mingw-w64/mingw-w64-headers/include/
Dws2bth.h107 #define BIT(b) (1 << (b)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h431 #define BIT(x) (1U << (x)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h431 #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/curl/lib/
Durldata.h186 #define BIT(x) bool x macro
189 #define BIT(x) bit x:1 macro
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/include/mach/
Dar71xx_regs.h18 #define BIT(nr) (1 << (nr)) 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.h548 #define BIT(i) (1U << (i)) macro