HomeSort by relevance Sort by last modified time
    Searched full:new_size (Results 301 - 325 of 677) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 623 uint32_t new_size; local
627 new_size = delta_pages * wasm::WasmModule::kPageSize;
628 new_mem_start = static_cast<byte*>(calloc(new_size, sizeof(byte)));
634 new_size = old_size + delta_pages * wasm::WasmModule::kPageSize;
635 if (new_size / wasm::WasmModule::kPageSize > FLAG_wasm_max_mem_pages ||
636 new_size / wasm::WasmModule::kPageSize >
640 new_mem_start = static_cast<byte*>(realloc(instance->mem_start, new_size));
645 memset(new_mem_start + old_size, 0, new_size - old_size);
648 instance->mem_size = new_size;
    [all...]
  /art/runtime/
mem_map.cc 451 /*new_size*/source->BaseSize(),
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 537 FX_SAFE_SIZE_T new_size = start_obj_index; local
538 new_size += count;
539 if (!new_size.IsValid())
542 if (new_size.ValueOrDie() > kMaxXRefSize)
547 if (new_size.ValueOrDie() > max_entries_in_file)
550 out_objects->resize(new_size.ValueOrDie());
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 74 unsigned new_size = (stObj->num_sampler_views + 1) * local
76 stObj->sampler_views = realloc(stObj->sampler_views, new_size);
  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp 378 std::size_t new_size = buffer_size(b) - start; local
379 return mutable_buffer(new_data, new_size
392 std::size_t new_size = buffer_size(b) - start; local
393 return mutable_buffer(new_data, new_size
406 std::size_t new_size = buffer_size(b) - start; local
407 return const_buffer(new_data, new_size
420 std::size_t new_size = buffer_size(b) - start; local
421 return const_buffer(new_data, new_size
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
interpreter.h 323 TfLiteStatus ResizeTensorImpl(TfLiteTensor* tensor, TfLiteIntArray* new_size);
331 TfLiteIntArray* new_size);
  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op_test.cc 186 const Input::Initializer& new_size,
193 Output size = ops::Const<int32>(root.WithOpName("size"), new_size);
  /external/toybox/kconfig/
lex.zconf.c_shipped 798 int new_size = text_size + size + 1;
799 if (new_size > text_asize) {
800 new_size += START_STRSIZE - 1;
801 new_size &= -START_STRSIZE;
802 text = realloc(text, new_size);
803 text_asize = new_size;
    [all...]
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libprotobuf-cpp-lite.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libprotobuf-cpp-lite.so 
  /art/runtime/gc/collector/
mark_compact.h 141 void ResizeMarkStack(size_t new_size) REQUIRES_SHARED(Locks::mutator_lock_);
mark_compact.cc 253 void MarkCompact::ResizeMarkStack(size_t new_size) {
255 CHECK_LE(mark_stack_->Size(), new_size);
256 mark_stack_->Resize(new_size);
  /external/libxml2/
entities.c 539 size_t new_size = buffer_size * 2; \
540 if (new_size < buffer_size) goto mem_error; \
541 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
544 buffer_size = new_size; \
  /hardware/qcom/msm8998/json-c/
linkhash.h 286 void lh_table_resize(struct lh_table *t, int new_size);
  /toolchain/binutils/binutils-2.27/gas/
as.c 1040 unsigned long new_size;
1042 new_size = strtoul (optarg, NULL, 0);
1043 if (new_size)
1044 set_gas_hash_table_size (new_size);
1039 unsigned long new_size; local
    [all...]
  /external/mesa3d/src/util/
ralloc.c 749 linear_realloc(void *parent, void *old, unsigned new_size)
754 new_ptr = linear_alloc_child(parent, new_size);
762 memcpy(new_ptr, old, MIN2(old_size, new_size));
  /external/protobuf/ruby/ext/google/protobuf_c/
repeated_field.c 187 void RepeatedField_reserve(RepeatedField* self, int new_size) {
190 if (new_size <= self->capacity) {
196 while (self->capacity < new_size) {
  /external/python/cpython2/Modules/
zlibmodule.c 539 Py_ssize_t new_size, left_size; local
546 new_size = old_size + left_size;
547 new_data = PyString_FromStringAndSize(NULL, new_size);
    [all...]
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 299 int new_size = cmdbuf->buffer_refs_allocated + 10; local
301 new_array = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * new_size);
307 cmdbuf->buffer_refs_allocated = new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
slist 625 resize(size_type new_size, const _Tp& __x);
628 resize(size_type new_size)
629 { resize(new_size, _Tp()); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
slist 625 resize(size_type new_size, const _Tp& __x);
628 resize(size_type new_size)
629 { resize(new_size, _Tp()); }
  /toolchain/binutils/binutils-2.27/gprof/
corefile.c 231 long new_size;
234 new_size = (core_num_syms + synth_count + 1) * sizeof (*core_syms);
235 core_syms = (asymbol **) xrealloc (core_syms, new_size);
230 long new_size; local
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]
  /external/fio/
filesetup.c 1474 unsigned int new_size = td->o.nr_files + 1; local
1476 dprint(FD_FILE, "resize file array to %d files\n", new_size);
1478 td->files = realloc(td->files, new_size * sizeof(f));
1484 td->file_locks = realloc(td->file_locks, new_size);
    [all...]

Completed in 906 milliseconds

<<11121314151617181920>>