Home
last modified time | relevance | path

Searched refs:rbegin (Results 76 - 100 of 588) sorted by relevance

12345678910>>...24

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp177 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in canRemoveAddasl()
214 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in allValidCandidates()
299 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in isSafeToExtLR()
353 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
393 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
439 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in analyzeUses()
614 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in changeAddAsl()
743 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processBlock()
/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.h64 for (auto begin = loadHist.rbegin(); begin < end; ++begin) { 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/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp54 return map.rbegin()->first; in lastName()
/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()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc105 reverse_iterator rbegin() { return tree_.rbegin(); } in rbegin() function in absl::container_internal::base_checker
106 const_reverse_iterator rbegin() const { return tree_.rbegin(); } in rbegin() function in absl::container_internal::base_checker
282 auto checker_riter = checker_.rbegin(); in verify()
283 const_reverse_iterator tree_riter(tree_.rbegin()); in verify()
294 EXPECT_EQ(tree_riter, tree_.rbegin()); in verify()
295 EXPECT_EQ(checker_riter, checker_.rbegin()); in verify()
564 typename T::reverse_iterator mutable_riter(mutable_b.rbegin()); in ConstTest()
565 EXPECT_EQ(mutable_riter, const_b.rbegin()); in ConstTest()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h656 reverse_iterator rbegin() { return BasicBlocks.rbegin(); }
657 const_reverse_iterator rbegin() const { return BasicBlocks.rbegin(); }
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp620 for (uint32_t i = (mainIter->second.empty() ? 0 : mainIter->second.rbegin()->first); i < crossCount_; i++) { in FillBlankAtEnd()
801 ? gridLayoutInfo_.gridMatrix_.rbegin()->second.rbegin()->second + 1 in GetTargetIndexInfoWithBenchMark()
804 ? gridLayoutInfo_.gridMatrix_.rbegin()->first + 1 in GetTargetIndexInfoWithBenchMark()
920 } else if (targetIndex > gridLayoutInfo_.gridMatrix_.rbegin()->second.rbegin()->second) { in ScrollToIndexAuto()
957 } else if (targetIndex > gridLayoutInfo_.gridMatrix_.rbegin()->second.rbegin()->second) { in ScrollToIndexStart()
1250 for (auto itemIter = gridMatrixIter->second.rbegin(); itemIter != gridMatrixIter->second.rend(); ++itemIter) { in FillNewLineForward()
1342 for (auto i = gridLayoutInfo_.startMainLineIndex_ + 1; i <= gridMatrix.rbegin() in AddForwardLines()
[all...]
/third_party/json/tests/src/
H A Dunit-regression1.cpp284 json::reverse_iterator rit = a.rbegin();
291 json::reverse_iterator rit = ++a.rbegin();
297 json::reverse_iterator rit = a.rbegin();
300 std::transform(rit, a.rend(), b.rbegin(), [](json el)
309 std::transform(++a.rbegin(), a.rend(), b.rbegin(), [](json el)
333 for (auto it = config.rbegin(); it != config.rend(); ++it)
/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.cc69 std::remove_if(ordered_pre_finalizers_.rbegin(), 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.cpp77 for (auto arraySizeIter = type.getArraySizes().rbegin(); in operator <<()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h221 return itemPosition_.empty() ? -1 : itemPosition_.rbegin()->first; in GetEndIndex()
293 return itemPosition_.rbegin()->second.endPos; in GetEndPosition()
295 return itemPosition_.rbegin()->second.endPos + spaceWidth_; in GetEndPosition()
/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()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp382 uint32_t spanTime = spanSizeInframe * AUDIO_MS_PER_SECOND / *serverStreamInfo.samplingRate.rbegin(); in ConfigProcessBuffer()
389 if (*serverStreamInfo.channels.rbegin() != processConfig_.streamInfo.channels) { in ConfigProcessBuffer()
392 uint32_t serverByteSize = *serverStreamInfo.channels.rbegin() * PcmFormatToBits(serverStreamInfo.format); in ConfigProcessBuffer()
/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.h245 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindDominators()
299 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), in FindPHIPlacement()
354 for (typename BlockListTy::reverse_iterator I = BlockList->rbegin(), 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 20 milliseconds

12345678910>>...24