/third_party/uboot/u-boot-2020.01/arch/mips/mach-mscc/ |
D | lowlevel_init_luton.S | 12 #define BIT(nr) (1 << (nr)) macro
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-mtmips/ |
D | lowlevel_init.S | 22 #define BIT(nr) (1 << (nr)) macro
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 31 #define BIT(nr) (1UL << (nr)) macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | lcdvideo.h | 29 #define LCDBIT(BIT, VAL) ((VAL) << (31 - BIT)) argument
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | bitops.h | 9 #define BIT(nr) (1UL << (nr)) 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/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) 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/libunwind/tests/ |
D | Gia64-test-nat.c | 505 # define BIT(n) ((unw_word_t) 1 << (n)) in check_pr() macro
|
/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/mingw-w64/mingw-w64-headers/include/ |
D | ws2bth.h | 107 #define BIT(b) (1 << (b)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 431 #define BIT(x) (1U << (x)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 431 #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/curl/lib/ |
D | urldata.h | 186 #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/ |
D | ar71xx_regs.h | 18 #define BIT(nr) (1 << (nr)) 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 | 548 #define BIT(i) (1U << (i)) macro
|