/external/llvm-project/libcxx/test/libcxx/fuzzing/ |
D | unique.pass.cpp | 22 std::vector<std::uint8_t>::iterator new_end = std::unique(results.begin(), results.end()); in LLVMFuzzerTestOneInput() local 27 if (results.begin() == new_end) in LLVMFuzzerTestOneInput() 31 if (!std::is_sorted(results.begin(), new_end)) in LLVMFuzzerTestOneInput() 37 for (; it != new_end; ++it) { in LLVMFuzzerTestOneInput() 44 for (it = results.begin(); it != new_end; ++it) in LLVMFuzzerTestOneInput() 50 if (std::find(results.begin(), new_end, v) == new_end) in LLVMFuzzerTestOneInput()
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 208 errcode_t ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end, in ext2fs_resize_inode_bitmap() argument 212 new_end, new_real_end, bmap)); in ext2fs_resize_inode_bitmap() 215 errcode_t ext2fs_resize_inode_bitmap2(__u64 new_end, __u64 new_real_end, in ext2fs_resize_inode_bitmap2() argument 218 return (ext2fs_resize_generic_bmap(bmap, new_end, new_real_end)); in ext2fs_resize_inode_bitmap2() 221 errcode_t ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end, in ext2fs_resize_block_bitmap() argument 225 new_end, new_real_end, bmap)); in ext2fs_resize_block_bitmap() 228 errcode_t ext2fs_resize_block_bitmap2(__u64 new_end, __u64 new_real_end, in ext2fs_resize_block_bitmap2() argument 231 return (ext2fs_resize_generic_bmap(bmap, new_end, new_real_end)); in ext2fs_resize_block_bitmap2()
|
D | blkmap64_ba.c | 125 __u64 new_end, __u64 new_real_end) in ba_resize_bmap() argument 136 if (new_end > bmap->end) { in ba_resize_bmap() 138 if (bitno > new_end) in ba_resize_bmap() 139 bitno = new_end; in ba_resize_bmap() 144 bmap->end = new_end; in ba_resize_bmap() 159 bmap->end = new_end; in ba_resize_bmap()
|
D | gen_bitmap.c | 326 __u32 new_end, __u32 new_real_end, in ext2fs_resize_generic_bitmap() argument 341 if (new_end > bmap->end) { in ext2fs_resize_generic_bitmap() 343 if (bitno > new_end) in ext2fs_resize_generic_bitmap() 344 bitno = new_end; in ext2fs_resize_generic_bitmap() 349 bmap->end = new_end; in ext2fs_resize_generic_bitmap() 364 bmap->end = new_end; in ext2fs_resize_generic_bitmap()
|
/external/openscreen/discovery/dnssd/impl/ |
D | querier_impl.cc | 144 auto new_end = std::set_difference(new_endpoints.begin(), new_endpoints.end(), in CalculateChangeSets() local 147 created_or_updated.erase(new_end, created_or_updated.end()); in CalculateChangeSets() 153 new_end = std::set_difference(old_endpoints.begin(), old_endpoints.end(), in CalculateChangeSets() 156 deleted_or_updated.erase(new_end, deleted_or_updated.end()); in CalculateChangeSets() 162 new_end = std::set_intersection( in CalculateChangeSets() 166 updated.erase(new_end, updated.end()); in CalculateChangeSets() 171 new_end = std::set_difference( in CalculateChangeSets() 174 created.erase(new_end, created.end()); in CalculateChangeSets() 178 new_end = std::set_difference( in CalculateChangeSets() 181 deleted.erase(new_end, deleted.end()); in CalculateChangeSets()
|
/external/crosvm/fuse/src/ |
D | worker.rs | 107 let new_end = pos + read; in write_from() localVariable 108 debug_assert!(new_end >= old_end); in write_from() 109 buf.truncate(new_end); in write_from() 110 self.write_buf.set_position(new_end as u64); in write_from()
|
/external/openscreen/platform/impl/ |
D | network_interface.cc | 12 const auto new_end = std::remove_if( in GetNetworkInterfaces() local 18 interfaces.erase(new_end, interfaces.end()); in GetNetworkInterfaces()
|
/external/webrtc/modules/audio_processing/test/conversational_speech/ |
D | multiend_call.h | 40 size_t new_end, in SpeakingTurn() 45 end(new_end), in SpeakingTurn()
|
/external/pdfium/testing/ |
D | range_set.cpp | 55 const int new_end = std::max(end->second, fixed_range.second); in Union() local 58 ranges_.insert(Range(new_start, new_end)); in Union()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_params_with_struct.cpp | 56 auto new_end = in Apply() local 68 parameter_index.erase(new_end, parameter_index.end()); in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_params_with_struct.cpp | 56 auto new_end = in Apply() local 68 parameter_index.erase(new_end, parameter_index.end()); in Apply()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | shared_x_display.cc | 57 std::vector<XEventHandler*>::iterator new_end = in RemoveEventHandler() local 59 handlers->second.erase(new_end, handlers->second.end()); in RemoveEventHandler()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_replace_params_with_struct.cpp | 53 auto new_end = in Apply() local 65 parameter_index.erase(new_end, parameter_index.end()); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local 241 for (; UsersNotEnd(new_end, end, inst); ++new_end) { in ClearInst() 243 id_to_users_.erase(users_begin, new_end); in ClearInst()
|
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local 156 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local 241 for (; UsersNotEnd(new_end, end, inst); ++new_end) { in ClearInst() 243 id_to_users_.erase(users_begin, new_end); in ClearInst()
|
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local 156 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local 241 for (; UsersNotEnd(new_end, end, inst); ++new_end) { in ClearInst() 243 id_to_users_.erase(users_begin, new_end); in ClearInst()
|
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local 156 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
|
/external/openscreen/util/ |
D | std_util.h | 64 const auto new_end = std::unique(c->begin(), c->end()); in SortAndDedupeElements() local 65 c->erase(new_end, c->end()); in SortAndDedupeElements()
|
/external/libcxx/fuzzing/ |
D | fuzzing.cpp | 376 Vec::iterator new_end = std::unique(results.begin(), results.end()); in unique() local 381 if (results.begin() == new_end) in unique() 385 if (!std::is_sorted(results.begin(), new_end)) return 2; in unique() 390 for (; it != new_end; ++it) in unique() 397 for (it = results.begin(); it != new_end; ++it) in unique() 403 if (std::find(results.begin(), new_end, v) == new_end) in unique()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | data_format_ops.cc | 135 auto new_end = std::remove_if( in Compile() local 138 format_str->erase(new_end, format_str->end()); in Compile()
|
/external/libchrome/base/containers/ |
D | circular_deque.h | 647 size_t new_end = (begin_ + count) % buffer_.capacity(); in resize() local 648 DestructRange(new_end, end_); in resize() 649 end_ = new_end; in resize() 662 size_t new_end = (begin_ + count) % buffer_.capacity(); in resize() local 663 DestructRange(new_end, end_); in resize() 664 end_ = new_end; in resize()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.cc | 220 const auto new_end = std::max(end(d), other.end(d)); in UpdateToCover() local 222 set_length(d, new_end - start(d)); in UpdateToCover()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | data_format_ops.cc | 177 auto new_end = std::remove_if( in Compute() local 180 format_str->erase(new_end, format_str->end()); in Compute()
|