Searched refs:newlength (Results 1 – 5 of 5) sorted by relevance
656 int newlength = destinationlength; in addToIntArray() local657 if (offset + 1 == newlength) { in addToIntArray()658 newlength += increments; in addToIntArray()659 int temp[] = new int[newlength]; in addToIntArray()681 int newlength = destinationlength; in addToLongArray() local682 if (offset + 1 == newlength) { in addToLongArray()683 newlength += increments; in addToLongArray()684 long temp[] = new long[newlength]; in addToLongArray()
569 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument596 if (limit < *newlength) in png_decompress_chunk()597 *newlength = limit; in png_decompress_chunk()608 /* output: */ NULL, newlength); in png_decompress_chunk()626 png_alloc_size_t new_size = *newlength; in png_decompress_chunk()636 text + prefix_size, newlength); in png_decompress_chunk()640 if (new_size == *newlength) in png_decompress_chunk()643 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
637 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument664 if (limit < *newlength) in png_decompress_chunk()665 *newlength = limit; in png_decompress_chunk()676 /* output: */ NULL, newlength); in png_decompress_chunk()694 png_alloc_size_t new_size = *newlength; in png_decompress_chunk()704 text + prefix_size, newlength); in png_decompress_chunk()708 if (new_size == *newlength) in png_decompress_chunk()711 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
213 uint32_t newlength = *destinationlength; in addTouint32_tArray() local214 if (offset + 1 == newlength) { in addTouint32_tArray()215 newlength += increments; in addTouint32_tArray()217 sizeof(int32_t) * newlength, status); in addTouint32_tArray()222 *destinationlength = newlength; in addTouint32_tArray()253 uint32_t newlength = *destinationlength; in addTouint64_tArray() local254 if (offset + 1 == newlength) { in addTouint64_tArray()255 newlength += increments; in addTouint64_tArray()257 sizeof(int64_t) * newlength, status); in addTouint64_tArray()264 *destinationlength = newlength; in addTouint64_tArray()
352 newlength:meh[4], property