Home
last modified time | relevance | path

Searched defs:xlen (Results 1 – 19 of 19) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DGzipSource.java130 int xlen = source.buffer().readShortLe(); in consumeHeader() local
132 if (fhcrc) updateCrc(source.buffer(), 0, xlen); in consumeHeader() local
/external/wpa_supplicant_8/src/crypto/
Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dfips_prf_openssl.c48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string.pass.cpp34 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
Dsize_size_pointer.pass.cpp37 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Diter_iter_string.pass.cpp30 typename S::size_type xlen = last - first; in test() local
Dsize_size_size_char.pass.cpp36 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Diter_iter_pointer.pass.cpp30 typename S::size_type xlen = last - first; in test() local
Diter_iter_size_char.pass.cpp31 typename S::size_type xlen = last - first; in test() local
Diter_iter_pointer_size.pass.cpp31 typename S::size_type xlen = last - first; in test() local
Diter_iter_iter_iter.pass.cpp29 typename S::size_type xlen = last - first; in test() local
Dsize_size_pointer_size.pass.cpp38 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Dsize_size_string_size_size.pass.cpp38 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
63 typename S::size_type xlen = std::min(n1, old_size - pos1); in test_npos() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c134 unsigned long long xlen) { in fe1305x2_frombytearray()
/external/iputils/ninfod/
Dni_ifaddrs.c319 size_t dlen, xlen; in ni_ifaddrs() local
/external/speex/libspeex/
Dresample.c859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; in speex_resampler_process_int() local
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); in speex_resampler_process_float() local
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf()
/external/llvm/lib/Support/
DAPInt.cpp326 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul()