HomeSort by relevance Sort by last modified time
    Searched refs:BIT (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 55 * EAP_CONFIG_FLAGS_PASSWORD_NTHASH bit set to 1. NtPasswordHash can
650 #define EAP_CONFIG_FLAGS_PASSWORD_NTHASH BIT(0)
651 #define EAP_CONFIG_FLAGS_EXT_PASSWORD BIT(1)
657 * bit 0 = password is represented as a 16-byte NtPasswordHash value
659 * bit 1 = password is stored in external storage; the value in the
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 228 #define BIT(nz, n) (!!((nz) & (1 << (n))))
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(tnz, 24)
    [all...]
  /external/webp/src/enc/
iterator.c 228 #define BIT(nz, n) (!!((nz) & (1 << (n))))
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(tnz, 24)
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 83 #define P2P_DEV_PROBE_REQ_ONLY BIT(0)
84 #define P2P_DEV_REPORTED BIT(1)
85 #define P2P_DEV_NOT_YET_READY BIT(2)
86 #define P2P_DEV_PD_PEER_DISPLAY BIT(5)
87 #define P2P_DEV_PD_PEER_KEYPAD BIT(6)
88 #define P2P_DEV_USER_REJECTED BIT(7)
89 #define P2P_DEV_PEER_WAITING_RESPONSE BIT(8)
90 #define P2P_DEV_PREFER_PERSISTENT_GROUP BIT(9)
91 #define P2P_DEV_WAIT_GO_NEG_RESPONSE BIT(10)
92 #define P2P_DEV_WAIT_GO_NEG_CONFIRM BIT(11
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 36 #define BIT(nr) (1UL << (nr))
419 #define CMD_AXI_CFG_PRIM BIT(8)
420 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
421 #define CMD_AXI_CFG_SEC BIT(10)
422 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
424 #define CMD_AXI_CFG_TERT1 BIT(12)
425 #define CMD_AXI_CFG_TERT2 BIT(13)
431 #define AXI_CMD_PREVIEW BIT(0)
432 #define AXI_CMD_CAPTURE BIT(1)
434 #define AXI_CMD_RECORD BIT(2
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 33 #define BIT(nr) (1UL << (nr))
542 #define CMD_AXI_CFG_PRIM BIT(8)
543 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
544 #define CMD_AXI_CFG_SEC BIT(10)
545 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
546 #define CMD_AXI_CFG_TERT1 BIT(12)
547 #define CMD_AXI_CFG_TERT2 BIT(13)
556 #define AXI_CMD_PREVIEW BIT(0)
557 #define AXI_CMD_CAPTURE BIT(1)
558 #define AXI_CMD_RECORD BIT(2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hard-reg-set.h 1 /* Sets (bit vectors) of hard registers, and operations on them.
70 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
83 and store into TO. COMPL_HARD_REG_SET complements each bit.
103 #define SET_HARD_REG_BIT(SET, BIT) \
104 ((SET) |= HARD_CONST (1) << (BIT))
105 #define CLEAR_HARD_REG_BIT(SET, BIT) \
106 ((SET) &= ~(HARD_CONST (1) << (BIT)))
107 #define TEST_HARD_REG_BIT(SET, BIT) \
108 (!!((SET) & (HARD_CONST (1) << (BIT))))
147 #define SET_HARD_REG_BIT(SET, BIT) \
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 35 #define BIT(nr) (1UL << (nr))
424 #define CMD_AXI_CFG_PRIM BIT(8)
425 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
426 #define CMD_AXI_CFG_SEC BIT(10)
427 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
429 #define CMD_AXI_CFG_TERT1 BIT(12)
430 #define CMD_AXI_CFG_TERT2 BIT(13)
435 #define AXI_CMD_PREVIEW BIT(0)
436 #define AXI_CMD_CAPTURE BIT(1)
437 #define AXI_CMD_RECORD BIT(2
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 32 #define BIT(nr) (1UL << (nr))
490 #define CMD_AXI_CFG_PRIM BIT(8)
491 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
492 #define CMD_AXI_CFG_SEC BIT(10)
493 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
494 #define CMD_AXI_CFG_TERT1 BIT(12)
495 #define CMD_AXI_CFG_TERT2 BIT(13)
501 #define AXI_CMD_PREVIEW BIT(0)
502 #define AXI_CMD_CAPTURE BIT(1)
503 #define AXI_CMD_RECORD BIT(2
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 387 #define P2P_ENABLED BIT(0)
388 #define P2P_GROUP_OWNER BIT(1)
389 #define P2P_GROUP_FORMATION BIT(2)
390 #define P2P_MANAGE BIT(3)
391 #define P2P_ALLOW_CROSS_CONNECTION BIT(4)
403 #define TDLS_PROHIBIT BIT(0)
404 #define TDLS_PROHIBIT_CHAN_SWITCH BIT(1)
565 /* Control Spectrum Management bit */
  /external/ppp/pppd/
ipxcp.c 225 /* Used to generate the proper bit mask */
226 #define BIT(num) (1 << (num))
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);
941 #define REJCIPROTO(opt, neg, val, bit) \
1154 wo->router = BIT(IPX_NONE)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 109 #define HOSTAPD_MODE_FLAG_HT_INFO_KNOWN BIT(0)
110 #define HOSTAPD_MODE_FLAG_VHT_INFO_KNOWN BIT(1)
185 #define WPA_SCAN_QUAL_INVALID BIT(0)
186 #define WPA_SCAN_NOISE_INVALID BIT(1)
187 #define WPA_SCAN_LEVEL_INVALID BIT(2)
188 #define WPA_SCAN_LEVEL_DBM BIT(3)
189 #define WPA_SCAN_AUTHENTICATED BIT(4)
190 #define WPA_SCAN_ASSOCIATED BIT(5)
527 * Bit field of WPA_AUTH_ALG_*
609 * the 32-octet (256-bit) PSK, if available. The driver wrapper shoul
    [all...]
