Home
last modified time | relevance | path

Searched refs:add_size (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_binarybuf.cpp54 void CFX_BinaryBuf::ExpandBuf(size_t add_size) { in ExpandBuf() argument
56 new_size += add_size; in ExpandBuf()
/external/libcups/ppdc/
Dppdc-import.cxx177 driver->add_size(csize); in import_ppd()
Dppdc.h403 void add_size(ppdcMediaSize *m) { sizes->add(m); } in add_size() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc376 buf_builder.add_size(desc.size); in Encode()
408 tex_builder.add_size(size_fb); in Encode()
438 tensor_builder.add_size(desc.size); in Encode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h1019 void add_size(int32_t size) { in add_size() function
1047 builder_.add_size(size);
1137 void add_size(flatbuffers::Offset<tflite::gpu::data::Int2> size) { in add_size() function
1164 builder_.add_size(size);
1249 void add_size(int32_t size) { in add_size() function
1276 builder_.add_size(size);
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc361 builder.add_size(size); in AddProgram()
/external/cpuinfo/test/dmesg/
Dalldocube-iwork8.log540 <7>[ 0.501481] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
541 … pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
542 <7>[ 0.501498] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size
543 <7>[ 0.501511] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 20…
544 …7] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
545 <7>[ 0.501522] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc1057 streaming_alloc->add_size(alloc_metadata.alloc_size); in HandleAllocRecord()