Home
last modified time | relevance | path

Searched defs:input_length (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.cc162 size_t input_length = GRPC_SLICE_LENGTH(input); in grpc_chttp2_base64_decode() local
207 size_t input_length = GRPC_SLICE_LENGTH(input); in grpc_chttp2_base64_decode_with_length() local
Dbin_encoder.cc51 size_t input_length = GRPC_SLICE_LENGTH(input); in grpc_chttp2_base64_encode() local
169 size_t input_length = GRPC_SLICE_LENGTH(input); in grpc_chttp2_base64_encode_and_huffman_compress() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc20 size_t input_length; member
108 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
/third_party/glib/glib/
Dgbase64.c413 gsize input_length; in g_base64_decode() local
449 gint input_length, state = 0; in g_base64_decode_inplace() local
Dghostutils.c131 glong input_length; in punycode_encode() local
579 gsize input_length, in punycode_decode()
/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp129 punycode_uint input_length, in punycode_encode()
218 punycode_uint input_length, in punycode_decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java140 public static final int encode( int input_length, in encode()
300 public static final int decode(int input_length, in decode()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
Dencoder_jni.cc112 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
/third_party/skia/third_party/externals/brotli/python/
D_brotli.cc92 uint8_t* input, size_t input_length) { in compress_stream()
397 uint8_t* input, size_t input_length) { in decompress_stream()
/third_party/flutter/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc202 std::vector<size_t> input_length(blocks); in zlib_file() local
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc217 std::vector<size_t> input_length(blocks); in zlib_file() local
/third_party/glib/glib/tests/
Dbase64.c260 gsize len_written, len_read, len_to_read, input_length; in test_base64_encode_incremental_small_block() local
/third_party/grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol_test.cc58 static void randomly_slice(uint8_t* input, size_t input_length, in randomly_slice()
/third_party/libpsl/src/
Dpsl.c418 punycode_uint input_length, n, delta, h, b, bias, j, m, q, k, t; in punycode_encode() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1684 lit_utf8_size_t input_length; in ecma_regexp_exec_helper() local
/third_party/grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc46 static void gsec_randomly_slice(uint8_t* input, size_t input_length, in gsec_randomly_slice()