driver_hostap.h 200 #define HOSTAP_CRYPT_FLAG_SET_TX_KEY BIT(0)
201 #define HOSTAP_CRYPT_FLAG_PERMANENT BIT(1)
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.c 79 if (BIT(inst, 4)) {
90 res = (uintptr_t)pc_val + (BIT(inst, 4) ? 12 : 8);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 212 #define EAPOL_FLAG_REQUIRE_KEY_UNICAST BIT(0)
213 #define EAPOL_FLAG_REQUIRE_KEY_BROADCAST BIT(1)
215 * eapol_flags - Bit field of IEEE 802.1X/EAPOL options (EAPOL_FLAG_*)
bss.c 27 #define WPA_BSS_FREQ_CHANGED_FLAG BIT(0)
28 #define WPA_BSS_SIGNAL_CHANGED_FLAG BIT(1)
29 #define WPA_BSS_PRIVACY_CHANGED_FLAG BIT(2)
30 #define WPA_BSS_MODE_CHANGED_FLAG BIT(3)
31 #define WPA_BSS_WPAIE_CHANGED_FLAG BIT(4)
32 #define WPA_BSS_RSNIE_CHANGED_FLAG BIT(5)
33 #define WPA_BSS_WPS_CHANGED_FLAG BIT(6)
34 #define WPA_BSS_RATES_CHANGED_FLAG BIT(7)
35 #define WPA_BSS_IES_CHANGED_FLAG BIT(8)
  /external/libunwind/tests/
Gia64-test-nat.c 26 /* This file tests corner-cases of NaT-bit handling. */
505 # define BIT(n) ((unw_word_t) 1 << (n))
506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \
507 | BIT(11) | BIT(12) | BIT(13) | BIT(14) | BIT(15)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 32 assertEquals(BIT, -7);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteSwap.h 66 #if CPU(64BIT)
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 129 blitop |= BIT(14);
134 blitop |= BIT(15);
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 234 #define KVM_CPUID_FLAG_SIGNIFCANT_INDEX BIT(0)
235 #define KVM_CPUID_FLAG_STATEFUL_FUNC BIT(1)
236 #define KVM_CPUID_FLAG_STATE_READ_NEXT BIT(2)
  /external/deqp/framework/common/
tcuFormatUtil.hpp 77 deUint64 bit; member in class:tcu::Format::BitDesc
80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {}
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
101 if (curDesc->bit & bitsLeft)
106 bitsLeft ^= curDesc->bit;
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 214 #define KVM_CPUID_FLAG_SIGNIFCANT_INDEX BIT(0)
215 #define KVM_CPUID_FLAG_STATEFUL_FUNC BIT(1)
216 #define KVM_CPUID_FLAG_STATE_READ_NEXT BIT(2)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
kvm.h 234 #define KVM_CPUID_FLAG_SIGNIFCANT_INDEX BIT(0)
235 #define KVM_CPUID_FLAG_STATEFUL_FUNC BIT(1)
236 #define KVM_CPUID_FLAG_STATE_READ_NEXT BIT(2)
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 13 #define WPABUF_FLAG_EXT_DATA BIT(0)

Completed in 2441 milliseconds

1 23 4 5 6