HomeSort by relevance Sort by last modified time
    Searched refs:BIT (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/wpa_supplicant_8/src/ap/
sta_info.h 21 #define WLAN_STA_AUTH BIT(0)
22 #define WLAN_STA_ASSOC BIT(1)
23 #define WLAN_STA_AUTHORIZED BIT(5)
24 #define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */
25 #define WLAN_STA_SHORT_PREAMBLE BIT(7)
26 #define WLAN_STA_PREAUTH BIT(8)
27 #define WLAN_STA_WMM BIT(9)
28 #define WLAN_STA_MFP BIT(10)
29 #define WLAN_STA_HT BIT(11)
30 #define WLAN_STA_WPS BIT(12
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 51 ALOGV("Format:One-bit audio aka SACD");
78 if (byte & BIT(6)) {
81 } else if (byte & BIT(5)) {
84 } else if (byte & BIT(4)) {
87 } else if (byte & BIT(3)) {
90 } else if (byte & BIT(2)) {
93 } else if (byte & BIT(1)) {
96 } else if (byte & BIT(0)) {
107 if (byte & BIT(2)) {
108 ALOGV("24bit");
    [all...]
AudioUtil.h 21 #define BIT(nr) (1UL << (nr))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2bth.h 66 #define BIT(b) (1 << (b))
69 #define MSC_FC_BIT BIT(1)
70 #define MSC_RTC_BIT BIT(2)
71 #define MSC_RTR_BIT BIT(3)
72 #define MSC_RESERVED (BIT(4) | BIT(5))
73 #define MSC_IC_BIT BIT(6)
74 #define MSC_DV_BIT BIT(7)
75 #define MSC_BREAK_BIT BIT(1)
  /external/wpa_supplicant_8/src/crypto/
tls.h 89 #define TLS_CONN_ALLOW_SIGN_RSA_MD5 BIT(0)
90 #define TLS_CONN_DISABLE_TIME_CHECKS BIT(1)
91 #define TLS_CONN_DISABLE_SESSION_TICKET BIT(2)
92 #define TLS_CONN_REQUEST_OCSP BIT(3)
93 #define TLS_CONN_REQUIRE_OCSP BIT(4)
94 #define TLS_CONN_DISABLE_TLSv1_1 BIT(5)
95 #define TLS_CONN_DISABLE_TLSv1_2 BIT(6)
96 #define TLS_CONN_EAP_FAST BIT(7)
97 #define TLS_CONN_DISABLE_TLSv1_0 BIT(8)
98 #define TLS_CONN_EXT_CERT_CHECK BIT(9
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 319 #define CFG_CHANGED_DEVICE_NAME BIT(0)
320 #define CFG_CHANGED_CONFIG_METHODS BIT(1)
321 #define CFG_CHANGED_DEVICE_TYPE BIT(2)
322 #define CFG_CHANGED_OS_VERSION BIT(3)
323 #define CFG_CHANGED_UUID BIT(4)
324 #define CFG_CHANGED_COUNTRY BIT(5)
325 #define CFG_CHANGED_SEC_DEVICE_TYPE BIT(6)
326 #define CFG_CHANGED_P2P_SSID_POSTFIX BIT(7)
327 #define CFG_CHANGED_WPS_STRING BIT(8)
328 #define CFG_CHANGED_P2P_INTRA_BSS BIT(9
    [all...]
bss.h 14 #define WPA_BSS_QUAL_INVALID BIT(0)
15 #define WPA_BSS_NOISE_INVALID BIT(1)
16 #define WPA_BSS_LEVEL_INVALID BIT(2)
17 #define WPA_BSS_LEVEL_DBM BIT(3)
18 #define WPA_BSS_AUTHENTICATED BIT(4)
19 #define WPA_BSS_ASSOCIATED BIT(5)
20 #define WPA_BSS_ANQP_FETCH_TRIED BIT(6)
  /external/mksh/src/
sh.h 201 * These types are exactly 32 bit wide; signed and unsigned
493 /* define bit in flag */
494 #define BIT(i) (1 << (i))
499 * not a char that is used often. Also, can't use the high bit as it causes
777 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
778 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
918 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
919 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
920 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
921 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL *
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 129 #define WPA_CAPABILITY_PREAUTH BIT(0)
130 #define WPA_CAPABILITY_NO_PAIRWISE BIT(1)
133 #define WPA_CAPABILITY_MFPR BIT(6)
134 #define WPA_CAPABILITY_MFPC BIT(7)
136 #define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9)
137 #define WPA_CAPABILITY_SPP_A_MSDU_CAPABLE BIT(10)
138 #define WPA_CAPABILITY_SPP_A_MSDU_REQUIRED BIT(11)
139 #define WPA_CAPABILITY_PBAC BIT(12)
140 #define WPA_CAPABILITY_EXT_KEY_ID_FOR_UNICAST BIT(13)
152 #define WPA_KEY_INFO_TYPE_MASK ((u16) (BIT(0) | BIT(1) | BIT(2))
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_isp.h 21 #define BIT(nr) (1UL << (nr))
396 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
397 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
399 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
400 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
401 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
402 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
404 #define VFE_OUTPUTS_PREVIEW BIT(6)
405 #define VFE_OUTPUTS_VIDEO BIT(7)
406 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 16 #define BIT(nr) (1UL << (nr))
349 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
350 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
351 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
352 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
353 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
354 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
355 #define VFE_OUTPUTS_PREVIEW BIT(6)
356 #define VFE_OUTPUTS_VIDEO BIT(7)
357 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_isp.h 21 #define BIT(nr) (1UL << (nr))
390 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
391 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
392 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
394 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
395 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
396 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
397 #define VFE_OUTPUTS_PREVIEW BIT(6)
399 #define VFE_OUTPUTS_VIDEO BIT(7)
400 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_isp.h 4 #define BIT(nr) (1UL << (nr))
324 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
325 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
326 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
327 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
328 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
329 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
330 #define VFE_OUTPUTS_PREVIEW BIT(6)
331 #define VFE_OUTPUTS_VIDEO BIT(7)
332 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_isp.h 21 #define BIT(nr) (1UL << (nr))
390 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
391 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
392 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
394 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
395 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
396 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
397 #define VFE_OUTPUTS_PREVIEW BIT(6)
399 #define VFE_OUTPUTS_VIDEO BIT(7)
400 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_isp.h 4 #define BIT(nr) (1UL << (nr))
324 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
325 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
326 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
327 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
328 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
329 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
330 #define VFE_OUTPUTS_PREVIEW BIT(6)
331 #define VFE_OUTPUTS_VIDEO BIT(7)
332 #define VFE_OUTPUTS_RAW BIT(8
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86.h 154 #ifndef BIT
155 #define BIT(n) (1<<n)
186 if (reg_edx & BIT(23)) flags |= HAS_MMX;
188 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
190 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
192 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
194 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
196 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
198 // bits 27 (OSXSAVE) & 28 (256-bit AVX)
199 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28)))
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.h 22 #define BIT(obj,st) (((obj) >> (st)) & 1)
25 ((long) (BITS(obj,st,fn) | ((long) BIT(obj,fn) * ~ SUBMASK(fn - st))))
trace.c 119 /* Addresses for calling Thumb functions have the bit 0 set.
120 Here are some macros to test, set, or clear bit 0 of addresses. */
208 if (BIT(this_instr, 25)) {
289 if (!BIT(this_instr, 20)
293 if (BIT(this_instr, 22))
302 if (BIT(this_instr, 24)) {
306 if (BIT(this_instr, 25)) {
315 if (BIT(this_instr, 23))
330 if (!BIT(this_instr, 20))
333 if (BIT(this_instr, 15))
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
Types.java 39 * <code>BIT</code>.
41 public final static int BIT = -7;
  /external/wpa_supplicant_8/src/utils/
bitfield.c 40 void bitfield_set(struct bitfield *bf, size_t bit)
42 if (bit >= bf->max_bits)
44 bf->bits[bit / 8] |= BIT(bit % 8);
48 void bitfield_clear(struct bitfield *bf, size_t bit)
50 if (bit >= bf->max_bits)
52 bf->bits[bit / 8] &= ~BIT(bit % 8)
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
tdlsCommand.h 68 #define IS_GLOBAL_TDLS_SUPPORTED BIT(0)
69 #define IS_PER_MAC_TDLS_SUPPORTED BIT(1)
70 #define IS_OFF_CHANNEL_TDLS_SUPPORTED BIT(2)
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 189 #define BIT(nz, n) (!!((nz) & (1 << (n))))
197 top_nz[0] = BIT(tnz, 12);
198 top_nz[1] = BIT(tnz, 13);
199 top_nz[2] = BIT(tnz, 14);
200 top_nz[3] = BIT(tnz, 15);
202 top_nz[4] = BIT(tnz, 18);
203 top_nz[5] = BIT(tnz, 19);
205 top_nz[6] = BIT(tnz, 22);
206 top_nz[7] = BIT(tnz, 23);
208 top_nz[8] = BIT(tnz, 24)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 115 #ifndef BIT
116 #define BIT(n) (1<<n)
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(5)) flags |= HAS_AVX2
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 12 #define EAPOL_SM_PREAUTH BIT(0)
13 #define EAPOL_SM_WAIT_START BIT(1)
14 #define EAPOL_SM_USES_WPA BIT(2)
15 #define EAPOL_SM_FROM_PMKSA_CACHE BIT(3)
  /external/iw/
util.c 83 /* skip this byte and leave mask bit unset */
559 PRINT_HT_CAP((cap & BIT(0)), "RX LDPC");
560 PRINT_HT_CAP((cap & BIT(1)), "HT20/HT40");
561 PRINT_HT_CAP(!(cap & BIT(1)), "HT20");
567 PRINT_HT_CAP((cap & BIT(4)), "RX Greenfield");
568 PRINT_HT_CAP((cap & BIT(5)), "RX HT20 SGI");
569 PRINT_HT_CAP((cap & BIT(6)), "RX HT40 SGI");
570 PRINT_HT_CAP((cap & BIT(7)), "TX STBC");
577 PRINT_HT_CAP((cap & BIT(10)), "HT Delayed Block Ack");
579 PRINT_HT_CAP(!(cap & BIT(11)), "Max AMSDU length: 3839 bytes")
    [all...]

Completed in 2280 milliseconds

12 3 4 5 6 7