| /external/libxml2/ |
| xmlIO.c | 1550 size_t new_size; local [all...] |
| /system/core/libpixelflinger/codeflinger/ |
| blending.cpp | 130 int new_size = temp.size() < 8 ? temp.size() : 8; 131 expand(fb, fb, new_size);
|
| /external/iptables/libiptc/ |
| libiptc.c | 2534 unsigned int new_size; local [all...] |
| /external/swiftshader/src/OpenGL/compiler/preprocessor/ |
| Tokenizer.cpp | 1922 int new_size = b->yy_buf_size * 2; local 1980 int new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| elf-eh-frame.c | 1771 unsigned int new_size; local [all...] |
| /toolchain/binutils/binutils-2.27/gas/config/ |
| tc-visium.c | 458 int old_size, new_size; local 474 new_size = 8; 476 new_size = 4; 478 fragP->fr_var = new_size; 479 return new_size - old_size; [all...] |
| /external/v8/src/wasm/ |
| wasm-module.cc | 2137 uint32_t new_size = old_size + pages * WasmModule::kPageSize; local 2162 uint32_t new_size = mem_buffer->byte_length()->Number(); local [all...] |
| /external/mesa3d/src/amd/vulkan/ |
| radv_device.c | 130 size_t new_size; local 138 new_size = (extensions->num_ext + num_ext) * sizeof(VkExtensionProperties); 140 new_size, 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/ |
| radeon_uvd.c | 1011 unsigned new_size = dec->bs_size + sizes[i]; local [all...] |
| /external/python/cpython3/Modules/ |
| _lzmamodule.c | 973 size_t new_size = d->input_buffer_size + len - avail_now; local 977 tmp = PyMem_Realloc(d->input_buffer, new_size); 983 d->input_buffer_size = new_size; [all...] |
| /hardware/intel/img/psb_video/src/ |
| psb_cmdbuf.c | 268 int new_size = cmdbuf->buffer_refs_allocated + 10; local 270 new_array = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * new_size); 276 cmdbuf->buffer_refs_allocated = new_size; [all...] |
| /art/compiler/optimizing/ |
| bounds_check_elimination.cc | 1962 size_t new_size = graph_->GetReversePostOrder().size(); local [all...] |
| /art/runtime/ |
| indirect_reference_table.h | 386 bool Resize(size_t new_size, std::string* error_msg);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| bytearrayobject.c | 531 0 lo new_hi new_size
547 0 lo new_hi new_size
672 0 lo new_hi new_size
685 0 lo new_hi new_size
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| bytearrayobject.c | 531 0 lo new_hi new_size
547 0 lo new_hi new_size
666 0 lo new_hi new_size
679 0 lo new_hi new_size
[all...] |
| /external/freetype/src/bdf/ |
| bdflib.c | 594 FT_ULong new_size; local 604 new_size = buf_size * 2; 605 if ( FT_RENEW_ARRAY( buf, buf_size, new_size ) ) 609 buf_size = new_size; [all...] |
| /external/freetype/src/cff/ |
| cffload.c | 416 FT_ULong new_size; local 428 new_size = idx->data_size + idx->count; 432 ( !pool || !FT_ALLOC( new_bytes, new_size ) ) ) 489 *pool_size = new_size; [all...] |
| /external/mesa3d/src/gallium/drivers/ilo/core/ |
| ilo_builder.h | 164 unsigned new_size, bool preserve);
|
| /external/protobuf/src/google/protobuf/ |
| map.h | [all...] |
| /external/python/cpython2/Objects/ |
| bytearrayobject.c | 530 0 lo new_hi new_size 546 0 lo new_hi new_size 671 0 lo new_hi new_size 684 0 lo new_hi new_size [all...] |
| /external/python/cpython3/Include/ |
| objimpl.h | 101 PyAPI_FUNC(void *) PyObject_Realloc(void *ptr, size_t new_size);
|
| /external/tensorflow/tensorflow/contrib/lite/ |
| context.h | 270 TfLiteIntArray* new_size);
|
| /external/v8/src/ |
| assembler.cc | 323 void RelocInfo::update_wasm_memory_size(uint32_t old_size, uint32_t new_size, 328 new_size + (current_size_reference - old_size); 351 uint32_t old_size, uint32_t new_size, ICacheFlushMode icache_flush_mode) { 355 new_size + (current_size_reference - old_size); [all...] |
| value-serializer.cc | 245 size_t new_size = old_size + bytes; local 246 if (V8_UNLIKELY(new_size > buffer_capacity_)) { 248 if (!ExpandBuffer(new_size).To(&ok)) { 252 buffer_size_ = new_size; [all...] |
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| map.h | [all...] |