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

12 3 4

  /external/wpa_supplicant_8/wpa_supplicant/
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)
config_ssid.h 205 #define EAPOL_FLAG_REQUIRE_KEY_UNICAST BIT(0)
206 #define EAPOL_FLAG_REQUIRE_KEY_BROADCAST BIT(1)
208 * eapol_flags - Bit field of IEEE 802.1X/EAPOL options (EAPOL_FLAG_*)
  /external/libvpx/libvpx/vpx_ports/
x86.h 99 #ifndef BIT
100 #define BIT(n) (1<<n)
131 if (reg_edx & BIT(23)) flags |= HAS_MMX;
133 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
135 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
137 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
139 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
141 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
143 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
145 if (reg_ebx & BIT(5)) flags |= HAS_AVX2
    [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...]
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_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...]
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...]
  /hardware/qcom/msm8x74/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...]
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_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...]
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...]
  /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)
  /libcore/luni/src/main/java/java/sql/
Types.java 49 * The type code that identifies the SQL type {@code BIT}.
51 public static final 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...]
  /external/chromium_org/third_party/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...]
  /external/webp/src/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/qcom/audio/legacy/alsa_sound/
AudioUtil.h 21 #define BIT(nr) (1UL << (nr))
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 55 * EAP_CONFIG_FLAGS_PASSWORD_NTHASH bit set to 1. NtPasswordHash can
624 #define EAP_CONFIG_FLAGS_PASSWORD_NTHASH BIT(0)
625 #define EAP_CONFIG_FLAGS_EXT_PASSWORD BIT(1)
631 * bit 0 = password is represented as a 16-byte NtPasswordHash value
633 * bit 1 = password is stored in external storage; the value in the
  /external/wpa_supplicant_8/src/crypto/
tls.h 82 #define TLS_CONN_ALLOW_SIGN_RSA_MD5 BIT(0)
83 #define TLS_CONN_DISABLE_TIME_CHECKS BIT(1)
84 #define TLS_CONN_DISABLE_SESSION_TICKET BIT(2)
85 #define TLS_CONN_REQUEST_OCSP BIT(3)
86 #define TLS_CONN_REQUIRE_OCSP BIT(4)
522 * Returns: Bit field of supported TLS capabilities (TLS_CAPABILITY_*)
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 77 #define P2P_DEV_PROBE_REQ_ONLY BIT(0)
78 #define P2P_DEV_REPORTED BIT(1)
79 #define P2P_DEV_NOT_YET_READY BIT(2)
80 #define P2P_DEV_SD_INFO BIT(3)
81 #define P2P_DEV_SD_SCHEDULE BIT(4)
82 #define P2P_DEV_PD_PEER_DISPLAY BIT(5)
83 #define P2P_DEV_PD_PEER_KEYPAD BIT(6)
84 #define P2P_DEV_USER_REJECTED BIT(7)
85 #define P2P_DEV_PEER_WAITING_RESPONSE BIT(8)
86 #define P2P_DEV_PREFER_PERSISTENT_GROUP BIT(9
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 1 /* Sets (bit vectors) of hard registers, and operations on them.
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
100 #define TEST_HARD_REG_BIT(SET, BIT) \
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
140 #define SET_HARD_REG_BIT(SET, BIT) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 1 /* Sets (bit vectors) of hard registers, and operations on them.
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
100 #define TEST_HARD_REG_BIT(SET, BIT) \
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
140 #define SET_HARD_REG_BIT(SET, BIT) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 1 /* Sets (bit vectors) of hard registers, and operations on them.
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
100 #define TEST_HARD_REG_BIT(SET, BIT) \
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
140 #define SET_HARD_REG_BIT(SET, BIT) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 1 /* Sets (bit vectors) of hard registers, and operations on them.
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
100 #define TEST_HARD_REG_BIT(SET, BIT) \
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
140 #define SET_HARD_REG_BIT(SET, BIT) \
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 381 #define P2P_ENABLED BIT(0)
382 #define P2P_GROUP_OWNER BIT(1)
383 #define P2P_GROUP_FORMATION BIT(2)
384 #define P2P_MANAGE BIT(3)
385 #define P2P_ALLOW_CROSS_CONNECTION BIT(4)
391 #define TDLS_PROHIBIT BIT(0)
392 #define TDLS_PROHIBIT_CHAN_SWITCH BIT(1)

Completed in 2890 milliseconds

12 3 4