Searched refs:end (Results 101 - 125 of 3150) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DInterval.cpp46 E = Nodes.end(); I != E; ++I)
51 E = Predecessors.end(); I != E; ++I)
56 E = Successors.end(); I != E; ++I)
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h34 const_iterator err_end() const { return Errors.end(); }
37 const_iterator warn_end() const { return Warnings.end(); }
40 const_iterator note_end() const { return Notes.end(); }
50 } // end namspace clang
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_clreol.c54 NCURSES_CH_T *ptr, *end; local
82 end = &(line->text[win->_maxx]);
84 while (ptr <= end)
H A Dlib_erase.c52 NCURSES_CH_T *sp, *end, *start; local
60 end = &start[win->_maxx];
80 for (sp = start; sp <= end; sp++)
/freebsd-10-stable/sys/amd64/amd64/
H A Dbios.c70 u_char *sp, *end; local
81 /* compute the end address */
82 end = (u_char *)BIOS_PADDRTOVADDR(BIOS_START + BIOS_SIZE);
85 while ((sp + sigofs + siglen) < end) {
/freebsd-10-stable/sys/sys/
H A Drangelock.h73 off_t start, off_t end, struct mtx *ilk);
74 void *rangelock_rlock(struct rangelock *lock, off_t start, off_t end,
76 void *rangelock_wlock(struct rangelock *lock, off_t start, off_t end,
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.cleanpath.d55 end = i;
60 /i < end/
67 /i == end/
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Dtoken.cpp37 static void skip_name(const char **ptr, const char *end) argument
39 if (*ptr < end) {
42 if (*ptr < end) {
44 if (*ptr < end)
49 while (*ptr < end)
57 int get_token(const char **ptr, const char *end) argument
59 if (*ptr >= end)
62 if (c == '\\' && *ptr < end) {
69 skip_name(ptr, end);
74 skip_name(ptr, end);
94 sortify(const char *start, const char *end, string &result) const argument
119 lower_case(const char *start, const char *end, string &result) const argument
134 upper_case(const char *start, const char *end, string &result) const argument
178 lookup_token(const char *start, const char *end) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCFunction.cpp24 for (iterator I = begin(), E = end(); I != E; ++I)
35 for (const_iterator I = begin(), E = end(); I != E; ++I)
58 return std::find(Successors.begin(), Successors.end(),
59 MCBB) != Successors.end();
68 return std::find(Predecessors.begin(), Predecessors.end(),
69 MCBB) != Predecessors.end();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp37 collection::const_reverse_iterator end = m_entries.rend(); local
38 for (pos = begin; pos != end; ++pos)
75 collection::const_iterator end = m_entries.end(); local
82 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
96 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Daes-omac1.c47 const u8 *pos, *end; local
62 end = pos + len[0];
67 if (pos >= end) {
70 end = pos + len[e];
85 if (pos >= end) {
88 end = pos + len[e];
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp70 end() function in class:PB_DS_CLASS_C_DEC
87 end() const function in class:PB_DS_CLASS_C_DEC
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp82 end() function in class:PB_DS_CLASS_C_DEC
90 end() const function in class:PB_DS_CLASS_C_DEC
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx)
61 ie = Sets.end(); it != ie; ++it)
74 ie = Sets.end(); it != ie; ++it) {
89 Changes.begin(), Changes.end(), it->begin(), it->end(),
93 ComplementSets.insert(ComplementSets.end(), Sets.begin(), it);
94 ComplementSets.insert(ComplementSets.end(), it + 1, Sets.end());
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp26 for (Function::iterator E = function.end(); I != E; ++I) {
27 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) {
46 } // end namespace llvm
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepUntil.cpp117 until_collection::iterator pos, end = m_until_points.end(); local
118 for (pos = m_until_points.begin(); pos != end; pos++)
144 until_collection::iterator pos, end = m_until_points.end(); local
147 for (pos = m_until_points.begin(); pos != end; pos++)
163 until_collection::iterator pos, end = m_until_points.end(); local
164 for (pos = m_until_points.begin(); pos != end; pos++)
234 until_collection::iterator pos, end local
355 until_collection::iterator pos, end = m_until_points.end(); local
381 until_collection::iterator pos, end = m_until_points.end(); local
[all...]
H A DPathMappingList.cpp93 const_iterator pos, end = rhs.m_pairs.end(); local
94 for (pos = rhs.m_pairs.begin(); pos != end; ++pos)
110 insert_iter = m_pairs.end();
188 const_iterator pos, end = m_pairs.end();
189 for (pos = m_pairs.begin(); pos != end; ++pos)
210 const_iterator pos, end = m_pairs.end();
211 for (pos = m_pairs.begin(); pos != end;
235 const_iterator pos, end = m_pairs.end(); local
295 const_iterator end = m_pairs.end(); local
310 iterator end = m_pairs.end(); local
339 const_iterator end = m_pairs.end(); local
[all...]
H A DUnixSignals.cpp117 if (pos != m_signals.end())
125 if (pos == m_signals.end())
135 return m_signals.find (signo) != m_signals.end();
144 collection::const_iterator pos, end = m_signals.end (); local
145 for (pos = m_signals.begin (); pos != end; pos++)
170 collection::const_iterator end = m_signals.end(); local
171 if (pos == end)
176 if (pos == end)
[all...]
/freebsd-10-stable/tools/tools/find-sb/
H A Dfind-sb.c33 off_t end, last1, last2; local
68 end = lseek(fd, offset, SEEK_SET);
69 if (end == -1)
72 end = 0;
81 printf("reached end-of-file at %jd\n",
82 (intmax_t)end);
88 (intmax_t)justread, DEV_BSIZE, (intmax_t)end);
91 end += DEV_BSIZE;
93 offset = end - len;
/freebsd-10-stable/lib/libc/stdio/
H A Dgets.c67 goto end;
75 end:
/freebsd-10-stable/crypto/openssl/apps/
H A Decparam.c146 goto end;
279 goto end;
288 goto end;
296 goto end;
310 goto end;
328 goto end;
332 goto end;
351 goto end;
375 goto end;
381 goto end;
[all...]
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp102 char *end = strchr(p, PATH_SEP_CHAR); local
103 if (!end)
104 end = strchr(p, '\0');
105 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
106 path = new char[end - p + need_slash + namelen + 1];
107 memcpy(path, p, end - p);
109 path[end - p] = '/';
110 strcpy(path + (end - p) + need_slash, name);
121 if (*end
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DMapVector.h55 iterator end() { function in class:llvm::MapVector
56 return Vector.end();
59 const_iterator end() const { function in class:llvm::MapVector
60 return Vector.end();
90 return Pos == Map.end()? ValueT() : Vector[Pos->second].second;
100 return std::make_pair(llvm::prior(end()), true);
107 return Pos == Map.end()? 0 : 1;
112 return Pos == Map.end()? Vector.end() :
118 return Pos == Map.end()
[all...]
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dupnp_xml.c66 * @end: OUT: one after tag
79 const char **out_tagname, const char **end)
97 *end = ++in;
194 const char *tag, *tagname, *end; local
203 if (xml_next_tag(doc, &tag, &tagname, &end))
205 doc = end;
213 end = doc;
214 while (*end && *end != '<')
215 end
78 xml_next_tag(const char *in, const char **out, const char **out_tagname, const char **end) argument
[all...]
/freebsd-10-stable/sbin/hastd/
H A Dhast_proto.c107 goto end;
113 goto end;
118 goto end;
122 goto end;
124 goto end;
127 end:
195 goto end;
200 goto end;
206 goto end;
211 goto end;
[all...]

Completed in 143 milliseconds

1234567891011>>