Searched refs:end (Results 76 - 100 of 4430) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/tests/
H A Dnan_test.c49 char *end; local
69 af[1] = strtof(nan_str, &end);
70 assert(end == nan_str + strlen(nan_str));
82 ad[1] = strtod(nan_str, &end);
83 assert(end == nan_str + strlen(nan_str));
95 ald[1] = strtold(nan_str, &end);
96 assert(end == nan_str + strlen(nan_str));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp47 wp_collection::const_iterator pos, end = m_watchpoints.end(); local
48 for (pos = m_watchpoints.begin(); pos != end; ++pos)
57 wp_collection::const_iterator pos, end = m_watchpoints.end(); local
58 for (pos = m_watchpoints.begin(); pos != end; ++pos) {
75 wp_collection::const_iterator pos, end = m_watchpoints.end(); local
76 for (pos = m_watchpoints.begin(); pos != end; ++pos)
101 m_watchpoints.end(), // Searc
162 wp_collection::const_iterator pos, end = m_watchpoints.end(); local
190 wp_collection::const_iterator pos, end = m_watchpoints.end(); local
213 wp_collection::iterator pos, end = m_watchpoints.end(); local
224 wp_collection::iterator pos, end = m_watchpoints.end(); local
234 wp_collection::iterator pos, end = m_watchpoints.end(); local
[all...]
H A DBreakpointLocationList.cpp71 collection::const_iterator end = m_locations.end(); local
73 std::lower_bound(m_locations.begin(), end, break_id, Compare);
74 if (pos != end && (*pos)->GetID() == break_id)
84 collection::iterator pos, end = m_locations.end(); local
86 for (pos = m_locations.begin(); pos != end; ++pos) {
116 if (pos != m_address_to_location.end())
130 collection::const_iterator pos, end = m_locations.end(); local
156 collection::iterator pos, end = m_locations.end(); local
163 collection::iterator pos, end = m_locations.end(); local
174 collection::const_iterator pos, end = m_locations.end(); local
183 collection::const_iterator pos, end = m_locations.end(); local
194 collection::iterator pos, end = m_locations.end(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h56 const_iterator end() const { return S2IMap.end(); } function in class:llvm::LiveStacks
58 iterator end() { return S2IMap.end(); } function in class:llvm::LiveStacks
67 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
74 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
84 assert(I != S2RCMap.end() &&
101 } // end namespace llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp93 if (I == segments().end()) {
128 if (I->end <= StartIdx)
130 if (I->end < Use)
144 if (I->end <= StartIdx)
146 if (I->end < Use) {
147 if (LR->isUndefIn(Undefs, I->end, BeforeUse))
155 /// by I to end at the specified endpoint. To do this, we should
159 assert(I != segments().end() && "Not a valid segment!");
165 for (; MergeTo != segments().end() && NewEnd >= MergeTo->end;
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dmbo_ap.c37 char channels[200], *pos, *end; local
64 end = pos + sizeof(channels);
67 ret = os_snprintf(pos, end - pos, "%s%u",
69 if (os_snprintf_error(end - pos, ret)) {
86 const u8 *pos, *attr, *end; local
101 end = pos + len;
102 while (end - pos > 1) {
105 if (2 + ie_len > end - pos)
117 char *pos = buf, *end = buf + buflen; local
126 ret = os_snprintf(pos, end
211 const u8 *pos, *end; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp176 collection::iterator pos, end = m_modules.end(); local
177 for (pos = m_modules.begin(); pos != end; ++pos) {
205 collection::iterator pos, end = m_modules.end(); local
206 for (pos = m_modules.begin(); pos != end; ++pos) {
245 collection::iterator pos, end = m_modules.end(); local
246 for (pos = m_modules.begin(); pos != end; ++pos) {
271 while (pos != m_modules.end()) {
285 collection::iterator pos, end = module_list.m_modules.end(); local
339 collection::const_iterator pos, end = m_modules.end(); local
352 collection::const_iterator pos, end = m_modules.end(); local
369 collection::const_iterator pos, end = m_modules.end(); local
381 collection::const_iterator pos, end = m_modules.end(); local
392 collection::const_iterator pos, end = m_modules.end(); local
401 collection::const_iterator pos, end = m_modules.end(); local
410 collection::const_iterator pos, end = m_modules.end(); local
420 collection::const_iterator pos, end = m_modules.end(); local
430 collection::const_iterator pos, end = m_modules.end(); local
439 collection::const_iterator pos, end = m_modules.end(); local
447 collection::const_iterator pos, end = m_modules.end(); local
461 collection::const_iterator pos, end = m_modules.end(); local
478 collection::const_iterator pos, end = m_modules.end(); local
496 collection::const_iterator pos, end = m_modules.end(); local
525 collection::const_iterator pos, end = m_modules.end(); local
539 collection::const_iterator pos, end = m_modules.end(); local
549 collection::const_iterator pos, end = m_modules.end(); local
573 collection::const_iterator pos, end = m_modules.end(); local
583 end = m_modules.end(); local
599 collection::const_iterator pos, end = m_modules.end(); local
620 collection::const_iterator pos, end = m_modules.end(); local
644 collection::const_iterator pos, end = m_modules.end(); local
658 collection::const_iterator end = m_modules.end(); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c64 const char *start, *end; local
79 end = "\n";
82 end = "";
84 printf("%s%s", title, end);
85 printf("%sflags 0x%x%s", start, res->ai_flags, end);
86 printf("%sfamily %d%s", start, res->ai_family, end);
87 printf("%ssocktype %d%s", start, res->ai_socktype, end);
88 printf("%sprotocol %d%s", start, res->ai_protocol, end);
89 printf("%saddrlen %d%s", start, res->ai_addrlen, end);
91 printf("%serror %d%s", start, error, end);
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dwcscoll.c71 * Note that we do one final extra pass at the end to pick
92 goto end;
102 goto end;
125 goto end;
138 goto end;
149 goto end;
157 goto end;
161 goto end;
178 goto end;
193 goto end;
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbfd-target.c33 struct section_table *end; member in struct:section_closure
49 pp->end->bfd = abfd;
50 pp->end->the_bfd_section = asect;
51 pp->end->addr = bfd_section_vma (abfd, asect);
52 pp->end->endaddr = pp->end->addr + bfd_section_size (abfd, asect);
53 pp->end++;
66 cl.end = targ->to_sections;
68 gdb_assert (cl.end - start <= count);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dclienthellotest.c135 goto end;
140 goto end;
153 goto end;
158 goto end;
163 goto end;
168 goto end;
173 goto end;
182 goto end;
202 end:
/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok_ns.c61 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, argument
64 ptr, end, nextTokPtr);
68 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, argument
71 ptr, end, nextTokPtr);
90 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end) { argument
95 XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
96 if (ptr != end)
109 const char *ptr, const char *end, const char **badPtr,
113 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end,
108 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) argument
/freebsd-11-stable/stand/lua/
H A Dcolor.lua38 end
58 end
60 end
65 end
67 end
72 end
74 end
79 end
81 end
86 end
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h99 iterator end() { return End; } function in class:clang::ASTVector
100 const_iterator end() const { return End; } function in class:clang::ASTVector
103 reverse_iterator rbegin() { return reverse_iterator(end()); }
104 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); }
128 return end()[-1];
131 return end()[-1];
182 /// append - Add the specified range to the end of the SmallVector.
191 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
197 std::uninitialized_copy(in_start, in_end, this->end());
198 this->setEnd(this->end()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp57 DWARFAbbreviationDeclarationCollConstIter end = m_decls.end(); local
58 for (pos = m_decls.begin(); pos != end; ++pos) {
86 // Encode the abbreviation table onto the end of the buffer provided into a
94 // DWARFAbbreviationDeclarationCollConstIter end = m_decls.end();
95 // for (pos = m_decls.begin(); pos != end; ++pos)
102 : m_abbrevCollMap(), m_prev_abbr_offset_pos(m_abbrevCollMap.end()) {}
118 m_prev_abbr_offset_pos = m_abbrevCollMap.end();
126 DWARFAbbreviationDeclarationCollMapConstIter end local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dcrl2p7.c142 goto end;
145 goto end;
170 goto end;
179 goto end;
188 goto end;
198 goto end;
203 goto end;
208 goto end;
210 goto end;
216 goto end;
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dtimezone.c59 *end; local
62 if ((end = strchr(beg, ','))) { /* "PST,PDT" */
64 return(++end);
65 *end = '\0';
68 *end = ',';
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_increment.c58 size_t beg, blen, end, len, nlen, wlen; local
116 end = beg + 2;
117 if (!ishex(p[end]))
122 end = beg + 1;
123 if (!isoctal(p[end]))
128 end = beg + 1;
130 if (!isdigit(p[end]))
134 end = beg;
136 if (!isdigit(p[end])) {
142 /* Find the end o
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtoi.c51 const char *end; member in struct:test
60 check(struct test *t, intmax_t rv, char *end, int rstatus) argument
64 atf_tc_fail_nonfatal("strtoi(%s, &end, %d, %jd, %jd, &rstatus)"
68 atf_tc_fail_nonfatal("strtoi(%s, &end, %d, %jd, %jd, &rstatus)"
72 if ((t->end != NULL && strcmp(t->end, end) != 0) ||
73 (t->end == NULL && *end != '\0'))
74 atf_tc_fail_nonfatal("invalid end pointe
131 char *end; local
178 char *end; local
221 char *end; local
278 char *end; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py22 end=' ')
25 end=' ')
28 end=' ')
30 print('signal:%d' % args['signal'], end=' ')
32 print('have IEs (%d bytes)' % len(args['ies']), end=' ')
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h62 if (MI != Map.end()) return MI->second;
80 /// Return an iterator to the end of the vector.
81 iterator end() { return Vector.end(); } function in class:llvm::UniqueVector
83 /// Return an iterator to the end of the vector.
84 const_iterator end() const { return Vector.end(); } function in class:llvm::UniqueVector
99 } // end namespace llvm
H A DSmallVector.h62 /// Clients can use this in conjunction with capacity() to write past the end
129 iterator end() { return begin() + size(); } function in class:llvm::SmallVectorTemplateCommon
130 const_iterator end() const { return begin() + size(); } function in class:llvm::SmallVectorTemplateCommon
133 reverse_iterator rbegin() { return reverse_iterator(end()); }
134 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); }
168 return end()[-1];
172 return end()[-1];
214 ::new ((void*) this->end()) T(Elt);
221 ::new ((void*) this->end()) T(::std::move(Elt));
227 this->end()
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.c64 * the chain - add the new certificate to the end.
110 const u8 *pos, *end; local
126 end = search_tag(pem_cert_end, pos, buf + len - pos);
127 if (end == NULL) {
129 "certificate end tag (%s)", pem_cert_end);
133 der = base64_decode(pos, end - pos, &der_len);
149 end += os_strlen(pem_cert_end);
150 pos = search_tag(pem_cert_begin, end, buf + len - end);
268 const u8 *pos, *end; local
309 const u8 *pos, *end; local
449 const u8 *pos, *end; local
523 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) argument
550 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) argument
579 const u8 *end = pos + len; local
628 const u8 *pos = buf, *end = buf + len; local
705 const u8 *pos, *end; local
745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
887 const u8 *end = buf + len; local
929 const u8 *pos, *end; local
1131 const u8 *pos, *end; local
1206 const u8 *pos, *end; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmm.c79 p_BusyBlock->end = base + size;
118 p_MemBlock->end = base+size;
151 p_FreeBlock->end = base + size;
169 * end - end address of a given free block
175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end) argument
192 if (alignBase >= end)
198 if ( alignBase <= p_CurrB->end )
200 if ( end > p_CurrB->end )
309 uint64_t alignBase, base, end; local
443 CutBusy(t_MM *p_MM, uint64_t base, uint64_t end) argument
955 uint64_t end = base + size; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp38 if (iter == m_map.end())
98 MapType::iterator iter = m_map.begin(), end = m_map.end(); local
99 for (; iter != end; ++iter) {
105 sorted_categories.begin(), sorted_categories.end(),
112 vend = sorted_categories.end();
137 if (iter == m_map.end())
146 MapIterator end = m_map.end(); local
150 if (iter == end)
163 MapIterator pos, end = m_map.end(); local
177 ActiveCategoriesIterator begin, end = m_active_categories.end(); local
229 ActiveCategoriesIterator begin, end = m_active_categories.end(); local
239 MapIterator pos, end = m_map.end(); local
254 MapIterator pos, end = m_map.end(); local
[all...]

Completed in 238 milliseconds

1234567891011>>