Searched refs:mask (Results 1 - 25 of 2694) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c768 __u32 mask; local
777 mask = dev->tnodeMask << bitInWord;
779 map[wordInMap] &= ~mask;
780 map[wordInMap] |= (mask & (val << bitInWord));
785 mask = dev->tnodeMask >> (/*dev->tnodeWidth -*/ bitInWord);
786 map[wordInMap] &= ~mask;
787 map[wordInMap] |= (mask & (val >> bitInWord));
H A Dyportenv.h159 #define T(mask,p) do{ if((mask) & (yaffs_traceMask | YAFFS_TRACE_ERROR)) TOUT(p);} while(0)
/external/zlib/src/contrib/infback9/
H A Dinftree9.c52 unsigned mask; /* mask for low root bits */ local
202 mask = used - 1; /* mask for comparing low */
253 if (len > root && (huff & mask) != low) {
278 low = huff & mask;
297 if (drop != 0 && (huff & mask) != low) {
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm149 add r14d, eax ; /* len += hold & mask[op] */
248 mov eax, [rbp+rax*4] ; /* eax = lcode[val+(hold&mask[op])]*/
262 mov eax, [r11+rax*4] ; /* eax = dcode[val+(hold&mask[op])]*/
/external/zlib/src/examples/
H A Dgun.c209 unsigned mask; /* mask for current bits codes */ local
244 mask = 0x1ff;
268 if (end >= mask && bits < max) {
271 mask <<= 1;
272 mask++;
297 code &= mask; /* mask to current code length */
304 bits = 9; /* initialize bits and mask */
305 mask
[all...]
H A Dgzlog.c147 bits under the mask 0x18). The are interpreted as 0: nothing in process,
464 int back, len, mask; local
470 mask = 0x80 >> ((back - 1) & 7); /* mask for block last-bit */
485 buf[2 - len] = (*buf & (mask - 1)) + (last ? mask : 0);
/external/zlib/src/
H A Dinftrees.c52 unsigned mask; /* mask for low root bits */ local
208 mask = used - 1; /* mask for comparing low */
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3748 unsigned mask = (1 << bitdepth) - 1; local
3750 mode_out->key_r = r & mask;
3751 mode_out->key_g = g & mask;
3752 mode_out->key_b = b & mask;
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c44 uint32_t mask = (1 << pos); local
45 uint32_t out = (in | mask);
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc243 cpu_set_t mask; local
244 CPU_ZERO(&mask);
249 CPU_SET(processorNumbers[processor], &mask);
255 sizeof(mask),
256 &mask);
260 sizeof(mask),
261 &mask);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c466 u8 mask[ETH_ALEN] = { 0 }; local
474 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
490 mask[i] |=
499 for (i = 0; i < ETH_ALEN && mask[i] == 0; i++)
505 while (mask[i] != 0) {
506 mask[i] >>= 1;
515 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
520 os_memset(mask, 0xff, ETH_ALEN);
523 mask[i] = 0;
526 mask[
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c425 struct crypto_bignum *mask)
427 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
435 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask,
448 struct crypto_bignum *mask)
450 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
457 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime,
472 struct crypto_bignum *mask; local
475 mask = sae_get_rand_and_mask(sae);
476 if (mask == NULL) {
477 wpa_printf(MSG_DEBUG, "SAE: Could not get rand/mask");
424 sae_derive_commit_element_ecc(struct sae_data *sae, struct crypto_bignum *mask) argument
447 sae_derive_commit_element_ffc(struct sae_data *sae, struct crypto_bignum *mask) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-prf.c95 u8 mask = 0xff << (8 - buf_len_bits % 8); local
96 buf[pos - 1] &= mask;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c213 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode) argument
219 media &= ~mask;
H A Ddriver_nl80211.c5198 wpa_printf(MSG_DEBUG, "nl80211: P2P probe - mask SuppRates");
7781 upd.mask = sta_flags_nl80211(params->flags);
7782 upd.set = upd.mask;
7783 wpa_printf(MSG_DEBUG, " * flags set=0x%x mask=0x%x",
7784 upd.set, upd.mask);
8247 /* mask off frame type and version */
8262 /* mask off frame type, version and DS status */
8274 /* mask off QoS bit */
8281 /* mask off toDS/fromDS */
8291 /* mask of
[all...]
H A Dnl80211_copy.h476 * @NL80211_CMD_SET_TX_BITRATE_MASK: Set the mask of rates to be used in TX
1270 * This can be used to mask out antennas which are not attached or should
1280 * derived from the available chains after applying the antenna mask.
1282 * Drivers may reject configurations or RX/TX mask combinations they cannot
1286 * This can be used to mask out antennas which are not attached or should
2106 * only be used in managed mode (even in the flags mask). Note that the
2134 * struct nl80211_sta_flag_update - station flags mask/set
2135 * @mask: mask of station flags to set
2138 * Both mask an
2141 __u32 mask; member in struct:nl80211_sta_flag_update
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c73 /* since we're expanding to a bit length, mask off the excess */
75 u8 mask = 0xff; local
76 mask <<= (8 - (resultbitlen % 8));
77 result[resultbytelen - 1] &= mask;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pwd.c301 BIGNUM *mask = NULL, *x = NULL, *y = NULL, *cofactor = NULL; local
309 ((mask = BN_new()) == NULL)) {
321 BN_rand_range(mask, data->grp->order) != 1 ||
322 BN_add(data->my_scalar, data->private_value, mask) != 1 ||
331 data->grp->pwe, mask, data->bnctx)) {
343 BN_clear_free(mask);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c192 BIGNUM *mask = NULL, *x = NULL, *y = NULL; local
207 ((mask = BN_new()) == NULL)) {
214 BN_rand_range(mask, data->grp->order) != 1 ||
215 BN_add(data->my_scalar, data->private_value, mask) != 1 ||
224 data->grp->pwe, mask, data->bnctx)) {
237 BN_clear_free(mask);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c100 struct in_addr mask; member in struct:radius_client
420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
421 (addr->s_addr & client->mask.s_addr)) {
1518 int line = 0, mask, failed = 0, i; local
1569 mask = strtol(pos, &end, 10);
1571 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
1577 mask = ipv6 ? 128 : 32;
1592 if (mask <= 32)
1593 mask
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c1067 register mp_digit *tmpc, mask, shift; local
1069 /* mask */
1070 mask = (((mp_digit)1) << D) - 1;
1082 rr = *tmpc & mask;
1412 register mp_digit *tmpc, shift, mask, r, rr; local
1416 mask = (((mp_digit)1) << d) - 1;
1428 rr = (*tmpc >> shift) & mask;
3379 /* mask off higher bits to get a single digit */
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c466 u8 mask[ETH_ALEN] = { 0 }; local
474 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
490 mask[i] |=
499 for (i = 0; i < ETH_ALEN && mask[i] == 0; i++)
505 while (mask[i] != 0) {
506 mask[i] >>= 1;
515 wpa_printf(MSG_ERROR, "Too many bits in the BSSID mask (%u)",
520 os_memset(mask, 0xff, ETH_ALEN);
523 mask[i] = 0;
526 mask[
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c425 struct crypto_bignum *mask)
427 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
435 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask,
448 struct crypto_bignum *mask)
450 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
457 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime,
472 struct crypto_bignum *mask; local
475 mask = sae_get_rand_and_mask(sae);
476 if (mask == NULL) {
477 wpa_printf(MSG_DEBUG, "SAE: Could not get rand/mask");
424 sae_derive_commit_element_ecc(struct sae_data *sae, struct crypto_bignum *mask) argument
447 sae_derive_commit_element_ffc(struct sae_data *sae, struct crypto_bignum *mask) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-prf.c95 u8 mask = 0xff << (8 - buf_len_bits % 8); local
96 buf[pos - 1] &= mask;

Completed in 243 milliseconds

1234567891011>>