Home
last modified time | relevance | path

Searched refs:num_of_blocks (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/otautil/
H A Drangeset.cpp187 std::optional<RangeSet> RangeSet::GetSubRanges(size_t start_index, size_t num_of_blocks) const { in GetSubRanges()
188 size_t end_index = start_index + num_of_blocks; // The index of final block to read plus one in GetSubRanges()
191 << " num_of_blocks " << num_of_blocks in GetSubRanges()
196 if (num_of_blocks == 0) { in GetSubRanges()
235 << ", num_of_blocks: " << num_of_blocks << " total number of blocks: " << blocks_; in GetSubRanges()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Drangeset.h57 std::optional<RangeSet> GetSubRanges(size_t start_index, size_t num_of_blocks) const;
/aosp12/system/nfc/src/nfc/tags/
H A Drw_mfc.cc270 int num_of_blocks = 0; in rw_mfc_handle_format_op() local
274 num_of_blocks = 256; in rw_mfc_handle_format_op()
276 num_of_blocks = 64; in rw_mfc_handle_format_op()
293 if (p_mfc->next_block.block < num_of_blocks) { in rw_mfc_handle_format_op()