Searched refs:end (Results 276 - 300 of 2987) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp55 std::lower_bound(RangeCollection.begin(), RangeCollection.end(),
80 std::for_each(sets.begin(), sets.end(), CountArangeDescriptors(count));
85 std::for_each(sets.begin(), sets.end(), range_adder);
137 std::stable_sort(Aranges.begin(), Aranges.end(), RangeLessThan);
188 RangeCollIterator end = Aranges.end(); local
189 RangeCollIterator pos = std::lower_bound(begin, end, range, RangeLessThan);
191 if (pos != end && pos->LoPC <= address && address < pos->HiPC()) {
209 for (RangeCollIterator pos = begin, end = Aranges.end(); po
[all...]
H A DDWARFDebugArangeSet.cpp34 // range. Compute the max end address between the two and use that to
124 end = ArangeDescriptors.end(); pos != end; ++pos)
143 DescriptorConstIter end = ArangeDescriptors.end(); local
145 std::find_if(ArangeDescriptors.begin(), end, // Range
147 if (pos != end)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp73 // Compute the max end address between the two and use that to make the new
108 DescriptorIter end = m_arange_descriptors.end(); local
109 DescriptorIter pos = lower_bound(m_arange_descriptors.begin(), end, range, DescriptorLessThan);
111 if (pos != end)
123 // The top end of 'range' is the lower end of the entry
132 // We can combine these two and make sure the largest end
133 // address is used to make end address.
145 // NOTE: 'pos' points to entry past the end whic
244 DescriptorConstIter end = m_arange_descriptors.end(); local
267 DescriptorConstIter end = m_arange_descriptors.end(); local
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Ddsa.c124 goto end;
235 goto end;
246 goto end;
254 goto end;
264 goto end;
290 goto end;
308 goto end;
317 goto end;
327 if (noout) goto end;
352 goto end;
[all...]
H A Dgenpkey.c97 goto end;
136 goto end;
152 goto end;
167 goto end;
215 goto end;
221 goto end;
230 goto end;
253 goto end;
262 goto end;
276 goto end;
[all...]
H A Dpkcs7.c103 goto end;
176 goto end;
190 goto end;
201 goto end;
212 goto end;
218 goto end;
236 goto end;
293 goto end;
303 goto end;
310 goto end;
[all...]
H A Dgendh.c110 goto end;
159 goto end;
170 goto end;
188 goto end;
204 goto end;
209 goto end;
211 end:
H A Dreq.c146 static int check_end(const char *str, const char *end);
240 goto end;
450 goto end;
456 goto end;
482 goto end;
493 goto end;
503 goto end;
526 if(!add_oid_section(bio_err, req_conf)) goto end;
554 goto end;
578 goto end;
1592 check_end(const char *str, const char *end) argument
[all...]
H A Ddgst.c138 goto end;
145 goto end;
264 goto end;
293 goto end;
308 goto end;
314 goto end;
345 goto end;
350 goto end;
365 goto end;
402 goto end;
[all...]
H A Dpkeyutl.c113 goto end;
219 goto end;
226 goto end;
235 goto end;
241 goto end;
247 goto end;
262 goto end;
275 goto end;
296 goto end;
303 goto end;
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Diplist.c42 do_inet_aton(const char *start, const char *end, struct in_addr *ip) argument
46 if (end - start > 15) {
47 log_Printf(LogWARN, "%.*s: Invalid IP address\n", (int)(end-start), start);
50 strncpy(ipstr, start, end-start);
51 ipstr[end-start] = '\0';
101 char *ptr, *to, *end; local
110 if ((end = strchr(ptr, ',')) == NULL)
111 end = ptr + strlen(ptr);
112 if (end == ptr)
115 (int)(end
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d82 end = j = k = 0;
87 /j < i && end == 0/
141 /j == i && end == 0/
143 end = k;
148 /end != 0 && i < end && !command[i].haspos/
166 /end != 0 && i < end && !command[i].haspos/
184 /end != 0 && i < end
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_options.c165 const char *end, *mod, *opt, *val; local
168 end = NULL;
177 end = ((const char *)p) + 1;
181 *s = end;
185 return end;
204 *s = end;
209 return end;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp57 for (SUnit::const_pred_iterator I = SU->Preds.begin(), E = SU->Preds.end();
76 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end();
92 for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end();
123 E = Queue.end(); I != E; ++I)
127 if (Best != prior(Queue.end()))
135 std::vector<SUnit *>::iterator I = std::find(Queue.begin(), Queue.end(), SU);
136 if (I != prior(Queue.end()))
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c53 moves, optimizing the end product of user-invoked insertions, deletions, and
189 int start, end, shift; local
229 end = i - 1 + shift;
231 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift));
233 if (_nc_scrolln(shift, start, end, screen_lines - 1) == ERR) {
248 end = i;
255 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift));
257 if (_nc_scrolln(shift, start, end, screen_lines - 1) == ERR) {
/freebsd-10.0-release/sys/arm/include/
H A Dcpufunc.h322 void arm8_cache_cleanID_rng (vm_offset_t start, vm_size_t end);
323 void arm8_cache_cleanD_rng (vm_offset_t start, vm_size_t end);
324 void arm8_cache_purgeID_rng (vm_offset_t start, vm_size_t end);
325 void arm8_cache_purgeD_rng (vm_offset_t start, vm_size_t end);
326 void arm8_cache_syncI_rng (vm_offset_t start, vm_size_t end);
347 void fa526_icache_sync_range(vm_offset_t start, vm_size_t end);
349 void fa526_dcache_wbinv_range(vm_offset_t start, vm_size_t end);
350 void fa526_dcache_inv_range (vm_offset_t start, vm_size_t end);
351 void fa526_dcache_wb_range (vm_offset_t start, vm_size_t end);
353 void fa526_idcache_wbinv_range(vm_offset_t start, vm_size_t end);
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp60 array_pod_sort(uniques.begin(), uniques.end());
62 std::unique(uniques.begin(), uniques.end());
82 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
85 std::stable_sort(EI->second.begin(), EI->second.end(), compareDIEs);
86 EI->second.erase(std::unique(EI->second.begin(), EI->second.end()),
87 EI->second.end());
155 HE = Buckets[i].end(); HI != HE; ++HI) {
169 HE = Buckets[i].end(); HI != HE; ++HI) {
188 HE = Buckets[i].end(); HI != HE; ++HI) {
197 DI = (*HI)->Data.begin(), DE = (*HI)->Data.end();
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h86 ExplodedNode * const *end() const;
210 pred_iterator pred_end() { return Preds.end(); }
220 succ_iterator succ_end() { return Succs.end(); }
338 node_iterator nodes_end() { return Nodes.end(); }
342 const_node_iterator nodes_end() const { return Nodes.end(); }
346 roots_iterator roots_end() { return Roots.end(); }
350 const_roots_iterator roots_end() const { return Roots.end(); }
354 eop_iterator eop_end() { return EndNodes.end(); }
358 const_eop_iterator eop_end() const { return EndNodes.end(); }
369 /// these are end
431 inline iterator end() { return Impl.end(); } function in class:clang::ento::ExplodedNodeSet
434 inline const_iterator end() const { return Impl.end(); } function in class:clang::ento::ExplodedNodeSet
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp43 collection::iterator pos, end = m_values.end(); local
47 for (pos = m_values.begin(); pos != end; ++pos)
89 collection::const_iterator pos, end = m_values.end(); local
90 for (pos = m_values.begin(); pos != end; ++pos)
349 if (pos != m_values.end())
358 if (pos != m_values.end())
374 if (pos != m_values.end())
401 if (pos != m_values.end())
427 collection::const_iterator pos, end = m_values.end(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathNumbering.cpp85 // Returns the end sentinel for the predecessor iterator.
87 return(_predEdges.end());
102 // Returns the end sentinel for the successor iterator.
104 return(_succEdges.end());
156 end = v.end();
157 i != end;
254 for(BLEdgeIterator edge = _edges.begin(), end = _edges.end(); edge != end;
[all...]
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_parse.c293 const u8 *end = pos + wpabuf_len(buf); local
297 while (pos < end) {
299 if (pos + 2 >= end) {
306 if (pos + 3 + attr_len > end) {
309 attr_len, (int) (end - pos - 3));
310 wpa_hexdump(MSG_MSGDUMP, "P2P: Data", pos, end - pos);
540 char *end)
558 ret = os_snprintf(pos, end - pos, "p2p_group_client: "
562 if (ret < 0 || ret >= end - pos)
566 ret = os_snprintf(pos, end
539 p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, char *end) argument
616 p2p_attr_text(struct wpabuf *data, char *buf, char *end) argument
[all...]
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dmain.c200 char *end = NULL; local
207 l = strtol(s, &end, 0);
216 if (!end || !*end)
218 if (*end == 'n')
220 else if (*end == 'K')
222 else if (*end == 'M')
224 else if (*end == 'k')
226 else if (*end == 'm')
228 else if (*end
500 struct timeval end; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c33 const u8 *pos, *end; local
73 end = pos + len;
76 if (end - pos < 2)
93 if (end - pos < TLS_RANDOM_LEN)
102 if (end - pos < 1)
104 if (end - pos < 1 + *pos || *pos > TLS_SESSION_ID_MAX_LEN)
121 if (end - pos < 2)
157 if (end - pos < 1)
168 if (end != pos) {
171 "end o
217 const u8 *pos, *end; local
415 const u8 *pos, *end; local
481 const u8 *pos, *end; local
570 const u8 *pos, *end; local
634 const u8 *pos, *end; local
762 const u8 *pos, *end; local
[all...]
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c299 list_pipes(struct dn_id *oid, struct dn_id *end) argument
305 for (; oid != end; oid = O_NEXT(oid, oid->len)) {
542 char *end = NULL; local
544 bw = strtoul(arg, &end, 0);
545 if (*end == 'K' || *end == 'k') {
546 end++;
548 } else if (*end == 'M' || *end == 'm') {
549 end
764 char *end; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps.c534 int wps_attr_text(struct wpabuf *data, char *buf, char *end) argument
545 ret = os_snprintf(pos, end - pos,
548 ret = os_snprintf(pos, end - pos,
552 if (ret < 0 || ret >= end - pos)
558 ret = os_snprintf(pos, end - pos,
560 if (ret < 0 || ret >= end - pos)
566 ret = os_snprintf(pos, end - pos,
568 if (ret < 0 || ret >= end - pos)
574 ret = os_snprintf(pos, end - pos,
577 if (ret < 0 || ret >= end
[all...]

Completed in 366 milliseconds

<<11121314151617181920>>