/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() 215 errcode_t ext2fs_resize_inode_bitmap2(__u64 new_end, __u64 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() 228 errcode_t ext2fs_resize_block_bitmap2(__u64 new_end, __u64 new_real_end, in ext2fs_resize_block_bitmap2()
|
D | blkmap64_ba.c | 125 __u64 new_end, __u64 new_real_end) in ba_resize_bmap()
|
D | gen_bitmap64.c | 348 __u64 new_end, in ext2fs_resize_generic_bmap()
|
D | gen_bitmap.c | 326 __u32 new_end, __u32 new_real_end, in ext2fs_resize_generic_bitmap()
|
D | blkmap64_rb.c | 306 __u64 new_end, __u64 new_real_end) in rb_resize_bmap()
|
/external/pdfium/testing/ |
D | range_set.cpp | 55 const int new_end = std::max(end->second, fixed_range.second); in Union() local
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | shared_x_display.cc | 55 std::vector<XEventHandler*>::iterator new_end = in RemoveEventHandler() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.cc | 220 const auto new_end = std::max(end(d), other.end(d)); in UpdateToCover() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local
|
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local
|
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | dead_insert_elim_pass.cpp | 155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain() local
|
D | def_use_manager.cpp | 240 auto new_end = users_begin; in ClearInst() local
|
/external/libchrome/base/containers/ |
D | circular_deque.h | 647 size_t new_end = (begin_ + count) % buffer_.capacity(); in resize() local 662 size_t new_end = (begin_ + count) % buffer_.capacity(); in resize() local
|
/external/webrtc/webrtc/base/ |
D | messagequeue.cc | 391 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin(); in Clear() local
|
/external/v8/src/heap/ |
D | spaces.cc | 273 uint64_t new_end = Min(step_end, static_cast<uint64_t>(end)); in ComputeLimit() local
|
D | heap.cc | 3153 Address new_end = old_end - bytes_to_trim; in CreateFillerForArray() local
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.cc | 185 StanzaHandlerVector::iterator new_end = in RemoveStanzaHandler() local
|
/external/v8/src/compiler/ |
D | schedule.cc | 82 void BasicBlock::TrimNodes(iterator new_end) { nodes_.erase(new_end, end()); } in TrimNodes()
|
/external/libcxx/fuzzing/ |
D | fuzzing.cpp | 376 Vec::iterator new_end = std::unique(results.begin(), results.end()); in unique() local
|
/external/v8/src/compiler/backend/ |
D | register-allocator.cc | 967 LifetimePosition new_end = end; in EnsureInterval() local 3056 LifetimePosition new_end = range->End(); in AssignRegisterOnReload() local 4206 LifetimePosition new_end = current->End(); in AllocateBlockedReg() local
|
/external/v8/src/objects/ |
D | bigint.cc | 396 Address new_end = result.address() + BigInt::SizeFor(new_length); in Canonicalize() local 2262 Address new_end = result->address() + needed_size; in ToStringGeneric() local
|