Searched refs:other_ops (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_reader.cpp | 287 std::vector<int> other_ops; in PrepMergeOps() local 294 GetSequenceDataV2(&merge_op_blocks, &other_ops, &block_map); in PrepMergeOps() 297 GetSequenceData(&merge_op_blocks, &other_ops, &block_map); in PrepMergeOps() 322 std::sort(other_ops.begin(), other_ops.end()); in PrepMergeOps() 324 std::sort(other_ops.begin(), other_ops.end(), std::greater<int>()); in PrepMergeOps() 327 merge_op_blocks.insert(merge_op_blocks.end(), other_ops.begin(), other_ops.end()); in PrepMergeOps() 358 std::vector<int>* other_ops, in GetSequenceDataV2() argument 389 other_ops->push_back(current_op.new_block); in GetSequenceDataV2() 396 bool CowReader::GetSequenceData(std::vector<uint32_t>* merge_op_blocks, std::vector<int>* other_ops, in GetSequenceData() argument 420 other_ops->push_back(current_op.new_block); in GetSequenceData()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_reader.h | 175 bool GetSequenceDataV2(std::vector<uint32_t>* merge_op_blocks, std::vector<int>* other_ops, 178 bool GetSequenceData(std::vector<uint32_t>* merge_op_blocks, std::vector<int>* other_ops,
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | math_ops.py | 308 return self.other_ops() 310 def other_ops(self): member in OtherMathOpsModule
|