Searched defs:BIT (Results 1 - 19 of 19) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/arm/
H A Dregs.h22 #define BIT(obj,st) (((obj) >> (st)) & 1) macro
25 ((long) (BITS(obj,st,fn) | ((long) BIT(obj,fn) * ~ SUBMASK(fn - st))))
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h115 #ifndef BIT
116 #define BIT(n) (1<<n) macro
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
166 if (reg_ebx & BIT(
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h115 #ifndef BIT
116 #define BIT(n) (1<<n) macro
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
166 if (reg_ebx & BIT(
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A D3dfx_regs.h65 #define BIT(x) (1UL << (x)) macro
71 #define COMMAND_2D_INITIATE BIT(8)
72 #define COMMAND_2D_REVERSELINE BIT(9)
73 #define COMMAND_2D_STIPPLELINE BIT(12)
74 #define COMMAND_2D_MONOCHROME_PATT BIT(13)
75 #define COMMAND_2D_MONOCHROME_TRANSP BIT(16)
79 #define STATUS_RETRACE BIT(6)
80 #define STATUS_BUSY BIT(9)
/external/qemu/include/qemu/
H A Dbitops.h21 #define BIT(nr) (1UL << (nr)) macro
/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c228 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
236 top_nz[0] = BIT(tnz, 12);
237 top_nz[1] = BIT(tnz, 13);
238 top_nz[2] = BIT(tnz, 14);
239 top_nz[3] = BIT(tnz, 15);
241 top_nz[4] = BIT(tnz, 18);
242 top_nz[5] = BIT(tnz, 19);
244 top_nz[6] = BIT(tnz, 22);
245 top_nz[7] = BIT(tnz, 23);
247 top_nz[8] = BIT(tn
281 #undef BIT macro
[all...]
/external/libunwind/tests/
H A DGia64-test-nat.c505 # define BIT(n) ((unw_word_t) 1 << (n)) macro
506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \
507 | BIT(11) | BIT(12) | BIT(13) | BIT(1
[all...]
/external/webp/src/enc/
H A Diterator.c228 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
236 top_nz[0] = BIT(tnz, 12);
237 top_nz[1] = BIT(tnz, 13);
238 top_nz[2] = BIT(tnz, 14);
239 top_nz[3] = BIT(tnz, 15);
241 top_nz[4] = BIT(tnz, 18);
242 top_nz[5] = BIT(tnz, 19);
244 top_nz[6] = BIT(tnz, 22);
245 top_nz[7] = BIT(tnz, 23);
247 top_nz[8] = BIT(tn
281 #undef BIT macro
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h431 #ifndef BIT
432 #define BIT(x) (1 << (x)) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h431 #ifndef BIT
432 #define BIT(x) (1 << (x)) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h431 #ifndef BIT
432 #define BIT(x) (1 << (x)) macro
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h147 BIT, enumerator in enum:llvm::AArch64ISD::__anon25945
/external/ppp/pppd/
H A Dipxcp.c226 #define BIT(num) (1 << (num)) macro
238 if (internal & BIT(IPX_NONE) )
572 ao->router |= BIT(RIP_SAP);
573 wo->router |= BIT(RIP_SAP);
826 s = BIT(s);
854 try.router &= (ao->router | BIT(IPX_NONE));
856 try.router = BIT(IPX_NONE);
1154 wo->router = BIT(IPX_NONE);
1158 (ho->router & BIT(IPX_NONE))) {
1163 cishort = BIT(cishor
[all...]
/external/tcpdump/
H A Dprint-802_11.c2206 #define BIT(n) (1U << n) macro
2208 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0
2289 #undef BIT macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c667 #define BIT(x) (1ul << x) macro
671 const uint32_t taps = BIT(1) | BIT(5) | BIT(6) | BIT(31);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp939 SDValue BIT = DAG.getConstant(1 << (halfBitWidth - i - 1), HalfVT); local
940 SDValue realBIT = DAG.getSelectCC(DL, REM, RHS, BIT, zero, ISD::SETGE);
/external/mksh/src/
H A Dsh.h451 #define BIT(i) (1 << (i)) macro
732 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
733 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
870 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
871 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
872 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
873 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */
874 #define TF_EXEC_IGN BIT(4) /* restore SIG_IGN just before exec */
875 #define TF_EXEC_DFL BIT(5) /* restore SIG_DFL just before exec */
876 #define TF_DFL_INTR BIT(
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1552 milliseconds