Searched refs:end (Results 126 - 150 of 4766) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/openssl/
H A Dgendh.c144 goto end;
155 goto end;
163 goto end;
170 goto end;
177 goto end;
187 goto end;
190 goto end;
192 end:
H A Dcrl2p7.c184 goto end;
191 goto end;
199 goto end;
210 goto end;
215 goto end;
219 goto end;
221 goto end;
227 goto end;
229 goto end;
236 goto end;
[all...]
H A Dprime.c151 goto end;
156 goto end;
161 goto end;
166 goto end;
175 goto end;
181 goto end;
188 goto end;
196 end:
H A Dx509.c823 goto end;
832 goto end;
837 goto end;
841 goto end;
848 goto end;
863 goto end;
879 goto end;
885 goto end;
890 goto end;
894 goto end;
[all...]
H A Ddsaparam.c184 goto end;
192 goto end;
200 goto end;
207 goto end;
215 goto end;
223 goto end;
231 goto end;
238 goto end;
246 goto end;
251 goto end;
[all...]
H A Dpkcs8.c226 goto end;
236 goto end;
245 goto end;
254 goto end;
258 goto end;
268 goto end;
277 goto end;
284 goto end;
293 goto end;
298 goto end;
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DICF.cpp38 void segregate(size_t begin, size_t end, EqualsFn);
39 size_t findBoundary(size_t begin, size_t end);
40 void forEachClassRange(size_t begin, size_t end,
60 icfInputs.assign(inputs.begin(), inputs.end());
170 return std::equal(ia->relocs.begin(), ia->relocs.end(), ib->relocs.begin(),
208 if (!std::equal(ia->relocs.begin(), ia->relocs.end(), ib->relocs.begin(), f))
216 auto itA = std::find_if(ia->symbols.begin(), ia->symbols.end(), hasUnwind);
217 auto itB = std::find_if(ib->symbols.begin(), ib->symbols.end(), hasUnwind);
218 if (itA == ia->symbols.end())
219 return itB == ib->symbols.end();
236 findBoundary(size_t begin, size_t end) argument
245 forEachClassRange(size_t begin, size_t end, llvm::function_ref<void(size_t, size_t)> func) argument
345 segregate(size_t begin, size_t end, EqualsFn equals) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h29 const_iterator end() const { return InjectedSourceTable.end(); } function in class:llvm::pdb::InjectedSourceStream
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepUntil.cpp89 until_collection::iterator pos, end = m_until_points.end(); local
90 for (pos = m_until_points.begin(); pos != end; pos++) {
111 until_collection::iterator pos, end = m_until_points.end(); local
114 for (pos = m_until_points.begin(); pos != end; pos++) {
135 until_collection::iterator pos, end = m_until_points.end(); local
136 for (pos = m_until_points.begin(); pos != end; pos++) {
192 until_collection::iterator pos, end local
285 until_collection::iterator pos, end = m_until_points.end(); local
305 until_collection::iterator pos, end = m_until_points.end(); local
[all...]
/openbsd-current/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h37 const_iterator end() const { return Expansions.end(); } function in class:llvm::CodeExpansions
42 } // end namespace llvm
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp82 static bool TryProtectRange(uptr beg, uptr end) { argument
83 CHECK_LE(beg, end);
84 if (beg == end)
86 return beg == (uptr)MmapFixedNoAccess(beg, end - beg);
89 static void ProtectRange(uptr beg, uptr end) { argument
90 if (!TryProtectRange(beg, end)) {
91 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end);
109 segment.start, segment.end);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp59 uptr end = (d + size) & ~3UL; local
61 if (end < beg) return;
64 if (end < d + size) {
65 u32 o = GetOriginIfPoisoned((uptr)src + (end - d), (d + size) - end);
68 *(u32 *)MEM_TO_ORIGIN(end) = o;
72 if (beg < end) {
79 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg));
93 end - beg);
104 uptr end local
229 uptr end = (x + size + 3) & ~3UL; // align up. local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h35 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end(); I != E;
40 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end();
51 iterator end() { return Vector.end(); } function in class:llvm::BlotMapVector
53 const_iterator end() const { return Vector.end(); } function in class:llvm::BlotMapVector
81 if (It == Map.end())
82 return Vector.end();
88 if (It == Map.end())
89 return Vector.end();
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp24 // Append the "file_spec" to the end of the file spec list.
34 collection::iterator end = m_files.end(); local
35 if (find(m_files.begin(), end, file_spec) == end) {
47 collection::const_iterator pos, end = m_files.end(); local
48 for (pos = m_files.begin(); pos != end; ++pos) {
50 if (separator_cstr && ((pos + 1) != end))
157 collection::const_iterator pos, end local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_hmm.c174 unsigned long end; local
196 end = start + npages * PAGE_SIZE;
200 hmm_range->end = min(hmm_range->start + MAX_WALK_BYTE, end);
202 pr_debug("hmm range: start = 0x%lx, end = 0x%lx",
203 hmm_range->start, hmm_range->end);
206 timeout = max((hmm_range->end - hmm_range->start) >> 27, 1UL);
223 if (hmm_range->end == end)
226 hmm_range->start = hmm_range->end;
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_uncore.c948 else if (offset > entry->end)
1025 { .start = 0x2030, .end = 0x2030 },
1026 { .start = 0xA008, .end = 0xA00C },
1027 { .start = 0x12030, .end = 0x12030 },
1028 { .start = 0x1a030, .end = 0x1a030 },
1029 { .start = 0x22030, .end = 0x22030 },
1033 { .start = 0x2030, .end = 0x2030 },
1034 { .start = 0x2550, .end = 0x2550 },
1035 { .start = 0xA008, .end = 0xA00C },
1036 { .start = 0x22030, .end
[all...]
/openbsd-current/usr.bin/cdio/
H A Dcddb.c259 goto end;
262 goto end;
266 goto end;
272 goto end;
278 goto end;
285 goto end;
292 goto end;
296 goto end;
301 goto end;
307 goto end;
351 char *end; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStringExtractor.cpp32 m_packet.assign(packet_str.begin(), packet_str.end());
95 char *end = nullptr; local
98 uint32_t result = static_cast<uint32_t>(::strtoul(cstr, &end, base));
100 if (end && end != cstr) {
101 m_index = end - start;
110 char *end = nullptr; local
113 int32_t result = static_cast<int32_t>(::strtol(cstr, &end, base));
115 if (end && end !
125 char *end = nullptr; local
140 char *end = nullptr; local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinfo_fn_imps.hpp51 { return std::distance(begin(), end()); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp62 end() function in class:PB_DS_CLASS_C_DEC
68 end() const function in class:PB_DS_CLASS_C_DEC
78 return --end();
88 return --end();
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp87 end(const_key_reference r_key);
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dtesting.h103 #end-end-end-end-if :-)
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/
H A Dequal.cc40 return !std::equal(v.begin(), v.end(), w.begin());
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dtesting.h86 #end-end-end-end-if :-)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb129.C17 find_if( l.begin(), l.end(),

Completed in 172 milliseconds

1234567891011>>