Searched defs:base (Results 1 - 25 of 5037) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/blast/
H A Dblast.c247 * This is the base-2 logarithm of the dictionary size minus six.
306 static const short base[16] = { /* base for length codes */ local
330 len = base[symbol] + bits(s, extra[symbol]);
/external/zlib/src/contrib/infback9/
H A Dinftree9.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
177 base = extra = work; /* dummy value--not used */
181 base = lbase;
182 base -= 257;
188 base = dbase;
219 this.val = base[wor
[all...]
/external/zlib/src/
H A Dinftrees.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
183 base = extra = work; /* dummy value--not used */
187 base = lbase;
188 base -= 257;
194 base = dbase;
225 here.val = base[wor
[all...]
H A Dtrees.c120 int extra_base; /* base index for extra_bits */
496 int base = desc->stat_desc->extra_base; local
523 if (n >= base) xbits = extra[n-base];
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, argument
163 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) !=
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, argument
33 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 ||
H A Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, argument
706 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK ||
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_openssl.c316 int crypto_mod_exp(const u8 *base, size_t base_len, argument
329 bn_base = BN_bin2bn(base, base_len, NULL);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c323 char * http_link_update(char *url, const char *base) argument
338 if (os_strncmp(base, "http://", 7) != 0)
339 return url; /* unable to handle base URL */
341 len = os_strlen(url) + 1 + os_strlen(base) + 1;
347 pos = os_strchr(base + 7, '/');
349 os_snprintf(n, len, "%s%s", base, url);
351 os_memcpy(n, base, pos - base);
352 os_memcpy(n + (pos - base), url, os_strlen(url) + 1);
355 pos = os_strrchr(base
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, argument
163 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) !=
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, argument
33 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 ||
H A Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, argument
706 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK ||
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_openssl.c316 int crypto_mod_exp(const u8 *base, size_t base_len, argument
329 bn_base = BN_bin2bn(base, base_len, NULL);
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c323 char * http_link_update(char *url, const char *base) argument
338 if (os_strncmp(base, "http://", 7) != 0)
339 return url; /* unable to handle base URL */
341 len = os_strlen(url) + 1 + os_strlen(base) + 1;
347 pos = os_strchr(base + 7, '/');
349 os_snprintf(n, len, "%s%s", base, url);
351 os_memcpy(n, base, pos - base);
352 os_memcpy(n + (pos - base), url, os_strlen(url) + 1);
355 pos = os_strrchr(base
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan_exponential.c17 int base; member in struct:autoscan_exponential_data
32 data->base = atoi(params);
59 wpa_printf(MSG_DEBUG, "autoscan exponential: base exponential is %d "
60 "and limit is %d", data->base, data->limit);
88 data->interval = data->base;
90 data->interval = data->interval * data->base;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, argument
163 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) !=
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, argument
33 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 ||
H A Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, argument
706 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK ||
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, argument
H A Dcrypto_openssl.c316 int crypto_mod_exp(const u8 *base, size_t base_len, argument
329 bn_base = BN_bin2bn(base, base_len, NULL);

Completed in 1057 milliseconds

1234567891011>>