Lines Matching refs:repeated_size
8476 unsigned int colno, size_t *repeated_size) in handle_core_item() argument
8503 if (repeated_size != NULL) in handle_core_item()
8505 if (*repeated_size > size && (item->format == 'b' || item->format == 'B')) in handle_core_item()
8507 data = alloca (*repeated_size); in handle_core_item()
8508 count *= *repeated_size / size; in handle_core_item()
8510 *repeated_size -= convsize; in handle_core_item()
8513 *repeated_size -= size; in handle_core_item()
8679 assert (repeated_size != NULL); in handle_core_item()
8681 if (unlikely (item->offset >= *repeated_size)) in handle_core_item()
8685 size = *repeated_size - item->offset; in handle_core_item()
8686 *repeated_size = 0; in handle_core_item()