Home
last modified time | relevance | path

Searched refs:allocated_length (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Dpng.c7706 allocated_length, in Magick_png_write_raw_profile() local
7727 allocated_length=(png_uint_32) (length*2 + (length >> 5) + 20 in Magick_png_write_raw_profile()
7731 (png_alloc_size_t) allocated_length); in Magick_png_write_raw_profile()
7734 text[0].text=(png_charp) png_malloc(ping, (png_size_t) allocated_length); in Magick_png_write_raw_profile()
7745 allocated_length); in Magick_png_write_raw_profile()
7748 (void) FormatLocaleString(dp,allocated_length- in Magick_png_write_raw_profile()
7767 if (text[0].text_length <= allocated_length) in Magick_png_write_raw_profile()
/external/v8/src/
Dobjects.cc19269 bool is_external, void* data, size_t allocated_length, in Setup() argument
19282 isolate->factory()->NewNumberFromSize(allocated_length); in Setup()
19299 size_t allocated_length, in SetupAllocatingData() argument
19305 if (allocated_length != 0) { in SetupAllocatingData()
19307 data = isolate->array_buffer_allocator()->Allocate(allocated_length); in SetupAllocatingData()
19310 allocated_length); in SetupAllocatingData()
19317 JSArrayBuffer::Setup(array_buffer, isolate, false, data, allocated_length, in SetupAllocatingData()
Dobjects.h10714 void* data, size_t allocated_length,
10721 size_t allocated_length, bool initialize = true,