Home
last modified time | relevance | path

Searched refs:allocated_size (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_writer_utils.c208 size_t allocated_size; in VP8LBitWriterResize() local
218 allocated_size = (3 * max_bytes) >> 1; in VP8LBitWriterResize()
219 if (allocated_size < size_required) allocated_size = size_required; in VP8LBitWriterResize()
221 allocated_size = (((allocated_size >> 10) + 1) << 10); in VP8LBitWriterResize()
222 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size); in VP8LBitWriterResize()
233 bw->end_ = bw->buf_ + allocated_size; in VP8LBitWriterResize()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dcutils.c108 if (new_size > s->allocated_size) { in dbuf_realloc()
111 size = s->allocated_size * 3 / 2; in dbuf_realloc()
120 s->allocated_size = new_size; in dbuf_realloc()
139 if (unlikely((s->size + len) > s->allocated_size)) { in dbuf_put()
150 if (unlikely((s->size + len) > s->allocated_size)) { in dbuf_put_self()
186 vsnprintf((char *)(s->buf + s->size), s->allocated_size - s->size, in dbuf_printf()
A Dcutils.h239 size_t allocated_size; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_close.c99 if (tif->tif_fieldscompat[i].allocated_size) in TIFFCleanup()
A Dtif_dir.h271 …uint32 allocated_size; /* 0 if array is constant, other if modified by future definition exte… member
A Dtif_dirinfo.c916 tif->tif_fieldscompat[nfields].allocated_size = n; in TIFFMergeFieldInfo()
A Dtif_dir.c1397 if (tif->tif_fieldscompat[i].allocated_size) in TIFFDefaultDirectory()

Completed in 17 milliseconds