Home
last modified time | relevance | path

Searched refs:rend (Results 126 - 150 of 602) sorted by relevance

12345678910>>...25

/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/
H A Drender_mouse_listener.cpp56 for (auto iter = children.rbegin(); iter != children.rend(); ++iter) { in UpdateTouchRect()
/foundation/resourceschedule/ffrt/src/sched/
H A Dload_predictor.h63 auto end = loadHist.rend() - 1; in UpdateLoadImpl()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H A Dwifi_direct_event_queue.h49 for (auto it = queue_.rbegin(); it != queue_.rend(); it++) { in Process()
/third_party/musl/porting/linux/user/src/stdio/
H A D__stdio_read.c33 f->rend = f->buf + cnt; in __stdio_read()
/third_party/musl/src/stdio/
H A D__stdio_read.c33 f->rend = f->buf + cnt; in __stdio_read()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorScope.cpp63 for (auto it = mScopes.rbegin(); it != mScopes.rend(); ++it) { in HandleError()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp220 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 Dresource.c191 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 Dresource.c192 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 DOverlayWidgets.cpp307 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 DMachineFunction.h658 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 Dspan_test.cc657 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 Dnavigation_container_element.cpp46 for (auto iter = elementChildren.rbegin(); iter != elementChildren.rend(); ++iter) { in ConnectNavigator()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h61 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 Dconvertor.cpp72 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 Dsb_pass.cpp88 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 Diterator.h75 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 Dprefinalizer-handler.cc70 ordered_pre_finalizers_.rend(), in InvokePreFinalizers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DPipeline.cpp54 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 Dangleutils.cpp66 for (auto indicesIt = indices.rbegin(); indicesIt != indices.rend(); ++indicesIt) in ArrayIndexString()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInfoSink.cpp78 arraySizeIter != type.getArraySizes().rend(); ++arraySizeIter) in operator <<()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp235 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 DRewriteStructSamplers.cpp275 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 DSSAUpdaterImpl.h246 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 DIceDefs.h219 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()

Completed in 14 milliseconds

12345678910>>...25