Home
last modified time | relevance | path

Searched refs:bytes_processed (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/tools/trace_to_text/
Dutils.cc54 size_t bytes_processed = 0; in ForEachPacketBlobInTrace() local
62 fprintf(stderr, "Processing trace: %8zu KB%c", bytes_processed / 1024, in ForEachPacketBlobInTrace()
71 bytes_processed++; in ForEachPacketBlobInTrace()
82 bytes_processed++; in ForEachPacketBlobInTrace()
90 bytes_processed += field_size; in ForEachPacketBlobInTrace()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc165 size_t bytes_processed = 0; in alts_read_frame_bytes() local
173 bytes_processed += bytes_to_write; in alts_read_frame_bytes()
177 *bytes_size = bytes_processed; in alts_read_frame_bytes()
203 bytes_processed += bytes_to_write; in alts_read_frame_bytes()
206 *bytes_size = bytes_processed; in alts_read_frame_bytes()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc167 size_t bytes_processed = 0; in alts_read_frame_bytes() local
175 bytes_processed += bytes_to_write; in alts_read_frame_bytes()
179 *bytes_size = bytes_processed; in alts_read_frame_bytes()
205 bytes_processed += bytes_to_write; in alts_read_frame_bytes()
208 *bytes_size = bytes_processed; in alts_read_frame_bytes()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc38 static int64 bytes_processed; variable
211 if (bytes_processed > 0) { in Run()
213 (bytes_processed * 1e-6) / seconds); in Run()
260 bytes_processed = -1; in Run()
298 void BytesProcessed(int64 n) { bytes_processed = n; } in BytesProcessed()
/external/OpenCSD/decoder/tests/source/
Dmem_buff_demo.cpp354 uint32_t block_size, buff_offset, bytes_to_do = input_trace_data_size, bytes_processed; in processTraceData() local
368 input_trace_data + buff_offset, &bytes_processed); in processTraceData()
371 bytes_to_do -= bytes_processed; in processTraceData()
372 index += bytes_processed; in processTraceData()
Dc_api_pkt_print_test.c464 int bytes_processed; in print_data_array() local
473 for(bytes_processed = 0; bytes_processed < array_size; bytes_processed++) in print_data_array()
475 sprintf(p_buffer+chars_printed,"0x%02X ", p_array[bytes_processed]); in print_data_array()
/external/openscreen/discovery/mdns/
Dmdns_reader.cc72 size_t bytes_processed = 0; in Read() local
79 bytes_processed <= length()) { in Read()
101 bytes_processed += sizeof(uint16_t); in Read()
106 bytes_processed += sizeof(uint8_t); in Read()
119 bytes_processed += label_length; in Read()
/external/bsdiff/
Dextents_file.cc82 size_t* bytes_processed) { in IOOperation() argument
112 *bytes_processed = processed; in IOOperation()
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark.cc133 if (results.bytes_processed > 0 && seconds > 0.0) { in CreateRunReport()
134 bytes_per_second = (results.bytes_processed / seconds); in CreateRunReport()
176 results.bytes_processed += st.bytes_processed(); in RunInThread()
Dthread_manager.h45 int64_t bytes_processed = 0; member
/external/bsdiff/include/bsdiff/
Dextents_file.h68 size_t* bytes_processed);
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_stitch_op.cc298 auto bytes_processed = slice_bytes * avg_indices_size; in Compute() local
304 thread_pool->ParallelFor(indices_inputs.size(), bytes_processed, in Compute()
/external/google-benchmark/bindings/python/google_benchmark/
Dbenchmark.cc162 .def_property("bytes_processed", &State::bytes_processed, in PYBIND11_MODULE()
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h532 int64_t bytes_processed() const { return bytes_processed_; } in bytes_processed() function
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h562 int64_t bytes_processed() const { in bytes_processed() function
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h562 int64_t bytes_processed() const { in bytes_processed() function
/external/google-benchmark/include/benchmark/
Dbenchmark.h569 int64_t bytes_processed() const { in bytes_processed() function
/external/libcxx/utils/google-benchmark/
DREADME.md729 the end after the table, the same way as ``bytes_processed`` and
/external/llvm-project/llvm/utils/benchmark/
DREADME.md691 the end after the table, the same way as ``bytes_processed`` and
/external/llvm-project/libcxx/utils/google-benchmark/
DREADME.md729 the end after the table, the same way as ``bytes_processed`` and
/external/google-benchmark/
DREADME.md830 the end after the table, the same way as ``bytes_processed`` and