/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftzopen.c | 117 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 150 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_memory.h | 117 #define krealloc(p, new_size, flags) ({\ argument 133 #define krealloc(p, new_size, flags) ({\ argument
|
A D | s_memory.h | 121 #define skrealloc(p, new_size, flags) ({\ argument 137 #define skrealloc(p, new_size, flags) ({\ argument
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | nbpatch.c | 88 long new_size = 0; in ota_nbpatch() local 308 long new_size = 0; in ota_nbpatch_main() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_mem.c | 223 void * lv_mem_realloc(void * data_p, uint32_t new_size) in lv_mem_realloc() 263 void * lv_mem_realloc(void * data_p, uint32_t new_size) in lv_mem_realloc()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | allocator.cc | 112 std::ptrdiff_t new_size = size_ + fallback_blocks_total_size_; in FreeAll() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftsystem.c | 101 long new_size, in ft_realloc()
|
A D | ftdbgmem.c | 257 FT_ULong new_size; in ft_mem_table_resize() local 737 FT_Long new_size, in ft_mem_debug_realloc()
|
A D | ftutil.c | 152 FT_Long new_size = new_count*item_size; in ft_mem_qrealloc() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | bit_writer_utils.c | 28 size_t new_size; in BitWriterResize() local
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.c | 117 FT_Offset new_size ) in reallocate_t1_table() 189 FT_Offset new_size = table->capacity; in ps_table_add() local
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_mm.c | 607 void *k_mm_realloc(k_mm_head *mmhead, void *oldmem, size_t new_size) in k_mm_realloc()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/ |
A D | nimble_npl_os.c | 143 void *nimble_realloc(void *ptr, size_t new_size) { in nimble_realloc()
|
/AliOS-Things-master/components/ramfs/src/ |
A D | ramfs.c | 613 uint32_t new_size; in ramfs_write() local
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 150 unsigned int new_size; /*Diff upgrade: patch new data size*/ member
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 150 unsigned int new_size; /*Diff upgrade: patch new data size*/ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.c | 104 int dbuf_realloc(DynBuf *s, size_t new_size) in dbuf_realloc()
|
A D | libunicode.c | 301 int new_size; in cr_realloc() local
|
A D | libregexp.c | 2051 size_t new_size, i, n; in push_state() local
|
A D | quickjs.c | 1406 int new_size; in js_realloc_array() local 2749 uint32_t new_size, start; in __JS_NewAtom() local 3405 int new_size, i; in JS_NewClass1() local 3610 int new_size; in string_buffer_realloc() local 4453 uint32_t new_size, new_hash_size, new_hash_mask, i; in resize_properties() local 4521 uint32_t new_hash_size, i, j, new_hash_mask, new_size; in compact_properties() local 8234 uint32_t new_size; in add_fast_array_element() local 20451 size_t size, new_size; in ident_realloc() local 21587 int new_size; in push_scope() local 38696 size_t new_size, slack; in js_array_sort() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngrutil.c | 298 png_read_buffer(png_structrp png_ptr, png_alloc_size_t new_size, int warn) in png_read_buffer() 669 png_alloc_size_t new_size = *newlength; in png_decompress_chunk() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 182 const uint64_t new_size = (uint64_t)current_size + data_size; in AppendToMemBuffer() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | makepng.c | 1047 size_t new_size = 0; in load_file() local
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 737 FT_ULong new_size; in _bdf_readstream() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 2762 size_t new_size = p->m_size + len; in tdefl_output_buffer_putter() local 3037 …bool mz_zip_array_resize(mz_zip_archive *pZip, mz_zip_array *pArray, size_t new_size, mz_uint grow… in mz_zip_array_resize() 4032 mz_uint64 new_size = MZ_MAX(file_ofs + n, pState->m_mem_size); in mz_zip_heap_write_func() local
|