Home
last modified time | relevance | path

Searched refs:rend (Results 101 - 125 of 623) sorted by relevance

12345678910>>...25

/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dshgetc.h32 ((f)->buf = (f)->rpos = (void *)(s), (f)->rend = (void*)-1)
/third_party/musl/src/stdio/
H A D__toread.c19 f->rpos = f->rend = f->buf + f->buf_size; in __toread()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_permute_blocks.cpp58 for (auto id = block_ids.rbegin(); id != block_ids.rend(); ++id) { in Apply()
H A Dfuzzer_pass_permute_instructions.cpp47 for (auto it = instructions.rbegin(); it != instructions.rend(); ++it) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_permute_blocks.cpp58 for (auto id = block_ids.rbegin(); id != block_ids.rend(); ++id) { in Apply()
H A Dfuzzer_pass_permute_instructions.cpp47 for (auto it = instructions.rbegin(); it != instructions.rend(); ++it) { in Apply()
/third_party/skia/third_party/externals/tint/src/utils/
H A Dreverse.h41 return std::rend(r_it.iterable); in end()
50 /// * for (auto it = vec.rbegin(); i != vec.rend(); ++it) {
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_permute_blocks.cpp58 for (auto id = block_ids.rbegin(); id != block_ids.rend(); ++id) { in Apply()
H A Dfuzzer_pass_permute_instructions.cpp47 for (auto it = instructions.rbegin(); it != instructions.rend(); ++it) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h605 reverse_iterator rend() { return FunctionList.rend(); } in rend() function in llvm::Module
606 const_reverse_iterator rend() const { return FunctionList.rend(); } in rend() function in llvm::Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h772 reverse_iterator rend() { return Index2Node.rend(); } in rend() function in llvm::SUnit::ScheduleDAGTopologicalSort
773 const_reverse_iterator rend() const { return Index2Node.rend(); } in rend() function in llvm::SUnit::ScheduleDAGTopologicalSort
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_read.c22 f->rend = f->buf + cnt; in __stdio_read()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_read.c22 f->rend = f->buf + cnt; in __stdio_read()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_read.c22 f->rend = f->buf + cnt; in __stdio_read()
/third_party/skia/third_party/externals/tint/src/
H A Dscope_stack.h63 for (auto iter = stack_.rbegin(); iter != stack_.rend(); ++iter) { in Get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h150 reverse_iterator rend() const { return getSubLoops().rend(); } in rend() function in llvm::LoopBase
328 PreOrderWorklist.append(L.rbegin(), L.rend()); in getInnerLoopsInPreorder()
334 PreOrderWorklist.append(L->rbegin(), L->rend()); in getInnerLoopsInPreorder()
917 reverse_iterator rend() const { return TopLevelLoops.rend(); } in rend() function in llvm::LoopInfoBase
/base/update/updater/services/script/script_interpreter/
H A Dscript_interpreter.cpp131 for (auto context = contextStack_.rbegin(); context != contextStack_.rend(); context++) { in FindVariable()
145 for (auto context = contextStack_.rbegin(); context != contextStack_.rend(); context++) { in UpdateVariable()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h87 auto rend() const in rend() function in OHOS::Ace::NG::final
89 return children_.rend(); in rend()
/third_party/musl/src/internal/
H A Dstdio_impl.h76 unsigned char *rpos, *rend; member
175 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h76 unsigned char *rpos, *rend; member
171 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h137 inline ReverseIterator rend() const;
212 typename RegListBase<RegisterT>::ReverseIterator RegListBase<RegisterT>::rend() in rend() function in v8::internal::RegListBase
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in spvtools::opt::BasicBlock
106 const_reverse_iterator rend() const { in rend() function in spvtools::opt::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h102 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in spvtools::opt::BasicBlock
106 const_reverse_iterator rend() const { in rend() function in spvtools::opt::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DPath.h87 friend reverse_iterator rend(StringRef path);
116 reverse_iterator rend(StringRef path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) { in end()
97 }) == Stack.rend()) { in end()

Completed in 16 milliseconds

12345678910>>...25