HomeSort by relevance Sort by last modified time
    Searched defs:output_bytes (Results 1 - 9 of 9) sorted by null

  /external/bsdiff/
bz2_compressor.cc 59 uint64_t output_bytes = comp_buffer_.buffer_size() - bz_strm_.avail_out; local
60 if (output_bytes) {
61 comp_buffer_.AddDataToChunks(output_bytes);
79 uint64_t output_bytes = comp_buffer_.buffer_size() - bz_strm_.avail_out; local
80 if (output_bytes) {
81 comp_buffer_.AddDataToChunks(output_bytes);
brotli_compressor.cc 61 uint64_t output_bytes = comp_buffer_.buffer_size() - avail_out; local
62 if (output_bytes > 0) {
63 comp_buffer_.AddDataToChunks(output_bytes);
85 uint64_t output_bytes = comp_buffer_.buffer_size() - avail_out; local
86 if (output_bytes > 0) {
87 comp_buffer_.AddDataToChunks(output_bytes);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.cc 118 int64 output_bytes = std::max(output.tensor_description() local
126 total_output_bytes += output_bytes;
130 mem.set_bytes(output_bytes);
tfprof_node.h 144 int64 output_bytes() const { function in class:tensorflow::tfprof::ExecStep
145 int64 output_bytes = 0; local
147 output_bytes += exec.output_bytes();
149 return output_bytes;
574 int64 output_bytes(int64 step) const { GRAPH_NODE_BYTES(output); } function in class:tensorflow::tfprof::TFGraphNode
811 output_bytes_ += node->output_bytes(step);
847 int64 output_bytes() const { return output_bytes_; } function in class:tensorflow::tfprof::TFMultiGraphNode
  /external/libpng/
pngwrite.c 1520 png_alloc_size_t output_bytes; \/* running total *\/ member in struct:__anon25699
    [all...]
  /external/pdfium/third_party/libpng16/
pngwrite.c 1509 png_alloc_size_t output_bytes; \/* running total *\/ member in struct:__anon31488
    [all...]
  /system/netd/tests/
netd_test.cpp 744 uint8_t output_bytes[out_len]; local
745 EXPECT_EQ(out_len - 1, EVP_EncodeBlock(output_bytes, input.data(), input.size()));
746 return std::string(reinterpret_cast<char*>(output_bytes));
    [all...]
binder_test.cpp 825 uint8_t output_bytes[out_len]; local
826 EXPECT_EQ(out_len - 1, EVP_EncodeBlock(output_bytes, input.data(), input.size()));
827 return std::string(reinterpret_cast<char*>(output_bytes));
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 1186 jbyteArray output_bytes = env->NewByteArray(output_size); local
    [all...]

Completed in 652 milliseconds