Home
last modified time | relevance | path

Searched defs:buffer_length (Results 1 – 25 of 45) 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/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/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/bad_example/
Dbad_example_fuzzer.cc36 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/external/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp387 int buffer_length, in DoubleToAscii()
/external/webrtc/modules/audio_processing/transient/
Dtransient_detector_unittest.cc68 const size_t buffer_length = sample_rate_hz * ts::kChunkSizeMs / 1000; in TEST() local
/external/google-breakpad/src/common/mac/
Dfile_id.cc87 char *buffer, int buffer_length) { in ConvertIdentifierToString()
/external/tpm2-tss/src/tss2-fapi/
Difapi_io.h20 size_t buffer_length; member
/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/openscreen/third_party/chromium_quic/demo/
Dserver.cc142 int buffer_length = sizeof(buffer); in main() local
Dclient.cc134 int buffer_length = sizeof(buffer); in main() local
/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/libpng/
Dpngpread.c525 size_t buffer_length) in png_push_restore_buffer()
628 size_t buffer_length) in png_process_IDAT_data()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc233 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_AcquireInfeedBufferForDequeue()
257 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_ReleaseInfeedBufferAfterDequeue()
276 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
300 const xla::ExecutableRunOptions* run_options, xla::int32 buffer_length, in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc175 char *buffer, int buffer_length) { in ConvertIdentifierToString()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter_test.cc275 int buffer_length = tflite::ElementCount(*cur_tensor->dims); in TF_LITE_MICRO_TEST() local
304 int buffer_length = tflite::ElementCount(*cur_tensor->dims); in TF_LITE_MICRO_TEST() local
/external/openscreen/osp/impl/quic/
Dquic_connection_impl.cc31 size_t buffer_length, in Write()
/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
/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc230 DWORD buffer_length, in ReadData()
/external/libiio/src/examples/
Ddummy-iiostream.c90 static int buffer_length = 1; variable

12