/system/update_engine/payload_generator/ |
extent_utils.cc | 128 uint64_t block_offset, uint64_t block_count) { 133 uint64_t end_block_offset = block_offset + block_count; 137 // of the loop scanned_blocks < block_offset + block_count. 138 if (scanned_blocks + extent.num_blocks() > block_offset) { 147 if (block_offset > scanned_blocks) { 149 new_num_blocks -= block_offset - scanned_blocks; 150 new_start += block_offset - scanned_blocks;
|
extent_utils.h | 96 // blocks. The returned list skips the first |block_offset| blocks from the 99 uint64_t block_offset, uint64_t block_count);
|
delta_diff_utils.cc | 440 for (uint64_t block_offset = 0; block_offset < total_blocks; 441 block_offset += chunk_blocks) { 447 old_extents, block_offset, chunk_blocks); 449 new_extents, block_offset, chunk_blocks); 478 name.c_str(), block_offset / chunk_blocks);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph_info.h | 38 int32_t block_offset, 56 int32_t block_offset() const { return block_offset_; } function in class:sfntly::BitmapGlyphInfo 57 int32_t offset() const { return block_offset() + start_offset(); }
|
bitmap_glyph_info.cc | 22 int32_t block_offset, 28 block_offset_(block_offset),
|
/external/libhevc/decoder/ |
ihevcd_intra_pred_mode_prediction.c | 199 WORD32 block_offset; local 201 block_offset = i * block_offset_in_min_pu; 206 pu1_luma_intra_pred_mode_left[block_offset]; 212 WORD32 block_offset; local 213 block_offset = j * block_offset_in_min_pu; 218 pu1_luma_intra_pred_mode_top[block_offset];
|
/external/e2fsprogs/ext2ed/ |
file_com.c | 68 long block_offset=1; local 75 block_offset*=atol (buffer); 78 if (file_info.block_num+block_offset >= file_info.blocks_count) { 83 file_info.block_num+=block_offset; 169 long block_offset=1; local 176 block_offset*=atol (buffer); 179 if (file_info.block_num-block_offset < 0) { 184 file_info.block_num-=block_offset; 197 long block_offset=1; local 208 block_offset=atol (buffer) [all...] |
win.c | 171 int block_num,block_offset; local 174 block_offset=device_offset%file_system_info.block_size; 177 wprintw (show_win,"Offset %-3ld in block %ld. ",block_offset,block_num);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 98 const tran_low_t *const coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block); 99 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); 100 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 331 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); 332 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); 333 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 420 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); 421 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); 422 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 502 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block) [all...] |
vp9_quantize.c | 202 vpx_highbd_quantize_b(BLOCK_OFFSET(p->coeff, block), 205 BLOCK_OFFSET(p->qcoeff, block), 206 BLOCK_OFFSET(pd->dqcoeff, block), 212 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), 215 BLOCK_OFFSET(p->qcoeff, block), 216 BLOCK_OFFSET(pd->dqcoeff, block),
|
vp9_rdopt.c | 369 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); 451 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); 452 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 516 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[plane].coeff, block); 517 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block); 824 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[0].coeff, block); 842 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), 858 coeff, BLOCK_OFFSET(pd->dqcoeff, block), 862 vp9_highbd_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block), 927 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[0].coeff, block) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 117 const int16_t *coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block); 118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); 119 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 323 int16_t *const coeff = BLOCK_OFFSET(p->coeff, block); 324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); 325 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 375 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 434 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); 483 int16_t *coeff = BLOCK_OFFSET(p->coeff, block); 484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block) [all...] |
vp9_quantize.c | 135 vp9_quantize_b(BLOCK_OFFSET(p->coeff, block), 138 BLOCK_OFFSET(p->qcoeff, block), 139 BLOCK_OFFSET(pd->dqcoeff, block),
|
/bootable/recovery/ |
fuse_sideload.cpp | 336 uint32_t block_offset = offset - (block * fd->block_size); 338 if (size + block_offset <= fd->block_size) { 341 vec[1].iov_base = fd->block_data + block_offset; 347 memcpy(fd->extra_block, fd->block_data + block_offset, 348 fd->block_size - block_offset); 350 vec[1].iov_len = fd->block_size - block_offset;
|
/external/squashfs-tools/squashfs-tools/ |
mksquashfs.h | 144 #define BLOCK_OFFSET 2
|
xattr.c | 332 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, 337 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; 514 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, 518 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
|
/external/v8/test/unittests/compiler/ |
instruction-sequence-unittest.cc | 482 void InstructionSequenceTest::WireBlock(size_t block_offset, int jump_offset) { 483 size_t target_block_offset = block_offset + static_cast<size_t>(jump_offset); 484 CHECK(block_offset < instruction_blocks_.size()); 486 auto block = instruction_blocks_[block_offset];
|
instruction-sequence-unittest.h | 213 void WireBlock(size_t block_offset, int jump_offset);
|
/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 488 u64 sit_block_num_cur = 0, segnum = 0, block_offset; local 520 block_offset = (block - info->main_blkaddr) % info->blocks_per_segment; 522 if (block_offset == 0 && GET_SIT_VBLOCKS(sit_entry) == 0) { 527 used = f2fs_test_bit(block_offset, (char *)sit_entry->valid_map);
|
/external/libchrome/crypto/ |
symmetric_key_win.cc | 433 BYTE* block_offset = &generated_key[0]; local 448 block_offset)) 450 block_offset += hLen;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 140 #define BLOCK_OFFSET(x, i) ((x) + (i) * 16)
|
/external/sfntly/cpp/src/test/ |
bitmap_table_test.cc | 118 EXPECT_EQ(info->block_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_detokenize.c | 205 BLOCK_OFFSET(pd->dqcoeff, block), tx_size,
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 1262 const unsigned char *block_offset[4]; local 1853 const unsigned char *block_offset[4]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 1256 const unsigned char *block_offset[4]; local 1851 const unsigned char *block_offset[4]; local [all...] |