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

1234567891011>>

/freebsd-11-stable/crypto/openssl/apps/
H A Dpkcs8.c96 goto end;
222 goto end;
228 goto end;
237 goto end;
245 goto end;
259 goto end;
263 goto end;
272 goto end;
281 goto end;
289 goto end;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp40 uptr end = beg + size - 1; local
41 VPrintf(1, "%s : %p - %p\n", descr, beg, end);
47 uptr end = beg + size - 1; local
48 if (!MemoryRangeIsAvailable(beg, end)) {
49 Printf("FATAL: Memory range %p - %p is not available.\n", beg, end);
68 uptr end = beg + size - 1; local
69 Printf("FATAL: Cannot protect memory range %p - %p (%s).\n", beg, end,
81 uptr end = kMemoryLayout[i].end; local
83 CHECK_LT(start, end);
127 uptr end = kMemoryLayout[i].end; local
[all...]
/freebsd-11-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-11-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-11-stable/stand/arm64/libarm64/
H A Dcache.c65 vm_offset_t addr, end; local
69 /* Calculate end address to clean */
70 end = (vm_offset_t)ptr + (vm_offset_t)len;
75 for (; addr < end; addr += cl_size)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c39 u8 *pos, *end; local
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover);
58 while (pos < end && *pos != DHCP_OPT_END) {
64 if (pos >= end)
67 if (olen > end - pos)
80 os_memmove(pos, pos + 2 + olen, end - pos - 2 - olen);
81 end -= 2 + olen;
87 if (pos >= end || *pos != DHCP_OPT_END) {
95 end = dhcpofferend;
97 while (pos < end
154 u8 buf[1500], *pos, *end, *end_opt = NULL; local
334 const u8 *pos = msg, *end; local
543 const u8 *pkt, *end; local
579 const u8 *end = pos + left; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp28 __asan_global *end = &__asan_globals_end; local
29 uptr bytediff = (uptr)end - (uptr)start;
37 // We know end >= start because the linker sorts the portion after the dollar
39 uptr n = end - start;
/freebsd-11-stable/stand/lua/
H A Dcore.lua44 end
46 end
62 end
65 end
78 end
87 end
88 end
91 end
94 end
117 end
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.cleanpath.d55 end = i;
60 /i < end/
67 /i == end/
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h80 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
81 all_lookups_iterator(Map->end(), Map->end()));
94 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
95 all_lookups_iterator(Map->end(), Map->end()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp28 collection::const_reverse_iterator end = m_entries.rend(); local
29 for (pos = begin; pos != end; ++pos) {
60 collection::const_iterator end = m_entries.end(); local
67 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos) {
81 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp47 df_iterator<const VPBlockBase *>::end(Region->getExit()))) {
67 assert(std::find(SuccPreds.begin(), SuccPreds.end(), VPB) !=
68 SuccPreds.end() &&
88 assert(std::find(PredSuccs.begin(), PredSuccs.end(), VPB) !=
89 PredSuccs.end() &&
119 df_iterator<const VPBlockBase *>::end(Region->getExit()))) {
/freebsd-11-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-11-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-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_dump.c124 char *pos, *end; local
128 end = pos + buflen;
130 ret = os_snprintf(pos, end - pos, "aWhile=%d\nquietWhile=%d\n"
133 if (os_snprintf_error(end - pos, ret))
138 ret = os_snprintf(pos, end - pos,
176 if (os_snprintf_error(end - pos, ret))
180 ret = os_snprintf(pos, end - pos,
218 if (os_snprintf_error(end - pos, ret))
222 ret = os_snprintf(pos, end - pos,
243 if (os_snprintf_error(end
[all...]
/freebsd-11-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-11-stable/sys/vm/
H A Dvnode_pager.h52 vm_offset_t end);
56 vm_offset_t end);
/freebsd-11-stable/lib/libc/stdio/
H A Dgets.c67 goto end;
75 end:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
38 array_pod_sort(List.begin(), List.end(), SortSymbolPair);
/freebsd-11-stable/contrib/llvm-project/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-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h31 const_iterator end() const { return InjectedSourceTable.end(); } function in class:llvm::pdb::InjectedSourceStream
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp90 until_collection::iterator pos, end = m_until_points.end(); local
91 for (pos = m_until_points.begin(); pos != end; pos++) {
113 until_collection::iterator pos, end = m_until_points.end(); local
116 for (pos = m_until_points.begin(); pos != end; pos++) {
137 until_collection::iterator pos, end = m_until_points.end(); local
138 for (pos = m_until_points.begin(); pos != end; pos++) {
195 until_collection::iterator pos, end local
290 until_collection::iterator pos, end = m_until_points.end(); local
313 until_collection::iterator pos, end = m_until_points.end(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h37 const_iterator end() const { return Expansions.end(); } function in class:llvm::CodeExpansions
42 } // end namespace llvm

Completed in 255 milliseconds

1234567891011>>