Searched refs:block_begin (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c1927 VCN block_begin = pos >> vol->cluster_size_bits; local
1930 block_begin &= -na->compression_block_clusters;
1931 if (block_begin)
1932 block_begin--;
1933 if (ntfs_attr_map_partial_runlist(na, block_begin))
1935 if ((update_from == -1) || (block_begin < update_from))
1936 update_from = block_begin;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c5544 bfd_vma block_begin;
5547 block_begin = the_entry->address - ebb->sec->vma;
5550 block_begin,
5551 ebb->start_offset - block_begin);
5552 if (insn_block_len != ebb->start_offset - block_begin)
5523 bfd_vma block_begin; local

Completed in 67 milliseconds