Home
last modified time | relevance | path

Searched defs:num_blocks (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/system/update_engine/payload_generator/
H A Dmapfile_filesystem.cc57 off_t num_blocks = file_size / kMapfileBlockSize; in CreateFromFile() local
68 off_t num_blocks) in MapfileFilesystem()
H A Dfull_update_generator.cc161 size_t num_blocks = in GenerateOperations() local
H A Dblock_mapping.cc60 size_t num_blocks, in AddManyDiskBlocks()
H A Dmerge_sequence_generator.cc71 auto num_blocks = std::min<size_t>(diff, src_extent.num_blocks() - i); in SplitSelfOverlapping() local
H A Ddeflate_utils.cc92 size_t num_blocks = 0; in RealignSplittedFiles() local
/aosp12/system/update_engine/payload_consumer/
H A Dsnapshot_extent_writer_unittest.cc40 size_t num_blocks; member
59 bool EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) override { in EmitZeroBlocks()
101 size_t num_blocks) { in AddExtent()
H A Dpartition_writer_unittest.cc69 uint64_t num_blocks = copied_data.size() / kDefaultBlockSize; in GenerateSourceCopyOp() local
/aosp12/system/keymaster/km_openssl/
H A Dhkdf.cpp54 const size_t num_blocks = (output_len + digest_size_ - 1) / digest_size_; in GenerateKey() local
H A Diso18033kdf.cpp40 size_t num_blocks = (output_len + digest_size_ - 1) / digest_size_; in GenerateKey() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp109 bool CompressedSnapshotWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks()
156 bool OnlineKernelSnapshotWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks()
H A Dcow_writer.cpp53 uint64_t num_blocks = size / options_.block_size; in AddRawBlocks() local
61 bool ICowWriter::AddZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in AddZeroBlocks()
309 bool CowWriter::EmitZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in EmitZeroBlocks()
H A Dcow_snapuserd_test.cpp387 size_t num_blocks = size_ / options.block_size; in CreateCowDeviceWithCopyOverlap_2() local
439 size_t num_blocks = size_ / options.block_size; in CreateCowDeviceWithCopyOverlap_1() local
498 size_t num_blocks = size_ / options.block_size; in CreateCowDeviceOrderedOpsInverted() local
551 size_t num_blocks = size_ / options.block_size; in CreateCowDeviceOrderedOps() local
604 size_t num_blocks = size_ / options.block_size; in CreateCowDevice() local
936 size_t num_blocks = size_ / options.block_size; in CreateCowDevice() local
H A Dutility.cpp172 uint64_t num_blocks) { in AppendExtent()
H A Dtest_helpers.cpp147 uint64_t num_blocks = writer->options().max_blocks.value(); in WriteRandomData() local
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t3t.cc195 static uint32_t rw_t3t_check_timeout(uint16_t num_blocks) { in rw_t3t_check_timeout()
218 static uint32_t rw_t3t_update_timeout(uint16_t num_blocks) { in rw_t3t_update_timeout()
995 uint8_t num_blocks, in rw_t3t_message_set_block_list()
1080 tNFC_STATUS rw_t3t_send_check_cmd(tRW_T3T_CB* p_cb, uint8_t num_blocks, in rw_t3t_send_check_cmd()
1115 tNFC_STATUS rw_t3t_send_update_cmd(tRW_T3T_CB* p_cb, uint8_t num_blocks, in rw_t3t_send_update_cmd()
2697 tNFC_STATUS RW_T3tCheck(uint8_t num_blocks, tT3T_BLOCK_DESC* t3t_blocks) { in RW_T3tCheck()
2737 tNFC_STATUS RW_T3tUpdate(uint8_t num_blocks, tT3T_BLOCK_DESC* t3t_blocks, in RW_T3tUpdate()
/aosp12/system/core/fs_mgr/libsnapshot/update_engine/
H A Dupdate_metadata.proto40 optional uint64 num_blocks = 2; field
/aosp12/art/compiler/optimizing/
H A Dlinear_order.cc64 size_t num_blocks = loop->GetBlocks().NumSetBits(); in IsLinearOrderWellFormed() local
H A Dexecution_subgraph.cc94 const size_t num_blocks = graph_->GetBlocks().size(); in Prune() local
/aosp12/bionic/libc/kernel/uapi/sound/sof/
H A Dfw.h57 __u32 num_blocks; member
/aosp12/system/nfc/src/nfa/rw/
H A Dnfa_rw_api.cc758 tNFA_STATUS NFA_RwT3tRead(uint8_t num_blocks, tNFA_T3T_BLOCK_DESC* t3t_blocks) { in NFA_RwT3tRead()
809 tNFA_STATUS NFA_RwT3tWrite(uint8_t num_blocks, tNFA_T3T_BLOCK_DESC* t3t_blocks, in NFA_RwT3tWrite()
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc104 const size_t num_blocks = in nfcsnoop_compress() local
/aosp12/system/bt/btif/src/
H A Dbtif_debug_btsnoop.cc177 const size_t num_blocks = in btsnoop_compress() local
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_target.cpp85 void DmTargetVerity::UseFec(const std::string& device, uint32_t num_roots, uint32_t num_blocks, in UseFec()
/aosp12/system/update_engine/scripts/
H A Dpayload_info_unittest.py74 def __init__(self, start_block, num_blocks): argument
/aosp12/system/update_engine/update_engine/
H A Dupdate_metadata.proto112 optional uint64 num_blocks = 2; field

12