Home
last modified time | relevance | path

Searched refs:end (Results 2001 - 2025 of 18131) sorted by relevance

1...<<81828384858687888990>>...726

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_lookup_test.h37 TypeParam m(values.begin(), values.end()); in TYPED_TEST_P()
68 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
81 EXPECT_TRUE(m.end() == m.find(p.first)) in TYPED_TEST_P()
83 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
86 EXPECT_TRUE(m.end() != it) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
102 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
/third_party/spirv-tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
61 // end() iterator.
87 // If we are at the end, do nothing, otherwise
90 // If we reach the end of the local iterator, pop it.
103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
114 // child and push back the pair if the children iterator is not end().
126 // - If the children iterator has reach the end, then the node become the
154 static inline PostOrderTreeDFIterator end(NodePtr sentinel_node) { in end() function in spvtools::opt::PostOrderTreeDFIterator
187 // Constructor for the "end()" iterato
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp144 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
148 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
152 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
155 // Write end messages for consumers. in ThreadSafeRingBuffer_selfTest()
160 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
177 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
179 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
/third_party/zlib/contrib/infback9/
H A Dinftree9.c52 int end; /* use base and extra for symbol > end */ in inflate_table9() local
173 end = 19; in inflate_table9()
180 end = 256; in inflate_table9()
185 end = -1; in inflate_table9()
208 if ((int)(work[sym]) < end) { in inflate_table9()
212 else if ((int)(work[sym]) > end) { in inflate_table9()
217 this.op = (unsigned char)(32 + 64); /* end of block */ in inflate_table9()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc318 while (!interval->Contains(pos->pos()) && interval->end() != pos->pos()) { in VerifyPositions()
327 LifetimePosition last_end = first_interval()->end(); in VerifyIntervals()
331 last_end = interval->end(); in VerifyIntervals()
600 // end of a lifetime hole). Use at this position should be attributed to in DetachAt()
737 while (start_search->end() < position) { in NextEndAfter()
740 return start_search->end(); in NextEndAfter()
935 // If we've walked past the end, cache the last child instead. This allows in GetChildCovers()
936 // future calls that are also past the end to be fast, since they will know in GetChildCovers()
955 DCHECK(start < first_interval_->end()); in ShortenTo()
960 LifetimePosition end, Zon in EnsureInterval()
959 EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) EnsureInterval() argument
980 AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) AddUseInterval() argument
1130 LifetimePosition end = interval->end(); PrintRangeRow() local
1655 int end = block->last_instruction_index(); MeetRegisterConstraints() local
1667 int end = block->last_instruction_index(); MeetRegisterConstraintsForLastInstructionInBlock() local
1927 LifetimePosition end = LifetimePosition::InstructionFromInstructionIndex( AddInitialIntervals() local
2479 LifetimePosition end = LifetimePosition::GapFromInstructionIndex( ProcessLoopHeader() local
2647 LifetimePosition end = interval->end(); NextIntervalStartsInDifferentBlocks() local
2875 SplitBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) SplitBetween() argument
2888 FindOptimalSplitPos(LifetimePosition start, LifetimePosition end) FindOptimalSplitPos() argument
4540 SpillBetween(LiveRange* range, LifetimePosition start, LifetimePosition end, SpillMode spill_mode) SpillBetween() argument
4546 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end, SpillMode spill_mode) SpillBetweenUntil() argument
4765 int end = 0; PopulateReferenceMaps() local
4885 auto end = live->end(); ResolveControlFlow() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dskmsg.c15 if (msg->sg.end > msg->sg.start && in sk_msg_try_coalesce_ok()
16 elem_first_coalesce < msg->sg.end) in sk_msg_try_coalesce_ok()
19 if (msg->sg.end < msg->sg.start && in sk_msg_try_coalesce_ok()
21 elem_first_coalesce < msg->sg.end)) in sk_msg_try_coalesce_ok()
52 i = msg->sg.end; in sk_msg_alloc()
66 sge = &msg->sg.data[msg->sg.end]; in sk_msg_alloc()
70 sk_msg_iter_next(msg, end); in sk_msg_alloc()
100 if (i == src->sg.end && off) in sk_msg_clone()
110 if (dst->sg.end) in sk_msg_clone()
111 sgd = sk_msg_elem(dst, dst->sg.end in sk_msg_clone()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 return make_range(Edges.begin(), Edges.end());
240 return make_range(Edges.begin(), Edges.end());
563 return make_range(Blocks.begin(), Blocks.end()); in blocks()
568 return make_range(Blocks.begin(), Blocks.end()); in blocks()
573 return make_range(Symbols.begin(), Symbols.end()); in symbols()
578 return make_range(Symbols.begin(), Symbols.end()); in symbols()
629 assert((!Last || First) && "First can not be null if end is non-null"); in getFirstBlock()
735 assert(InnerI != getInnerRange(*OuterI).end() && "Dereferencing end?"); in operator *()
751 while (OuterI != OuterE && InnerI == getInnerRange(*OuterI).end()) { in moveToNonEmptyInnerOrEnd()
1089 const_iterator end() const { return AddrToBlock.end(); } end() function in llvm::jitlink::BlockAddressMap
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer_test.cc43 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
44 EXPECT_EQ(t.source().range.end.column, 11u); in TEST_F()
62 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
63 EXPECT_EQ(t.source().range.end.column, 7u); in TEST_F()
70 EXPECT_EQ(t.source().range.end.line, 4u); in TEST_F()
71 EXPECT_EQ(t.source().range.end.column, 8u); in TEST_F()
87 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
88 EXPECT_EQ(t.source().range.end.column, 13u); in TEST_F()
105 EXPECT_EQ(t.source().range.end.line, 3u); in TEST_F()
106 EXPECT_EQ(t.source().range.end in TEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp160 if(it == end(allShaderModules)) in exportFilesForExternalCompiler()
165 if (it2 == end(allSpirvShaders)) in exportFilesForExternalCompiler()
173 if (it == end(allRenderPasses)) in exportFilesForExternalCompiler()
176 if (it2 == end(allRenderPasses2)) in exportFilesForExternalCompiler()
188 if (it == end(allPipelineLayouts)) in exportFilesForExternalCompiler()
196 if (it2 == end(allDescriptorSetLayouts)) in exportFilesForExternalCompiler()
208 if (it3 == end(allSamplers)) in exportFilesForExternalCompiler()
219 if (it4 == end(allSamplerYcbcrConversions)) in exportFilesForExternalCompiler()
267 if(sit==end(spirvShaders)) in exportFilesForExternalCompiler()
284 if(it == end(allShaderModule in exportFilesForExternalCompiler()
[all...]
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dtlbflush.h28 unsigned long start, unsigned long end);
29 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
43 #define flush_tlb_pgtables(mm, start, end)
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dtlbflush.h28 unsigned long start, unsigned long end);
29 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
43 #define flush_tlb_pgtables(mm, start, end)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number.hh30 hb_parse_int (const char **pp, const char *end, int *pv,
34 hb_parse_uint (const char **pp, const char *end, unsigned int *pv,
38 hb_parse_double (const char **pp, const char *end, double *pv,
/third_party/skia/tools/gpu/
H A DFlushFinishTracker.cpp20 auto end = begin; in waitTillFinished() local
21 while (!fIsFinished && (end - begin) < std::chrono::seconds(2)) { in waitTillFinished()
23 end = std::chrono::steady_clock::now(); in waitTillFinished()
/third_party/libabigail/src/
H A Dabg-default-reporter.cc160 i != sorted_deleted_enumerators.end(); in report()
179 i != sorted_inserted_enumerators.end(); in report()
199 i != sorted_changed_enumerators.end(); in report()
588 i != d.priv_->sorted_deleted_parms_.end(); in report_local_function_type_changes()
599 i != d.priv_->sorted_added_parms_.end(); in report_local_function_type_changes()
640 i != d.priv_->sorted_subtype_changed_parms_.end(); in report()
764 dif != d.changed_types().end(); in report()
786 dif != d.changed_decls().end (); in report()
805 i != d.priv_->deleted_types_.end(); in report()
817 i != d.priv_->deleted_decls_.end(); in report()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIfConversion.cpp133 /// BrCond - Conditions for end of block conditional branches.
299 MachineBasicBlock::iterator TIE = TBBInfo.BB->end(); in MeetIfcvtSizeLimit()
300 MachineBasicBlock::iterator FIE = FBBInfo.BB->end(); in MeetIfcvtSizeLimit()
321 // Count instructions at the end of the true and false blocks, after in MeetIfcvtSizeLimit()
325 for (auto &I : make_range(TIE, TBBInfo.BB->end())) { in MeetIfcvtSizeLimit()
334 for (auto &I : make_range(FIE, FBBInfo.BB->end())) { in MeetIfcvtSizeLimit()
431 } // end anonymous namespace
627 /// Reverse the condition of the end of the block branch. Swap block's 'true'
640 /// Returns the next block in the function blocks ordering. If it is the end,
644 MachineFunction::iterator E = MBB.getParent()->end(); in getNextBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp218 assert(F != end()); in operator []()
244 } // end anonymous namespace
326 } // end anonymous namespace
406 iterator end() { return Seq.end(); }
408 const_iterator end() const { return Seq.end(); }
431 OrderedRegisterList::const_iterator B = P.RL.begin(), E = P.RL.end();
441 } // end anonymous namespace
445 if (L == Seq.end())
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace.c219 u32 end; in kbasep_ktrace_dump() local
227 end = kbdev->ktrace.next_in; in kbasep_ktrace_dump()
229 while (start != end) { in kbasep_ktrace_dump()
247 u32 end; member
262 if ((state->end >= state->start && i >= state->end) || in kbasep_ktrace_seq_start()
263 i >= state->end + KBASE_KTRACE_SIZE) in kbasep_ktrace_seq_start()
284 if (i == state->end) in kbasep_ktrace_seq_next()
326 state->end = kbdev->ktrace.next_in; in kbasep_ktrace_debugfs_open()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace.c210 u32 end; in kbasep_ktrace_dump() local
218 end = kbdev->ktrace.next_in; in kbasep_ktrace_dump()
220 while (start != end) { in kbasep_ktrace_dump()
238 u32 end; member
255 if ((state->end >= state->start && i >= state->end) || i >= state->end + KBASE_KTRACE_SIZE) { in kbasep_ktrace_seq_start()
278 if (i == state->end) { in kbasep_ktrace_seq_next()
322 state->end = kbdev->ktrace.next_in; in kbasep_ktrace_debugfs_open()
/kernel/linux/linux-5.10/arch/mips/sni/
H A Drm200.c53 .end = 0x1cd41fff,
67 .end = 0x180fffff,
72 .end = 0x1b000004,
77 .end = 0x1ff00020,
82 .end = 27,
99 .end = 0x190fffff,
104 .end = 26,
363 .end = 0x16000023,
370 .end = 0x160000a3,
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack.c36 unsigned long *end = task_stack_page(task) + THREAD_SIZE; in in_task_stack() local
38 if (stack < begin || stack >= end) in in_task_stack()
43 info->end = end; in in_task_stack()
55 void *end = ss + 1; in in_entry_stack() local
57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack()
62 info->end = end; in in_entry_stack()
252 for (; stack < stack_info.end; stack++) { in show_trace_log_lvl()
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Ddiag.c22 unsigned long start, end; in diag_release_pages() local
26 end = vcpu->run->s.regs.gprs[vcpu->arch.sie_block->ipa & 0xf] + PAGE_SIZE; in diag_release_pages()
29 if (start & ~PAGE_MASK || end & ~PAGE_MASK || start >= end in diag_release_pages()
33 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end); in diag_release_pages()
36 * We checked for start >= end above, so lets check for the in diag_release_pages()
39 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages()
40 gmap_discard(vcpu->arch.gmap, start, end); in diag_release_pages()
51 if (end > prefix + PAGE_SIZE) in diag_release_pages()
53 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-h3.c228 .end = OMAP1710_ETHR_START + 0xf,
262 .end = GPTIMER_REGS(0) + GPTIMER_REGS_SIZE,
267 .end = INT_1610_GPTIMER1,
282 .end = INT_KEYBOARD,
401 nor_resource.end = nor_resource.start = omap_cs3_phys(); in h3_init()
402 nor_resource.end += SZ_32M - 1; in h3_init()
404 nand_resource.end = nand_resource.start = OMAP_CS2B_PHYS; in h3_init()
405 nand_resource.end += SZ_4K - 1; in h3_init()
431 smc91x_resources[1].end = gpio_to_irq(40); in h3_init()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dprocess.c236 unsigned long end = begin + IRQ_STACK_START; in in_irq_stack() local
238 if (stack < begin || stack >= end) in in_irq_stack()
241 nextsp = *(unsigned long *)end; in in_irq_stack()
246 info->end = end; in in_irq_stack()
257 unsigned long end = begin + THREAD_SIZE; in in_task_stack() local
259 if (stack < begin || stack >= end) in in_task_stack()
263 info->end = end; in in_task_stack()
/kernel/linux/linux-6.6/arch/mips/sni/
H A Drm200.c53 .end = 0x1cd41fff,
67 .end = 0x180fffff,
72 .end = 0x1b000004,
77 .end = 0x1ff00020,
82 .end = 27,
99 .end = 0x190fffff,
104 .end = 26,
363 .end = 0x16000023,
370 .end = 0x160000a3,
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Ddiag.c22 unsigned long start, end; in diag_release_pages() local
26 end = vcpu->run->s.regs.gprs[vcpu->arch.sie_block->ipa & 0xf] + PAGE_SIZE; in diag_release_pages()
29 if (start & ~PAGE_MASK || end & ~PAGE_MASK || start >= end in diag_release_pages()
33 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end); in diag_release_pages()
36 * We checked for start >= end above, so lets check for the in diag_release_pages()
39 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages()
40 gmap_discard(vcpu->arch.gmap, start, end); in diag_release_pages()
51 if (end > prefix + PAGE_SIZE) in diag_release_pages()
53 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
[all...]

Completed in 23 milliseconds

1...<<81828384858687888990>>...726