/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 311 unsigned char *rpos, *rend; member
|
/third_party/musl/src/stdio/ |
H A D | fmemopen.c | 49 f->rend = f->buf + rem; in mread()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 311 unsigned char *rpos, *rend; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
H A D | string_piece.h | 129 const_reverse_iterator rend() const { in rend() function in i18n::phonenumbers::StringPiece
|
/third_party/node/deps/v8/src/heap/ |
H A D | code-range.cc | 70 it_freed != freed_regions_for_size.rend(); ++it_freed) { in GetAddressHint()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | span_unittest.cpp | 147 for (auto iter = sp.rbegin(); iter != sp.rend(); ++iter) in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 232 for (MachineInstr &I : make_range(MBB->rbegin(), MBB->rend())) { in processUndefReads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) { in localizeInterBlock()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 43 for (auto inst = bb->rbegin(); inst != bb->rend(); ++inst) { in SinkInstructionsInBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 43 for (auto inst = bb->rbegin(); inst != bb->rend(); ++inst) { in SinkInstructionsInBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.cpp | 237 for (auto It = LoopStack.rbegin(); It != LoopStack.rend(); ++It) { in processNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 140 RPOIterator endRPO() const { return PostBlocks.rend(); } in endRPO()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 208 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestHierarchyIterator.cpp | 108 for (vector<NodeIter>::reverse_iterator iter = m_sessionStack.rbegin(); iter != m_sessionStack.rend(); ++iter) in ~TestHierarchyIterator()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1094 inline reverse_iterator rend() { return Recipes.rend(); } 1095 inline const_reverse_iterator rend() const { return Recipes.rend(); }
|
/third_party/spirv-tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 462 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 475 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 540 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F() 553 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/ |
H A D | relative_container_new_test_ng.cpp | 497 EXPECT_NE(text5, frameNode->GetChildren().rend()); in HWTEST_F() 509 EXPECT_NE(text4, frameNode->GetChildren().rend()); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_optimizer.cpp | 479 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit() 637 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit()
|
/third_party/nghttp2/src/ |
H A D | template.h | 297 const_reverse_iterator rend() const { return const_reverse_iterator{base}; } 431 const_reverse_iterator rend() const { return const_reverse_iterator{base}; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 354 iterator overlays_end() { return FSList.rend(); } in overlays_end() 355 const_iterator overlays_end() const { return FSList.rend(); } in overlays_end()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span.h | 337 // span, or `rend()` if the span is empty. 348 // Span::rend() 353 constexpr reverse_iterator rend() const noexcept { 362 constexpr const_reverse_iterator crend() const noexcept { return rend(); }
|