Home
last modified time | relevance | path

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

123

/external/okio/okio/src/zlibTest/kotlin/okio/
DGzipKotlinTest.kt40 val xlen = 0xffff in <lambda>() constant
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DGzipSource.java132 int xlen = source.buffer().readShortLe(); in consumeHeader() local
134 if (fhcrc) updateCrc(source.buffer(), 0, xlen); in consumeHeader() local
/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/dtc/tests/
Dsetprop_inplace.c27 int xlen, i; in main() 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_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
Dfips_prf_openssl.c61 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
/external/okio/okio/src/zlibMain/kotlin/okio/
DGzipSource.kt118 val xlen = (source.buffer.readShortLe().toInt() and 0xffff).toLong() in consumeHeader() constant
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer.pass.cpp35 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Dsize_size_string.pass.cpp34 typename S::size_type xlen = std::min(n1, old_size - pos1); 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_size_char.pass.cpp30 typename S::size_type xlen = last - first; in test() local
Dsize_size_string_view.pass.cpp34 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
Diter_iter_string.pass.cpp29 typename S::size_type xlen = last - first; in test() local
Diter_iter_string_view.pass.cpp29 typename S::size_type xlen = last - first; in test() local
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer.pass.cpp32 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Dsize_size_string.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
Dsize_size_size_char.pass.cpp37 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Diter_iter_size_char.pass.cpp32 typename S::size_type xlen = last - first; in test() local
Dsize_size_string_view.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
Diter_iter_string.pass.cpp27 typename S::size_type xlen = last - first; in test() local
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer.pass.cpp32 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Dsize_size_size_char.pass.cpp37 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
Dsize_size_string.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
Dsize_size_string_view.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local

123