Home
last modified time | relevance | path

Searched refs:block_offset (Results 1 – 14 of 14) sorted by relevance

/external/e2fsprogs/ext2ed/
Dfile_com.c68 long block_offset=1; in type_file___nextblock() local
75 block_offset*=atol (buffer); in type_file___nextblock()
78 if (file_info.block_num+block_offset >= file_info.blocks_count) { in type_file___nextblock()
83 file_info.block_num+=block_offset; in type_file___nextblock()
169 long block_offset=1; in type_file___prevblock() local
176 block_offset*=atol (buffer); in type_file___prevblock()
179 if (file_info.block_num-block_offset < 0) { in type_file___prevblock()
184 file_info.block_num-=block_offset; in type_file___prevblock()
197 long block_offset=1; in type_file___block() local
208 block_offset=atol (buffer); in type_file___block()
[all …]
Dwin.c171 int block_num,block_offset; in show_info() local
174 block_offset=device_offset%file_system_info.block_size; in show_info()
177 wprintw (show_win,"Offset %-3ld in block %ld. ",block_offset,block_num); in show_info()
/external/libhevc/decoder/
Dihevcd_intra_pred_mode_prediction.c199 WORD32 block_offset; in ihevcd_intra_pred_mode_prediction() local
201 block_offset = i * block_offset_in_min_pu; in ihevcd_intra_pred_mode_prediction()
206 pu1_luma_intra_pred_mode_left[block_offset]; in ihevcd_intra_pred_mode_prediction()
212 WORD32 block_offset; in ihevcd_intra_pred_mode_prediction() local
213 block_offset = j * block_offset_in_min_pu; in ihevcd_intra_pred_mode_prediction()
218 pu1_luma_intra_pred_mode_top[block_offset]; in ihevcd_intra_pred_mode_prediction()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h38 int32_t block_offset,
56 int32_t block_offset() const { return block_offset_; } in block_offset() function
57 int32_t offset() const { return block_offset() + start_offset(); } in offset()
Dbitmap_glyph_info.cc22 int32_t block_offset, in BitmapGlyphInfo() argument
28 block_offset_(block_offset), in BitmapGlyphInfo()
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc76 int block_offset = ((block_y * stride_) + (block_x * bytes_per_pixel_)) in DiffBlock() local
78 return BlockDifference(prev_.get() + block_offset, in DiffBlock()
79 curr_.get() + block_offset, in DiffBlock()
/external/libchrome/crypto/
Dsymmetric_key_win.cc433 BYTE* block_offset = &generated_key[0]; in DeriveKeyFromPassword() local
448 block_offset)) in DeriveKeyFromPassword()
450 block_offset += hLen; in DeriveKeyFromPassword()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc484 void InstructionSequenceTest::WireBlock(size_t block_offset, int jump_offset) { in WireBlock() argument
485 size_t target_block_offset = block_offset + static_cast<size_t>(jump_offset); in WireBlock()
486 CHECK(block_offset < instruction_blocks_.size()); in WireBlock()
488 auto block = instruction_blocks_[block_offset]; in WireBlock()
Dinstruction-sequence-unittest.h213 void WireBlock(size_t block_offset, int jump_offset);
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1262 const unsigned char *block_offset[4]; in vp8_diamond_search_sadx4() local
1265 block_offset[t] = ss[i+t].offset + best_address; in vp8_diamond_search_sadx4()
1267 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array); in vp8_diamond_search_sadx4()
1853 const unsigned char *block_offset[4]; in vp8_refining_search_sadx4() local
1854 block_offset[0] = best_address - in_what_stride; in vp8_refining_search_sadx4()
1855 block_offset[1] = best_address - 1; in vp8_refining_search_sadx4()
1856 block_offset[2] = best_address + 1; in vp8_refining_search_sadx4()
1857 block_offset[3] = best_address + in_what_stride; in vp8_refining_search_sadx4()
1859 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, sad_array); in vp8_refining_search_sadx4()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc118 EXPECT_EQ(info->block_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in TestReadingBitmapTable()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp875 … uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart(); in GetDIENamesAndRanges() local
877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length); in GetDIENamesAndRanges()
1516 dw_offset_t block_offset = blockData - debug_info.GetDataStart(); in GetAttributeValueAsLocation() local
1518 location_data.SetData(debug_info, block_offset, block_size); in GetAttributeValueAsLocation()
DSymbolFileDWARF.cpp1767 … uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart(); in ParseChildMembers() local
1773 block_offset, in ParseChildMembers()
2158 … uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart(); in ParseChildMembers() local
2164 block_offset, in ParseChildMembers()
7281 … uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart(); in ParseVariableDIE() local
7283 … location.CopyOpcodeData(debug_info_data, block_offset, block_length); in ParseVariableDIE()
7321 … uint32_t block_offset = form_value.BlockData() - debug_info_data.GetDataStart(); in ParseVariableDIE() local
7323 … location.CopyOpcodeData(get_debug_info_data(), block_offset, block_length); in ParseVariableDIE()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1664 unsigned char const *block_offset[4]; in vp9_diamond_search_sad_c() local
1667 block_offset[t] = ss[i + t].offset + best_address; in vp9_diamond_search_sad_c()
1669 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride, in vp9_diamond_search_sad_c()