Home
last modified time | relevance | path

Searched refs:end (Results 2726 - 2750 of 18131) sorted by relevance

1...<<101102103104105106107108109110>>...726

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallString.h31 SmallString(StringRef S) : SmallVector<char, InternalLen>(S.begin(), S.end()) {} in SmallString()
59 SmallVectorImpl<char>::append(RHS.begin(), RHS.end()); in assign()
65 SmallVectorImpl<char>::append(RHS.begin(), RHS.end()); in assign()
84 SmallVectorImpl<char>::append(RHS.begin(), RHS.end()); in append()
89 SmallVectorImpl<char>::append(RHS.begin(), RHS.end()); in append()
285 this->append(RHS.begin(), RHS.end()); in operator +=()
294 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopIterator.h89 .end(); in child_end()
133 POIterator endPostorder() const { return PostBlocks.end(); } in endPostorder()
148 return I != PostNumbers.end() && I->second; in hasPostorder()
154 assert(I != PostNumbers.end() && "block not visited by DFS"); in getPostorder()
170 /// Wrapper class to LoopBlocksDFS that provides a standard begin()/end()
186 LoopBlocksDFS::RPOIterator end() const { return DFS.endRPO(); } in end() function in llvm::LoopBlocksRPO
221 POTIterator end() { in end() function in llvm::LoopBlocksTraversal
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h119 @end
133 @end
162 @end
211 @end
291 @end
316 @end
H A DGPBDescriptor_PackagePrivate.h217 @end
225 @end
235 @end
256 @end
280 @end
301 @end
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php58 $end = strlen($buffer); variable
61 $this->buffer_end = $end;
63 $this->current_limit = $end;
68 $this->total_bytes_read = $end - $start;
88 public function substr($start, $end)
90 return substr($this->buffer, $start, $end - $start);
271 // place to end a message.
314 * like the end of the input has been reached until popLimit() is called.
355 // We may no longer be at a legitimate message end. ReadTag() needs to
/third_party/skia/include/effects/
H A DSkGradientShader.h21 * A sweep gradient where the start and end angle are the same.
61 @param pts The start and end points for the gradient.
65 the the colors are distributed evenly between the start and end point.
66 If this is not null, the values must begin with 0, end with 1.0, and
85 @param pts The start and end points for the gradient.
89 the the colors are distributed evenly between the start and end point.
90 If this is not null, the values must begin with 0, end with 1.0, and
115 If this is not null, the values must begin with 0, end with 1.0, and
138 If this is not null, the values must begin with 0, end with 1.0, and
161 const SkPoint& end, SkScala
165 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
185 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
[all...]
/third_party/rust/crates/regex/tests/
H A Dmacros.rs6 .map(|m| (m.start(), m.end())).collect::<Vec<_>>()
35 .map(|(i, _)| c.get(i).map(|m| (m.start(), m.end())))
63 r.find_iter(text).map(|m| (m.start(), m.end())).collect();
72 .map(|m| (m.start(), m.end()))
89 r.find_iter(text).map(|m| (m.start(), m.end())).collect();
98 .map(|m| (m.start(), m.end()))
/third_party/spirv-tools/source/opt/
H A Dbasic_block.h95 iterator end() { return insts_.end(); } in end() function in spvtools::opt::BasicBlock
97 const_iterator end() const { return insts_.cend(); } in end() function in spvtools::opt::BasicBlock
101 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin()
121 return --end(); in tail()
254 auto bEnd = end(); in AddInstructions()
H A Dblock_merge_util.cpp82 auto ii = block->end(); in CanMergeWithSuccessor()
158 auto ii = bi->end(); in MergeWithSuccessor()
168 for (; sbi != func->end(); ++sbi) in MergeWithSuccessor()
172 assert(sbi != func->end()); in MergeWithSuccessor()
203 new_vec.insert(new_vec.end(), vec.begin(), vec.end()); in MergeWithSuccessor()
/third_party/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp34 ret.insert(ret.end(), cdg.GetDependenceTargets(label).begin(), in GatherEdges()
35 cdg.GetDependenceTargets(label).end()); in GatherEdges()
37 std::sort(ret.begin(), ret.end()); in GatherEdges()
42 reverse_edges.insert(reverse_edges.end(), in GatherEdges()
44 cdg.GetDependenceSources(label).end()); in GatherEdges()
46 std::sort(reverse_edges.begin(), reverse_edges.end()); in GatherEdges()
/third_party/spirv-tools/test/
H A Dunit_spirv.h111 result.insert(result.end(), args.begin(), args.end()); in MakeInstruction()
121 args.insert(args.end(), extra_args.begin(), extra_args.end()); in MakeInstruction()
131 result.insert(result.end(), instruction.begin(), instruction.end()); in Concatenate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dpreauth_auth.c151 char *tmp, *start, *end; in rsn_preauth_iface_init() local
165 end = os_strchr(start, ' '); in rsn_preauth_iface_init()
166 if (end) in rsn_preauth_iface_init()
167 *end = '\0'; in rsn_preauth_iface_init()
175 if (end) in rsn_preauth_iface_init()
176 start = end + 1; in rsn_preauth_iface_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.c168 char *pos, *end; in get_wpa_status() local
198 end = strchr(pos, '\n'); in get_wpa_status()
199 if (end == NULL) in get_wpa_status()
201 *end++ = '\0'; in get_wpa_status()
202 if (end - pos > (int) obuf_size) in get_wpa_status()
204 memcpy(obuf, pos, end - pos); in get_wpa_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dpreauth_auth.c151 char *tmp, *start, *end; in rsn_preauth_iface_init() local
165 end = os_strchr(start, ' '); in rsn_preauth_iface_init()
166 if (end) in rsn_preauth_iface_init()
167 *end = '\0'; in rsn_preauth_iface_init()
175 if (end) in rsn_preauth_iface_init()
176 start = end + 1; in rsn_preauth_iface_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.c168 char *pos, *end; in get_wpa_status() local
198 end = strchr(pos, '\n'); in get_wpa_status()
199 if (end == NULL) in get_wpa_status()
201 *end++ = '\0'; in get_wpa_status()
202 if (end - pos > (int) obuf_size) in get_wpa_status()
204 memcpy(obuf, pos, end - pos); in get_wpa_status()
/third_party/zlib/
H A Dinffast.c18 available, an end-of-block is encountered, or a data error is encountered.
34 TYPE -- reached end of block code, inflate() to interpret next block
56 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() local
83 end = out + (strm->avail_out - 257); in inflate_fast()
98 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
210 if (op < len) { /* some from end of window */ in inflate_fast()
277 else if (op & 32) { /* end-of-block */ in inflate_fast()
278 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast()
287 } while (in < last && out < end); in inflate_fast()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c37 static u32 find_nvram_size(void __iomem *end) in find_nvram_size() argument
43 header = (struct nvram_header *)(end - nvram_sizes[i]); in find_nvram_size()
167 char *var, *value, *end, *eq; in bcm47xx_nvram_getenv() local
181 end = nvram_buf + sizeof(nvram_buf); in bcm47xx_nvram_getenv()
182 while (var < end && *var) { in bcm47xx_nvram_getenv()
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dpxa910.c150 .end = 0xd4019fff,
154 .end = IRQ_PXA910_AP_GPIO,
170 .end = 0xd401003f,
174 .end = IRQ_PXA910_RTC_INT,
179 .end = IRQ_PXA910_RTC_ALARM,
H A Dpxa168.c114 .end = 0xd4019fff,
118 .end = IRQ_PXA168_GPIOX,
135 .end = PXA168_U2H_REGBASE + USB_REG_RANGE,
142 .end = PXA168_U2H_PHYBASE + USB_PHY_RANGE,
148 .end = IRQ_PXA168_USB2,
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dc-r3k.c103 static void r3k_flush_icache_range(unsigned long start, unsigned long end) in r3k_flush_icache_range() argument
108 size = end - start; in r3k_flush_icache_range()
160 static void r3k_flush_dcache_range(unsigned long start, unsigned long end) in r3k_flush_dcache_range() argument
165 size = end - start; in r3k_flush_dcache_range()
232 unsigned long start, unsigned long end) in r3k_flush_cache_range()
231 r3k_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) r3k_flush_cache_range() argument
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-platform.c19 .end = SGI_WD93_0_IRQ,
47 .end = SGI_WD93_1_IRQ,
101 .end = SGI_ENET_IRQ,
126 .end = SGI_GIO_0_IRQ,
216 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1; in sgi_ds1286_devinit()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
H A Dmalta-setup.c37 .end = 0x1f,
43 .end = 0x5f,
49 .end = 0x6f,
55 .end = 0x8f,
61 .end = 0xdf,
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-rc32434.c54 .end = 0x5FFFFFFF,
63 .end = 0x6FFFFFFF,
73 .end = 0x188FFFFF,
212 ioport_resource.end = rc32434_res_pci_io1.end; in rc32434_pci_init()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dmachine_kexec.c160 crashk_res.end = crash_base + crash_size - 1; in reserve_crashkernel()
163 if (crashk_res.end == crashk_res.start) in reserve_crashkernel()
184 crashk_res.end = crashk_res.start + crash_size - 1; in reserve_crashkernel()
189 if ((memblock_end_of_DRAM() - memory_limit) <= crashk_res.end) { in reserve_crashkernel()
203 crashk_res.start = crashk_res.end = 0; in reserve_crashkernel()
/kernel/linux/linux-5.10/arch/sh/boards/mach-sdk7786/
H A Dsetup.c29 .end = 0x07fff8b0 + sizeof(u16) - 1,
50 .end = 0x07ffff00 + SZ_256 - 1,
56 .end = evt2irq(0x2c0),
80 .end = 0x07fff9e0 + SZ_32 - 1,
93 .end = 0x07fffc30 + SZ_32 - 1,

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...726