/external/okhttp/okio/okio/src/main/java/okio/ |
D | GzipSource.java | 130 int xlen = source.buffer().readShortLe(); in consumeHeader() local 132 if (fhcrc) updateCrc(source.buffer(), 0, xlen); in consumeHeader() local
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | GzipSource.java | 132 int xlen = source.buffer().readShortLe(); in consumeHeader() local 134 if (fhcrc) updateCrc(source.buffer(), 0, xlen); in consumeHeader() local
|
/external/dtc/tests/ |
D | setprop_inplace.c | 40 int xlen, i; in main() local
|
/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()
|
D | fips_prf_wolfssl.c | 36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | fips_prf_openssl.c | 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | aes-gcm.c | 103 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/ |
D | size_size_pointer.pass.cpp | 35 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
|
D | size_size_size_char.pass.cpp | 36 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
|
D | size_size_string.pass.cpp | 34 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
|
D | iter_iter_string.pass.cpp | 29 typename S::size_type xlen = last - first; in test() local
|
D | iter_iter_size_char.pass.cpp | 30 typename S::size_type xlen = last - first; in test() local
|
D | size_size_string_view.pass.cpp | 34 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
|
D | iter_iter_string_view.pass.cpp | 29 typename S::size_type xlen = last - first; in test() local
|
D | iter_iter_pointer.pass.cpp | 30 typename S::size_type xlen = last - first; in test() local
|
D | size_size_pointer_size.pass.cpp | 36 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
|
D | iter_iter_pointer_size.pass.cpp | 30 typename S::size_type xlen = last - first; in test() local
|
D | size_size_string_size_size.pass.cpp | 38 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local 72 typename S::size_type xlen = std::min(n1, old_size - pos1); in test_npos() local
|
D | size_size_T_size_size.pass.cpp | 46 SizeT xlen = std::min<SizeT>(n1, old_size - pos1); in test() local 82 SizeT xlen = std::min<SizeT>(n1, old_size - pos1); in test_npos() local
|
D | iter_iter_iter_iter.pass.cpp | 30 typename S::size_type xlen = last - first; in test() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/gzip/ |
D | GzipCompressorInputStream.java | 229 int xlen = inData.readUnsignedByte(); in init() local
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm.c | 137 unsigned long long xlen) { in fe1305x2_frombytearray()
|
/external/dtc/ |
D | data.c | 39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
|
/external/u-boot/scripts/dtc/ |
D | data.c | 39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 57 int xtype, xlen; in toggle_breakpoint() local
|