/external/kernel-headers/original/asm-mips/ip32/ |
D | mace.h | 26 #define MACEPCI_ERROR_MASTER_ABORT BIT(31) 27 #define MACEPCI_ERROR_TARGET_ABORT BIT(30) 28 #define MACEPCI_ERROR_DATA_PARITY_ERR BIT(29) 29 #define MACEPCI_ERROR_RETRY_ERR BIT(28) 30 #define MACEPCI_ERROR_ILLEGAL_CMD BIT(27) 31 #define MACEPCI_ERROR_SYSTEM_ERR BIT(26) 32 #define MACEPCI_ERROR_INTERRUPT_TEST BIT(25) 33 #define MACEPCI_ERROR_PARITY_ERR BIT(24) 34 #define MACEPCI_ERROR_OVERRUN BIT(23) 35 #define MACEPCI_ERROR_RSVD BIT(22) [all …]
|
D | crime.h | 50 #define MACE_VID_IN1_INT BIT(0) 51 #define MACE_VID_IN2_INT BIT(1) 52 #define MACE_VID_OUT_INT BIT(2) 53 #define MACE_ETHERNET_INT BIT(3) 54 #define MACE_SUPERIO_INT BIT(4) 55 #define MACE_MISC_INT BIT(5) 56 #define MACE_AUDIO_INT BIT(6) 57 #define MACE_PCI_BRIDGE_INT BIT(7) 58 #define MACEPCI_SCSI0_INT BIT(8) 59 #define MACEPCI_SCSI1_INT BIT(9) [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 28 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) 30 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4) 83 #define WLAN_CAPABILITY_ESS BIT(0) 84 #define WLAN_CAPABILITY_IBSS BIT(1) 85 #define WLAN_CAPABILITY_CF_POLLABLE BIT(2) 86 #define WLAN_CAPABILITY_CF_POLL_REQUEST BIT(3) 87 #define WLAN_CAPABILITY_PRIVACY BIT(4) 88 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5) 89 #define WLAN_CAPABILITY_PBCC BIT(6) 90 #define WLAN_CAPABILITY_CHANNEL_AGILITY BIT(7) [all …]
|
D | defs.h | 21 #define WPA_CIPHER_NONE BIT(0) 22 #define WPA_CIPHER_WEP40 BIT(1) 23 #define WPA_CIPHER_WEP104 BIT(2) 24 #define WPA_CIPHER_TKIP BIT(3) 25 #define WPA_CIPHER_CCMP BIT(4) 27 #define WPA_CIPHER_AES_128_CMAC BIT(5) 29 #define WPA_CIPHER_GCMP BIT(6) 31 #define WPA_KEY_MGMT_IEEE8021X BIT(0) 32 #define WPA_KEY_MGMT_PSK BIT(1) 33 #define WPA_KEY_MGMT_NONE BIT(2) [all …]
|
D | wpa_ctrl.h | 157 #define WPA_BSS_MASK_ID BIT(0) 158 #define WPA_BSS_MASK_BSSID BIT(1) 159 #define WPA_BSS_MASK_FREQ BIT(2) 160 #define WPA_BSS_MASK_BEACON_INT BIT(3) 161 #define WPA_BSS_MASK_CAPABILITIES BIT(4) 162 #define WPA_BSS_MASK_QUAL BIT(5) 163 #define WPA_BSS_MASK_NOISE BIT(6) 164 #define WPA_BSS_MASK_LEVEL BIT(7) 165 #define WPA_BSS_MASK_TSF BIT(8) 166 #define WPA_BSS_MASK_AGE BIT(9) [all …]
|
D | wpa_common.h | 112 #define WPA_CAPABILITY_PREAUTH BIT(0) 113 #define WPA_CAPABILITY_NO_PAIRWISE BIT(1) 116 #define WPA_CAPABILITY_MFPR BIT(6) 117 #define WPA_CAPABILITY_MFPC BIT(7) 119 #define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9) 120 #define WPA_CAPABILITY_SPP_A_MSDU_CAPABLE BIT(10) 121 #define WPA_CAPABILITY_SPP_A_MSDU_REQUIRED BIT(11) 122 #define WPA_CAPABILITY_PBAC BIT(12) 123 #define WPA_CAPABILITY_EXT_KEY_ID_FOR_UNICAST BIT(13) 135 #define WPA_KEY_INFO_TYPE_MASK ((u16) (BIT(0) | BIT(1) | BIT(2))) [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
D | ieee802_11_defs.h | 34 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) 36 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4) 83 #define WLAN_CAPABILITY_ESS BIT(0) 84 #define WLAN_CAPABILITY_IBSS BIT(1) 85 #define WLAN_CAPABILITY_CF_POLLABLE BIT(2) 86 #define WLAN_CAPABILITY_CF_POLL_REQUEST BIT(3) 87 #define WLAN_CAPABILITY_PRIVACY BIT(4) 88 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5) 89 #define WLAN_CAPABILITY_PBCC BIT(6) 90 #define WLAN_CAPABILITY_CHANNEL_AGILITY BIT(7) [all …]
|
D | defs.h | 27 #define WPA_CIPHER_NONE BIT(0) 28 #define WPA_CIPHER_WEP40 BIT(1) 29 #define WPA_CIPHER_WEP104 BIT(2) 30 #define WPA_CIPHER_TKIP BIT(3) 31 #define WPA_CIPHER_CCMP BIT(4) 33 #define WPA_CIPHER_AES_128_CMAC BIT(5) 36 #define WPA_KEY_MGMT_IEEE8021X BIT(0) 37 #define WPA_KEY_MGMT_PSK BIT(1) 38 #define WPA_KEY_MGMT_NONE BIT(2) 39 #define WPA_KEY_MGMT_IEEE8021X_NO_WPA BIT(3) [all …]
|
D | wpa_common.h | 112 #define WPA_CAPABILITY_PREAUTH BIT(0) 113 #define WPA_CAPABILITY_NO_PAIRWISE BIT(1) 116 #define WPA_CAPABILITY_MFPR BIT(6) 117 #define WPA_CAPABILITY_MFPC BIT(7) 118 #define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9) 129 #define WPA_KEY_INFO_TYPE_MASK ((u16) (BIT(0) | BIT(1) | BIT(2))) 130 #define WPA_KEY_INFO_TYPE_HMAC_MD5_RC4 BIT(0) 131 #define WPA_KEY_INFO_TYPE_HMAC_SHA1_AES BIT(1) 133 #define WPA_KEY_INFO_KEY_TYPE BIT(3) /* 1 = Pairwise, 0 = Group key */ 135 #define WPA_KEY_INFO_KEY_INDEX_MASK (BIT(4) | BIT(5)) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 3addr-16bit.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -asm-verbose=false | FileCheck %s -check-prefix=64BIT 8 ; 32BIT: t1: 9 ; 32BIT: movw 20(%esp), %ax 10 ; 32BIT-NOT: movw %ax, %cx 11 ; 32BIT: leal 1(%eax), %ecx 13 ; 64BIT: t1: 14 ; 64BIT-NOT: movw %si, %ax 15 ; 64BIT: leal 1(%rsi), %eax 30 ; 32BIT: t2: 31 ; 32BIT: movw 20(%esp), %ax [all …]
|
/external/mksh/src/ |
D | sh.h | 344 #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(5) /* restore SIG_DFL just before exec */ [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 13 #define WLAN_STA_AUTH BIT(0) 14 #define WLAN_STA_ASSOC BIT(1) 15 #define WLAN_STA_PS BIT(2) 16 #define WLAN_STA_TIM BIT(3) 17 #define WLAN_STA_PERM BIT(4) 18 #define WLAN_STA_AUTHORIZED BIT(5) 19 #define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */ 20 #define WLAN_STA_SHORT_PREAMBLE BIT(7) 21 #define WLAN_STA_PREAUTH BIT(8) 22 #define WLAN_STA_WMM BIT(9) [all …]
|
D | ap_config.h | 368 #define P2P_ENABLED BIT(0) 369 #define P2P_GROUP_OWNER BIT(1) 370 #define P2P_GROUP_FORMATION BIT(2) 371 #define P2P_MANAGE BIT(3) 372 #define P2P_ALLOW_CROSS_CONNECTION BIT(4) 378 #define TDLS_PROHIBIT BIT(0) 379 #define TDLS_PROHIBIT_CHAN_SWITCH BIT(1)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 202 #define CFG_CHANGED_DEVICE_NAME BIT(0) 203 #define CFG_CHANGED_CONFIG_METHODS BIT(1) 204 #define CFG_CHANGED_DEVICE_TYPE BIT(2) 205 #define CFG_CHANGED_OS_VERSION BIT(3) 206 #define CFG_CHANGED_UUID BIT(4) 207 #define CFG_CHANGED_COUNTRY BIT(5) 208 #define CFG_CHANGED_SEC_DEVICE_TYPE BIT(6) 209 #define CFG_CHANGED_P2P_SSID_POSTFIX BIT(7) 210 #define CFG_CHANGED_WPS_STRING BIT(8) 211 #define CFG_CHANGED_P2P_INTRA_BSS BIT(9) [all …]
|
D | 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/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | 3dfx_regs.h | 65 #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/kernel-headers/original/media/ |
D | msm_isp.h | 16 #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(8) [all …]
|
D | msm_camera.h | 32 #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(2) [all …]
|
/external/webp/src/enc/ |
D | iterator.c | 187 #define BIT(nz, n) (!!((nz) & (1 << (n)))) macro 195 top_nz[0] = BIT(tnz, 12); in VP8IteratorNzToBytes() 196 top_nz[1] = BIT(tnz, 13); in VP8IteratorNzToBytes() 197 top_nz[2] = BIT(tnz, 14); in VP8IteratorNzToBytes() 198 top_nz[3] = BIT(tnz, 15); in VP8IteratorNzToBytes() 200 top_nz[4] = BIT(tnz, 18); in VP8IteratorNzToBytes() 201 top_nz[5] = BIT(tnz, 19); in VP8IteratorNzToBytes() 203 top_nz[6] = BIT(tnz, 22); in VP8IteratorNzToBytes() 204 top_nz[7] = BIT(tnz, 23); in VP8IteratorNzToBytes() 206 top_nz[8] = BIT(tnz, 24); in VP8IteratorNzToBytes() [all …]
|
/external/libvpx/vpx_ports/ |
D | x86.h | 78 #ifndef BIT 79 #define BIT(n) (1<<n) macro 111 if (reg_edx & BIT(23)) flags |= HAS_MMX; in x86_simd_caps() 113 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps() 115 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */ in x86_simd_caps() 117 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps() 119 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps() 121 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 76 #define P2P_DEV_PROBE_REQ_ONLY BIT(0) 77 #define P2P_DEV_REPORTED BIT(1) 78 #define P2P_DEV_NOT_YET_READY BIT(2) 79 #define P2P_DEV_SD_INFO BIT(3) 80 #define P2P_DEV_SD_SCHEDULE BIT(4) 81 #define P2P_DEV_PD_PEER_DISPLAY BIT(5) 82 #define P2P_DEV_PD_PEER_KEYPAD BIT(6) 83 #define P2P_DEV_USER_REJECTED BIT(7) 84 #define P2P_DEV_PEER_WAITING_RESPONSE BIT(8) 85 #define P2P_DEV_PREFER_PERSISTENT_GROUP BIT(9) [all …]
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | 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/ppp/pppd/ |
D | ipxcp.c | 226 #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(cishort); [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 57 #define HOSTAPD_MODE_FLAG_HT_INFO_KNOWN BIT(0) 125 #define WPA_SCAN_QUAL_INVALID BIT(0) 126 #define WPA_SCAN_NOISE_INVALID BIT(1) 127 #define WPA_SCAN_LEVEL_INVALID BIT(2) 128 #define WPA_SCAN_LEVEL_DBM BIT(3) 129 #define WPA_SCAN_AUTHENTICATED BIT(4) 130 #define WPA_SCAN_ASSOCIATED BIT(5) 976 #define WPA_STA_AUTHORIZED BIT(0) 977 #define WPA_STA_WMM BIT(1) 978 #define WPA_STA_SHORT_PREAMBLE BIT(2) [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | config_ssid.h | 178 #define EAPOL_FLAG_REQUIRE_KEY_UNICAST BIT(0) 179 #define EAPOL_FLAG_REQUIRE_KEY_BROADCAST BIT(1)
|