Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 1429) sorted by relevance

12345678910>>...58

/openbsd/lib/libexpat/lib/
H A Dxmlrole.c141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0()
172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1()
204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2()
224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0()
241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1()
416 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in entity0()
435 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in entity1()
451 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in entity2()
475 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in entity3()
491 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in entity4()
[all …]
/openbsd/gnu/gcc/libgomp/
H A Dloop.c124 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start()
147 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start()
164 gomp_loop_ordered_dynamic_start (long start, long end, long incr, in gomp_loop_ordered_dynamic_start()
183 gomp_loop_ordered_guided_start (long start, long end, long incr, in gomp_loop_ordered_guided_start()
202 GOMP_loop_ordered_runtime_start (long start, long end, long incr, in GOMP_loop_ordered_runtime_start()
374 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
388 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
397 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
406 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
415 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
[all …]
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DVariableList.cpp64 iterator pos, end = m_variables.end(); in FindVariableIndex() local
75 iterator pos, end = m_variables.end(); in FindVariable() local
91 iterator pos, end = m_variables.end(); in FindVariable() local
105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local
149 const iterator end = m_variables.end(); in FindIndexForVariable() local
159 const_iterator pos, end = m_variables.end(); in MemorySize() local
172 const_iterator pos, end = m_variables.end(); in Dump() local
H A DTypeMap.cpp37 iterator pos, end = m_types.end(); in InsertUnique() local
84 iterator pos, end; in GetTypeAtIndex() local
96 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
104 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
113 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove() local
125 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in Dump() local
139 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
H A DTypeList.cpp67 iterator pos, end; in GetTypeAtIndex() local
80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
123 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
197 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
/openbsd/gnu/llvm/llvm/utils/
H A Dbisect-skip-count48 end = args.skipend variable
64 end = count variable
70 end = count variable
74 end = args.countend variable
90 end = count variable
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c728 cm_accent_generic_html (int arg, int start, int end, char *html_supported, in cm_accent_generic_html()
793 cm_accent_generic_no_headers (int arg, int start, int end, int single, in cm_accent_generic_no_headers()
882 cm_accent_generic (int arg, int start, int end, char *html_supported, in cm_accent_generic()
907 cm_accent_umlaut (int arg, int start, int end) in cm_accent_umlaut()
913 cm_accent_acute (int arg, int start, int end) in cm_accent_acute()
919 cm_accent_cedilla (int arg, int start, int end) in cm_accent_cedilla()
925 cm_accent_hat (int arg, int start, int end) in cm_accent_hat()
931 cm_accent_grave (int arg, int start, int end) in cm_accent_grave()
937 cm_accent_tilde (int arg, int start, int end) in cm_accent_tilde()
1001 cm_dotless (int arg, int start, int end) in cm_dotless()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DContainerBenchmarks.h42 const auto end = in.end(); in BM_ConstructIterIter() local
53 const auto end = in.end(); in BM_InsertValue() local
66 const auto end = in.end(); in BM_InsertValueRehash() local
81 const auto end = in.end(); in BM_InsertDuplicate() local
97 const auto end = in.end(); in BM_EmplaceDuplicate() local
114 const auto end = in.data() + in.size(); in BM_Find() local
129 const auto end = in.data() + in.size(); in BM_FindRehash() local
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Delements_view.h97 _LIBCPP_HIDE_FROM_ABI constexpr auto end() in end() function
103 _LIBCPP_HIDE_FROM_ABI constexpr auto end() in end() function
109 _LIBCPP_HIDE_FROM_ABI constexpr auto end() const in end() function
115 _LIBCPP_HIDE_FROM_ABI constexpr auto end() const in end() function
H A Dtransform_view.h96 constexpr __sentinel<false> end() { in end() function
100 constexpr __iterator<false> end() in end() function
106 constexpr __sentinel<true> end() const in end() function
113 constexpr __iterator<true> end() const in end() function
/openbsd/usr.bin/sndiod/
H A Dsysex.h79 uint8_t end; member
84 uint8_t end; member
87 uint8_t end; member
90 uint8_t end; member
100 uint8_t end; member
107 uint8_t end; member
114 uint8_t end; member
117 uint8_t end; member
120 uint8_t end; member
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp46 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local
56 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local
74 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local
161 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local
189 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local
212 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local
223 wp_collection::iterator pos, end = m_watchpoints.end(); in SetEnabledAll() local
233 wp_collection::iterator pos, end = m_watchpoints.end(); in RemoveAll() local
H A DBreakpointLocationList.cpp70 collection::const_iterator end = m_locations.end(); in FindByID() local
83 collection::iterator pos, end = m_locations.end(); in FindInModule() local
129 collection::const_iterator pos, end = m_locations.end(); in Dump() local
155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites() local
162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites() local
173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount() local
188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations() local
199 collection::iterator pos, end = m_locations.end(); in GetDescription() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp89 iterator end = m_breakpoints.end(); in FindBreakpointsThatOverlapRange() local
122 const_iterator end = m_breakpoints.end(); in Dump() local
128 iterator pos, end = m_breakpoints.end(); in DisableAll() local
136 const_iterator end = m_breakpoints.end(); in RemoveTrapsFromBuffer() local
158 iterator pos, end = m_breakpoints.end(); in DisableAllBreakpoints() local
164 iterator pos, end = m_breakpoints.end(); in DisableAllWatchpoints() local
/openbsd/gnu/llvm/llvm/utils/textmate/
H A Dtablegen.json44 "end": "\\*/", string
107 "end": "\"", string
128 "end": "}]", string
182 "end": "\\>" string
196 "end": "\\>" string
225 "end": "\\>" string
328 "end": "\\>" string
391 "end": "\\}" string
409 "end": "\\>" string
418 "end": "\\)" string
[all …]
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepUntil.cpp89 until_collection::iterator pos, end = m_until_points.end(); in Clear() local
111 until_collection::iterator pos, end = m_until_points.end(); in GetDescription() local
135 until_collection::iterator pos, end = m_until_points.end(); in ValidatePlan() local
192 until_collection::iterator pos, end = m_until_points.end(); in AnalyzeStop() local
285 until_collection::iterator pos, end = m_until_points.end(); in DoWillResume() local
305 until_collection::iterator pos, end = m_until_points.end(); in WillStop() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h18 It EncodeSLEB128(T value, It begin, It end) { in EncodeSLEB128()
36 It DecodeSLEB128(It begin, It end, T* v) { in DecodeSLEB128()
55 It EncodeULEB128(T value, It begin, It end) { in EncodeULEB128()
69 It DecodeULEB128(It begin, It end, T* v) { in DecodeULEB128()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h191 auto end = m_entries.end(); in Insert() local
224 typename Collection::const_iterator pos, end, prev; in IsSorted() local
284 typename Collection::iterator pos, end; in Slide() local
385 const_iterator end() const { return m_entries.end(); } in end() function
398 auto end = m_entries.end(); in CombinePrevAndNext() local
453 bool Erase(uint32_t start, uint32_t end) { in Erase()
476 typename Collection::const_iterator pos, end, prev; in IsSorted() local
491 typename Collection::iterator end; in CombineConsecutiveEntriesWithEqualData() local
654 const_iterator end() const { return m_entries.end(); } in end() function
756 typename Collection::const_iterator pos, end, prev; in IsSorted() local
[all …]
/openbsd/usr.bin/sort/
H A Dbwstring.c783 char *ep, *end, *s; in bwstod() local
803 wchar_t *end, *ep, *s; in bwstod() local
837 const char *end, *s; in bws_month_score() local
852 const wchar_t *end, *s; in bws_month_score() local
877 unsigned char *dst, *end, *src; in ignore_leading_blanks() local
899 wchar_t *dst, *end, *src; in ignore_leading_blanks() local
933 unsigned char *dst, *end, *src; in ignore_nonprinting() local
952 wchar_t *dst, *end, *src; in ignore_nonprinting() local
1005 wchar_t *dst, *end, *src; in dictionary_order() local
1036 unsigned char *end, *s; in ignore_case() local
[all …]
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp97 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories() local
145 MapIterator end = m_map.end(); in Get() local
163 MapIterator pos, end = m_map.end(); in AnyMatches() local
176 ActiveCategoriesIterator begin, end = m_active_categories.end(); in Get() local
227 ActiveCategoriesIterator begin, end = m_active_categories.end(); in ForEach() local
237 MapIterator pos, end = m_map.end(); in ForEach() local
252 MapIterator pos, end = m_map.end(); in GetAtIndex() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h107 inline iterator end() { return FunctionMap.end(); } in end() function
109 inline const_iterator end() const { return FunctionMap.end(); } in end() function
200 inline iterator end() { return CalledFunctions.end(); } in end() function
202 inline const_iterator end() const { return CalledFunctions.end(); } in end() function
366 inline iterator end() { return G->end(); } in end() function
368 inline const_iterator end() const { return G->end(); } in end() function
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Daccess.h33 end(_Tp (&__array)[_Np]) in end() function
112 end(_Cp& __c) in end() function
120 end(const _Cp& __c) in end() function
/openbsd/gnu/lib/libreadline/
H A Dundo.c72 rl_add_undo (what, start, end, text) in rl_add_undo() argument
109 int waiting_for_begin, start, end; in rl_do_undo() local
173 _rl_fix_last_undo_of_type (type, start, end) in _rl_fix_last_undo_of_type() argument
210 rl_modifying (start, end) in rl_modifying() argument
/openbsd/usr.bin/aucat/
H A Dsysex.h69 uint8_t end; member
74 uint8_t end; member
77 uint8_t end; member
80 uint8_t end; member
93 uint8_t end; member
100 uint8_t end; member
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp39 uptr end = beg + size - 1; in ReportMapRange() local
46 uptr end = beg + size - 1; in CheckMemoryRangeAvailability() local
67 uptr end = beg + size - 1; in ProtectMemoryRange() local
80 uptr end = kMemoryLayout[i].end; in CheckMemoryLayoutSanity() local
126 uptr end = kMemoryLayout[i].end; in InitShadow() local

12345678910>>...58