Home
last modified time | relevance | path

Searched defs:buffer_length (Results 1 – 25 of 42) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo() local
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo() local
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom() local
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom() local
/external/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Ddeflate_fuzzer.cc24 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/external/v8/third_party/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/zlib/
Dzlib_uncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Dzlib_uncompress2_fuzzer.cc11 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/external/oss-fuzz/projects/bad_example/
Dbad_example_fuzzer.cc36 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc171 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_AcquireInfeedBufferForDequeue()
195 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
214 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
238 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp387 int buffer_length, in DoubleToAscii()
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_detector_unittest.cc80 const size_t buffer_length = sample_rate_hz * ts::kChunkSizeMs / 1000; in TEST() local
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter_test.cc140 int buffer_length = tflite::ElementCount(*cur_tensor->dims); in TF_LITE_MICRO_TEST() local
169 int buffer_length = tflite::ElementCount(*cur_tensor->dims); in TF_LITE_MICRO_TEST() local
/external/google-breakpad/src/common/mac/
Dfile_id.cc86 char *buffer, int buffer_length) { in ConvertIdentifierToString()
/external/dynamic_depth/internal/dynamic_depth/
Ddepth_jpeg.cc20 int32_t ValidateAndroidDynamicDepthBuffer(const char* buffer, size_t buffer_length) { in ValidateAndroidDynamicDepthBuffer()
/external/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc63 int buffer_length) { in SaveFile()
/external/libaom/libaom/av1/common/
Dobu_util.c97 aom_codec_err_t aom_read_obu_header(uint8_t *buffer, size_t buffer_length, in aom_read_obu_header()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc534 size_t buffer_length, in WritePictureIDFields()
565 size_t buffer_length, in WriteTl0PicIdxFields()
580 size_t buffer_length, in WriteTIDAndKeyIdxFields()
/external/libpng/
Dpngpread.c525 size_t buffer_length) in png_push_restore_buffer()
628 size_t buffer_length) in png_process_IDAT_data()
/external/pdfium/third_party/libpng16/
Dpngpread.c525 size_t buffer_length) in png_push_restore_buffer()
628 size_t buffer_length) in png_process_IDAT_data()
/external/google-breakpad/src/common/linux/
Dfile_id.cc161 char* buffer, int buffer_length) { in ConvertIdentifierToString()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc175 char *buffer, int buffer_length) { in ConvertIdentifierToString()
/external/brotli/python/
D_brotli.cc108 size_t buffer_length = 0; // Request all available output. in compress_stream() local
411 size_t buffer_length = 0; // Request all available output. in decompress_stream() local

12