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

/external/webkit/Source/WebCore/platform/
H A DArena.cpp69 #define BIT(n) ((unsigned int)1 << (n)) macro
70 #define BITMASK(n) (BIT(n) - 1)
/external/libvpx/vpx_ports/
H A Dx86.h78 #ifndef BIT
79 #define BIT(n) (1<<n) macro
111 if (reg_edx & BIT(23)) flags |= HAS_MMX;
113 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
115 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
117 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
119 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
121 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
/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/webp/src/enc/
H A Diterator.c187 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro
195 top_nz[0] = BIT(tnz, 12);
196 top_nz[1] = BIT(tnz, 13);
197 top_nz[2] = BIT(tnz, 14);
198 top_nz[3] = BIT(tnz, 15);
200 top_nz[4] = BIT(tnz, 18);
201 top_nz[5] = BIT(tnz, 19);
203 top_nz[6] = BIT(tnz, 22);
204 top_nz[7] = BIT(tnz, 23);
206 top_nz[8] = BIT(tn
240 #undef BIT macro
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h389 #ifndef BIT
390 #define BIT(x) (1 << (x)) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h394 #ifndef BIT
395 #define BIT(x) (1 << (x)) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h394 #ifndef BIT
395 #define BIT(x) (1 << (x)) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h394 #ifndef BIT
395 #define BIT(x) (1 << (x)) macro
/external/tcpdump/
H A Dprint-802_11.c1134 #define BIT(n) (1 << n) macro
1136 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0
1204 #undef BIT macro
/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/kernel-headers/original/media/
H A Dmsm_isp.h16 #define BIT(nr) (1UL << (nr)) macro
351 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
352 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
353 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
354 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
355 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
356 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
357 #define VFE_OUTPUTS_PREVIEW BIT(6)
358 #define VFE_OUTPUTS_VIDEO BIT(7)
359 #define VFE_OUTPUTS_RAW BIT(
[all...]
H A Dmsm_camera.h32 #define BIT(nr) (1UL << (nr)) macro
492 #define CMD_AXI_CFG_PRIM BIT(8)
493 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
494 #define CMD_AXI_CFG_SEC BIT(10)
495 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
496 #define CMD_AXI_CFG_TERT1 BIT(12)
497 #define CMD_AXI_CFG_TERT2 BIT(13)
504 #define AXI_CMD_PREVIEW BIT(0)
505 #define AXI_CMD_CAPTURE BIT(1)
506 #define AXI_CMD_RECORD BIT(
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3670 flags BIT STRING(0), -- public/private flag (always zero),
3678 flags BIT STRING(1), -- public/private flag (always one),
3963 publicFlags BIT STRING(0), -- must be 0
3977 publicFlags BIT STRING(1), -- must be 1
3992 The leading BIT STRING has a single bit in it which is zero for public keys and one for private keys. This makes the structure uniquely decodable,
4193 \textit{size} field is specific to what you are encoding (e.g. number of bits in the BIT STRING data type). The \textit{used} field is primarily for the CHOICE decoder
4234 \hline LTC\_ASN1\_BIT\_STRING & BIT STRING (one bit per char) \\
4279 (in certain cases). For types such as IA5 STRING, BIT STRING, OCTET STRING (etc) the \textit{size} field is updated after successful decoding to reflect how many
4294 \item BIT STRING
4463 \subsection{ASN.1 BIT STRIN
[all...]
/external/mksh/src/
H A Dsh.h344 #define BIT(i) (1 << (i)) macro
590 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
591 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
592 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
721 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
722 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
723 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
724 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */
725 #define TF_EXEC_IGN BIT(4) /* restore SIG_IGN just before exec */
726 #define TF_EXEC_DFL BIT(
[all...]

Completed in 282 milliseconds