Searched refs:extra_bytes (Results 1 – 7 of 7) sorted by relevance
109 size_t extra_bytes = field->bytes_allocated - field->bytes_requested; in AllocateRaw() local111 field->bytes_allocated - extra_bytes); in AllocateRaw()115 << field->bytes_allocated << ". Annotating " << extra_bytes in AllocateRaw()118 TF_ANNOTATE_MEMORY_IS_INITIALIZED(extra_buf, extra_bytes); in AllocateRaw()
592 int extra_bytes = 0; in ext2fs_get_next_inode_full() local647 extra_bytes = scan->bytes_left; in ext2fs_get_next_inode_full()672 if (extra_bytes) { in ext2fs_get_next_inode_full()673 memcpy(scan->temp_buffer+extra_bytes, scan->ptr, in ext2fs_get_next_inode_full()674 scan->inode_size - extra_bytes); in ext2fs_get_next_inode_full()675 scan->ptr += scan->inode_size - extra_bytes; in ext2fs_get_next_inode_full()676 scan->bytes_left -= scan->inode_size - extra_bytes; in ext2fs_get_next_inode_full()
258 size_t extra_bytes = len_len - 1; in CBB_flush() local259 if (!cbb_buffer_add(cbb->base, NULL, extra_bytes)) { in CBB_flush()262 OPENSSL_memmove(cbb->base->buf + child_start + extra_bytes, in CBB_flush()
141 uint32_t extra_bytes; member
2032 png_uint_32 extra_bytes; /* Count of extra compressed bytes */ member2481 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()2499 zlib->extra_bytes = 0; in zlib_run()2541 if (zlib->global->errors && zlib->extra_bytes == 0) in zlib_run()2569 list->lengths[i] -= zlib->extra_bytes; in zlib_run()2601 chunk->chunk_length -= zlib->extra_bytes; in zlib_run()
437 int sector_num, int extra_bytes, int err_nbr) in pmecc_correct_data() argument453 if (byte_pos >= (sector_size + extra_bytes)) in pmecc_correct_data()
1412 extra_bytes = contents_len - offset1413 … raise ValueError('Extra data - %d bytes of trailing data were provided' % extra_bytes)5648 extra_bytes = pointer + encoded_len - new_pointer5649 raise ValueError('Extra data - %d bytes of trailing data were provided' % extra_bytes)