Searched refs:end (Results 251 - 275 of 3150) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dlibfifolog.h44 void fifolog_reader_process(struct fifolog_reader *fl, off_t from, fifolog_reader_render_t *func, void *priv, time_t end);
/freebsd-10-stable/crypto/openssl/apps/
H A Dcms.c158 goto end;
601 goto end;
609 goto end;
646 goto end;
652 goto end;
660 goto end;
671 goto end;
679 goto end;
687 goto end;
704 goto end;
[all...]
H A Ddh.c108 goto end;
181 goto end;
194 goto end;
202 goto end;
216 goto end;
226 goto end;
231 goto end;
250 goto end;
272 goto end;
312 goto end;
[all...]
H A Dec.c112 goto end;
233 goto end;
244 goto end;
251 goto end;
259 goto end;
276 goto end;
281 goto end;
295 goto end;
311 goto end;
316 goto end;
[all...]
H A Denc.c142 goto end;
319 goto end;
332 goto end;
338 goto end;
343 goto end;
365 goto end;
382 goto end;
389 goto end;
407 goto end;
414 goto end;
[all...]
/freebsd-10-stable/contrib/ntp/libjsmn/
H A Djsmn.h37 * @param end end position in JSON data string
42 int end; member in struct:__anon128
/freebsd-10-stable/sys/vm/
H A Dvm_phys.c81 vm_paddr_t end; member in struct:vm_phys_fictitious_seg
134 static void _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain);
135 static void vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end);
166 if (low < s->end && high > s->start)
235 sbuf_printf(&sbuf, "end: %#jx\n",
236 (uintmax_t)seg->end);
270 _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain) argument
279 while (seg > vm_phys_segs && (seg - 1)->start >= end) {
284 seg->end = end;
289 vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end) argument
321 vm_phys_add_seg(vm_paddr_t start, vm_paddr_t end) argument
663 vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end, vm_memattr_t memattr) argument
718 vm_phys_fictitious_unreg_range(vm_paddr_t start, vm_paddr_t end) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmacroexp.c65 that abuts the end of TEXT. If TEXT contains no tokens, then we
67 no token abutting the end of TEXT (it's just whitespace), and
209 set_token (struct macro_buffer *tok, char *start, char *end)
211 init_shared_buffer (tok, start, end - start);
220 get_comment (struct macro_buffer *tok, char *p, char *end)
222 if (p + 2 > end)
231 for (; p < end; p++)
232 if (p + 2 <= end
249 for (; p < end; p++)
262 get_identifier (struct macro_buffer *tok, char *p, char *end)
207 set_token(struct macro_buffer *tok, char *start, char *end) argument
218 get_comment(struct macro_buffer *tok, char *p, char *end) argument
260 get_identifier(struct macro_buffer *tok, char *p, char *end) argument
282 get_pp_number(struct macro_buffer *tok, char *p, char *end) argument
319 get_character_constant(struct macro_buffer *tok, char *p, char *end) argument
373 get_string_literal(struct macro_buffer *tok, char *p, char *end) argument
420 get_punctuator(struct macro_buffer *tok, char *p, char *end) argument
474 char *end = p + src->len; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_ident.c95 const char *end = name + strlen(name); local
104 if (!is_valid_component(name, end, flags))
114 if (!is_valid_component(name, end, flags))
/freebsd-10-stable/contrib/expat/lib/
H A Dxmlrole.h91 const char *end,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/freebsd-10-stable/contrib/gcc/config/
H A Dnetbsd.h209 char *page, *end; \
224 end = (char *) ((((long) (addr + TRAMPOLINE_SIZE)) & mask) + size); \
227 (void) mprotect (page, end - page, 7); \
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp71 const_iterator prev_it = end();
73 for (const_iterator it = begin(); it != end(); ++it)
81 if (prev_it != end())
/freebsd-10-stable/contrib/libstdc++/src/
H A Dbitmap_allocator.cc59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(),
62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz))
114 while (__iter != __free_list.end())
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DExpandISelPseudos.cpp39 } // end anonymous namespace
51 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I) {
53 for (MachineBasicBlock::iterator MBBI = MBB->begin(), MBBE = MBB->end();
67 MBBE = NewMBB->end();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h72 iterator end() { return FunctionMap.end(); } function in class:clang::CallGraph
74 const_iterator end() const { return FunctionMap.end(); } function in class:clang::CallGraph
152 inline iterator end() { return CalledFunctions.end(); } function in class:clang::CallGraphNode
154 inline const_iterator end() const { return CalledFunctions.end(); } function in class:clang::CallGraphNode
169 } // end clang namespace
184 return map_iterator(N->end(), CGNDerefFu
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGStmtMap.cpp35 if (I != SM->end()) {
51 for (CFGBlock::iterator I = B->begin(), E = B->end(); I != E; ++I) {
86 for (CFG::iterator I = C->begin(), E = C->end(); I != E; ++I)
H A DPostOrderCFGView.cpp25 E = po_iterator::end(cfg, BSet); I != E; ++I) {
45 unsigned b1V = (b1It == POV.BlockOrder.end()) ? 0 : b1It->second;
46 unsigned b2V = (b2It == POV.BlockOrder.end()) ? 0 : b2It->second;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp31 collection::const_iterator pos, end = m_collection.end(); local
32 for (pos = m_collection.begin(); pos != end; ++pos)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadList.cpp72 if (pos != m_sect_to_addr.end())
105 if (sta_pos != m_sect_to_addr.end())
117 if (ats_pos != m_addr_to_sect.end())
189 if (sta_pos != m_sect_to_addr.end())
196 if (ats_pos != m_addr_to_sect.end())
221 if (sta_pos != m_sect_to_addr.end())
228 if (ats_pos != m_addr_to_sect.end())
246 if (pos != m_addr_to_sect.end())
287 addr_to_sect_collection::const_iterator pos, end; local
288 for (pos = m_addr_to_sect.begin(), end
[all...]
H A DTargetList.cpp343 collection::iterator pos, end = m_target_list.end(); local
345 for (pos = m_target_list.begin(); pos != end; ++pos)
368 collection::const_iterator pos, end = m_target_list.end(); local
369 for (pos = m_target_list.begin(); pos != end; ++pos)
395 collection::const_iterator pos, end = m_target_list.end(); local
396 for (pos = m_target_list.begin(); pos != end; ++pos)
416 collection::const_iterator pos, end local
436 collection::const_iterator pos, end = m_target_list.end(); local
486 collection::iterator pos, end = m_target_list.end(); local
556 end = m_target_list.end(); local
[all...]
/freebsd-10-stable/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S40 .end _start
53 .end zerobss
65 .end init
/freebsd-10-stable/usr.bin/m4/lib/
H A Dohash_lookup_interval.c25 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, argument
46 end - start) == 0 &&
47 (h->t[i].p+h->info.key_offset)[end-start] == '\0') {
/freebsd-10-stable/contrib/libyaml/include/
H A Dyaml.h331 /** The end of the token. */
407 /** The end of the tag directives list. */
408 yaml_tag_directive_t *end; member in struct:yaml_event_s::__anon1934::__anon1936::__anon1937
415 /** The document end parameters (for @c YAML_DOCUMENT_END_EVENT). */
417 /** Is the document end indicator implicit? */
473 /** The end of the event. */
513 * @param[in] tag_directives_end The end of the %TAG directives
535 * @param[in] implicit If the document end indicator is implicit.
744 /** The end of the stack. */
745 yaml_node_item_t *end; member in struct:yaml_node_s::__anon1943::__anon1945::__anon1946
760 yaml_node_pair_t *end; member in struct:yaml_node_s::__anon1943::__anon1947::__anon1948
785 yaml_node_t *end; member in struct:yaml_document_s::__anon1949
798 yaml_tag_directive_t *end; member in struct:yaml_document_s::__anon1950
1125 const unsigned char *end; member in struct:yaml_parser_s::__anon1951::__anon1952
1142 yaml_char_t *end; member in struct:yaml_parser_s::__anon1953
1157 unsigned char *end; member in struct:yaml_parser_s::__anon1954
1196 yaml_token_t *end; member in struct:yaml_parser_s::__anon1955
1214 int *end; member in struct:yaml_parser_s::__anon1956
1230 yaml_simple_key_t *end; member in struct:yaml_parser_s::__anon1957
1249 yaml_parser_state_t *end; member in struct:yaml_parser_s::__anon1958
1262 yaml_mark_t *end; member in struct:yaml_parser_s::__anon1959
1272 yaml_tag_directive_t *end; member in struct:yaml_parser_s::__anon1960
1291 yaml_alias_data_t *end; member in struct:yaml_parser_s::__anon1961
1573 yaml_char_t *end; member in struct:yaml_emitter_s::__anon1964
1585 unsigned char *end; member in struct:yaml_emitter_s::__anon1965
1620 yaml_emitter_state_t *end; member in struct:yaml_emitter_s::__anon1966
1633 yaml_event_t *end; member in struct:yaml_emitter_s::__anon1967
1645 int *end; member in struct:yaml_emitter_s::__anon1968
1655 yaml_tag_directive_t *end; member in struct:yaml_emitter_s::__anon1969
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp89 return Predecessors[Node].end();
98 return PredClosure[Node].end();
107 return Successors[Node].end();
116 return SuccClosure[Node].end();
130 ie = S.end(); it != ie; ++it)
191 ie = Changes.end(); it != ie; ++it) {
196 ie = Dependencies.end(); it != ie; ++it) {
203 ie = Changes.end(); it != ie; ++it)
208 std::vector<change_ty> Worklist(Roots.begin(), Roots.end());
217 SuccClosure[*it].insert(ChangeSuccs.begin(), ChangeSuccs.end());
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c380 char *start, *end, *buf; local
392 end = start;
393 while (*end != ' ' && *end != '\t' && *end != '\0')
394 end++;
395 last = *end == '\0';
396 *end = '\0';
410 start = end + 1;
431 char *buf, *pos, *end; local
464 char *start, *end, *buf; local
541 char *buf, *pos, *end; local
633 char *start, *end, *buf; local
687 char *buf, *pos, *end; local
825 char *start, *end, *buf; local
876 char *buf, *pos, *end; local
998 char *buf, *pos, *end; local
1049 char *start, *end, *buf; local
1121 char *buf, *pos, *end; local
1439 char *value, *end, *pos; local
[all...]

Completed in 209 milliseconds

<<11121314151617181920>>