/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/ |
H A D | render_mouse_listener.cpp | 56 for (auto iter = children.rbegin(); iter != children.rend(); ++iter) { in UpdateTouchRect()
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | load_predictor.h | 63 auto end = loadHist.rend() - 1; in UpdateLoadImpl()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
H A D | wifi_direct_event_queue.h | 49 for (auto it = queue_.rbegin(); it != queue_.rend(); it++) { in Process()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | __stdio_read.c | 33 f->rend = f->buf + cnt; in __stdio_read()
|
/third_party/musl/src/stdio/ |
H A D | __stdio_read.c | 33 f->rend = f->buf + cnt; in __stdio_read()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ErrorScope.cpp | 63 for (auto it = mScopes.rbegin(); it != mScopes.rend(); ++it) { in HandleError()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 220 while (rIter != children.rend()) { in LayoutExpandableList() 244 while (rIter != children.rend()) { in LayoutExpandableList() 447 while (rIter != children.rend()) { in SetChildOpacity() 466 while (rIter != children.rend()) { in SetChildStretch()
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | resource.c | 191 int rend = pnp_reserve_io[(i << 1) + 1] + rport - 1; in pnp_check_port() local 192 if (ranged_conflict(port, end, &rport, &rend)) in pnp_check_port() 254 int rend = pnp_reserve_mem[(i << 1) + 1] + raddr - 1; in pnp_check_mem() local 255 if (ranged_conflict(addr, end, &raddr, &rend)) in pnp_check_mem()
|
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | resource.c | 192 int rend = pnp_reserve_io[(i << 1) + 1] + rport - 1; in pnp_check_port() local 193 if (ranged_conflict(port, end, &rport, &rend)) in pnp_check_port() 255 int rend = pnp_reserve_mem[(i << 1) + 1] + raddr - 1; in pnp_check_mem() local 256 if (ranged_conflict(addr, end, &raddr, &rend)) in pnp_check_mem()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 307 auto peakRangeIt = std::max_element(histogram.rbegin(), histogram.rend()); in AppendRunningHistogramCommon() 312 std::find_if(histogram.rbegin(), histogram.rend(), [](size_t value) { return value != 0; }); in AppendRunningHistogramCommon() 319 size_t peakRange = std::distance(peakRangeIt, histogram.rend() - 1); in AppendRunningHistogramCommon() 320 size_t maxValueRange = std::distance(maxValueIter, histogram.rend() - 1); in AppendRunningHistogramCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 658 reverse_iterator rend () { return BasicBlocks.rend(); } 659 const_reverse_iterator rend () const { return BasicBlocks.rend(); }
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span_test.cc | 657 CheckType<absl::Span<int>::reverse_iterator>(slice.rend()); 659 (std::is_convertible<decltype(slice.rend()), 698 accept_reverse_iterator(s.rend()); 699 accept_const_reverse_iterator(s.rend()); 730 accept_reverse_iterator(s.rend()); 731 accept_const_reverse_iterator(s.rend()); 772 EXPECT_TRUE(noexcept(s.rend()));
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_container_element.cpp | 46 for (auto iter = elementChildren.rbegin(); iter != elementChildren.rend(); ++iter) { in ConnectNavigator()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | string_util.h | 61 size_t(std::distance(std::find_if(string.rbegin(), string.rend(), NotSpace).base(), string.end())); in RTrim()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | convertor.cpp | 72 auto rBegin = std::find_if(prefix.Data().rbegin(), prefix.Data().rend(), [](int ch) { return !std::isspace(ch); }); in TrimKey()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.cpp | 88 for (node_riterator N, I = n.rbegin(), E = n.rend(); I != E; I = N) { in run_on()
|
/third_party/node/deps/v8/src/base/ |
H A D | iterator.h | 75 auto Reversed(T& t) { // NOLINT(runtime/references): match {rbegin} and {rend} in Reversed() 76 return make_iterator_range(std::rbegin(t), std::rend(t)); in Reversed()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | prefinalizer-handler.cc | 70 ordered_pre_finalizers_.rend(), in InvokePreFinalizers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 54 for (auto I = Stages.rbegin(), E = Stages.rend(); I != E && !Err; ++I) { in runCycle()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | angleutils.cpp | 66 for (auto indicesIt = indices.rbegin(); indicesIt != indices.rend(); ++indicesIt) in ArrayIndexString()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | InfoSink.cpp | 78 arraySizeIter != type.getArraySizes().rend(); ++arraySizeIter) in operator <<()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | file_path.cpp | 235 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); i != subpaths.rend(); ++i) { in CreateDirectory() 358 for (riter = parentComponents.rbegin(); riter != parentComponents.rend(); ++riter) { in AppendRelativePath() 361 for (riter = childComponents.rbegin(); riter != childComponents.rend(); ++riter) { in AppendRelativePath()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 275 for (auto it = indexNodeStack.rbegin(); it != indexNodeStack.rend(); ++it) in RewriteModifiedStructFieldSelectionExpression() 586 for (auto it = mArraySizeStack.rbegin(); it != mArraySizeStack.rend(); ++it) in GenerateArraySizesFromStack() 632 for (auto it = arraySizes.rbegin(); it != arraySizes.rend(); ++it) in enterArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 246 E = BlockList->rend(); I != E; ++I) { in FindDominators() 300 E = BlockList->rend(); I != E; ++I) { in FindPHIPlacement() 355 E = BlockList->rend(); I != E; ++I) { in FindAvailableVals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceDefs.h | 219 for (auto Dtor = Dtors.rbegin(); Dtor != Dtors.rend(); ++Dtor) { in clearAndPurge() 435 return llvm::make_range(Container.rbegin(), Container.rend()); in reverse_range() 439 return llvm::make_range(Container.rbegin(), Container.rend()); in reverse_range()
|