/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/qemu/block/ |
bochs.c | 195 int64_t block_offset = seek_to_sector(bs, sector_num); local 196 if (block_offset >= 0) { 197 ret = bdrv_pread(bs->file, block_offset, buf, 512);
|
vpc.c | 242 uint64_t bitmap_offset, block_offset; local 252 block_offset = bitmap_offset + s->bitmap_size + (512 * pageentry_index); 269 // bitmap_offset, block_offset); 299 return block_offset;
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 599 int block_offset = child_offset_ & (kBlockSize - 1); local 600 if (block_offset && (child_data_.header.last_block != first_bit || 601 child_data_.header.last_block_len < block_offset)) { 607 block_offset = (child_offset_ + result) & (kBlockSize - 1); 616 if (block_offset && !child_map_.Get(last_bit)) { 619 child_data_.header.last_block_len = block_offset; 756 int block_offset = child_offset_ & (kBlockSize - 1); local 757 if (!bits_found && partial_start_bytes <= block_offset) 770 bytes_found -= block_offset; 778 result_ = std::min(partial_start_bytes - block_offset, child_len_) [all...] |
/external/chromium/crypto/ |
symmetric_key_win.cc | 430 BYTE* block_offset = &generated_key[0]; local 445 block_offset)) 447 block_offset += hLen;
|
/external/libvpx/vp8/encoder/ |
mcomp.c | 1103 unsigned char *block_offset[4]; local 1106 block_offset[t] = ss[i+t].offset + best_address; 1108 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array); [all...] |