/external/linux-tools-perf/util/ |
D | xyarray.c | 4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new() argument 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
|
D | xyarray.h | 12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
|
/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_internal.c | 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument 39 m = xlen / 40; in fips186_2_prf()
|
D | fips_prf_openssl.c | 26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument 47 m = xlen / 40; in fips186_2_prf()
|
D | fips_prf_cryptoapi.c | 15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
|
D | fips_prf_nss.c | 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
|
D | fips_prf_gnutls.c | 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
|
D | crypto.h | 84 size_t xlen);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_openssl.c | 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument 126 m = xlen / 40; in fips186_2_prf()
|
D | crypto.h | 71 size_t xlen);
|
D | crypto_gnutls.c | 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument
|
D | sha1.c | 417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() argument 438 m = xlen / 40; in fips186_2_prf()
|
/external/speex/libspeex/ |
D | resample.c | 859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; in speex_resampler_process_int() local 866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen; in speex_resampler_process_int() 901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); in speex_resampler_process_float() local 915 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen; in speex_resampler_process_float()
|
/external/openssl/ssl/ |
D | d1_both.c | 359 int xlen; in dtls1_do_write() local 371 xlen = ret; in dtls1_do_write() 376 xlen = ret - DTLS1_HM_HEADER_LENGTH; in dtls1_do_write() 379 ssl3_finish_mac(s, p, xlen); in dtls1_do_write()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 325 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() argument 327 dest[xlen] = mul_1(dest, x, xlen, y[0]); in mul() 331 for (unsigned j = 0; j < xlen; ++j) { in mul() 351 dest[i+xlen] = carry; in mul()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_sim_common.c | 27 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf() argument 29 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.c | 22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf() argument 24 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|