Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/dragonfly/contrib/gcc-4.7/libgomp/
H A Dloop.c164 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start()
192 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start()
210 gomp_loop_ordered_dynamic_start (long start, long end, long incr, in gomp_loop_ordered_dynamic_start()
235 gomp_loop_ordered_guided_start (long start, long end, long incr, in gomp_loop_ordered_guided_start()
260 GOMP_loop_ordered_runtime_start (long start, long end, long incr, in GOMP_loop_ordered_runtime_start()
440 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
454 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
463 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
472 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
481 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
[all …]
H A Dloop_ull.c36 gomp_loop_ull_init (struct gomp_work_share *ws, bool up, gomp_ull start, in gomp_loop_ull_init()
99 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_static_start()
117 gomp_loop_ull_dynamic_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_dynamic_start()
143 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start()
169 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_runtime_start()
201 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_static_start()
220 gomp_loop_ull_ordered_dynamic_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_dynamic_start()
246 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_guided_start()
483 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start()
492 GOMP_loop_ull_dynamic_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_dynamic_start()
[all …]
H A Diter.c151 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
187 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
267 long start, end; in gomp_iter_guided_next_locked() local
300 long start, end, nend, incr; in gomp_iter_guided_next() local
H A Diter_ull.c153 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
189 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
268 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
304 gomp_ull start, end, nend, incr; in gomp_iter_ull_guided_next() local
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dloop.c173 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start()
557 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
571 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start()
580 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start()
589 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start()
598 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start()
621 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic()
632 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided()
649 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_dynamic()
661 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_guided()
[all …]
H A Dloop_ull.c37 gomp_loop_ull_init (struct gomp_work_share *ws, bool up, gomp_ull start, in gomp_loop_ull_init()
100 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_static_start()
118 gomp_loop_ull_dynamic_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_dynamic_start()
144 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start()
170 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_runtime_start()
202 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_static_start()
247 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_guided_start()
607 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start()
616 GOMP_loop_ull_dynamic_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_dynamic_start()
625 GOMP_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_guided_start()
[all …]
H A Diter.c152 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
188 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
268 long start, end; in gomp_iter_guided_next_locked() local
301 long start, end, nend, incr; in gomp_iter_guided_next() local
H A Diter_ull.c154 gomp_ull start, end, chunk, left; in gomp_iter_ull_dynamic_next_locked() local
190 gomp_ull start, end, nend, chunk; in gomp_iter_ull_dynamic_next() local
269 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
305 gomp_ull start, end, nend, incr; in gomp_iter_ull_guided_next() local
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c138 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_generic()
161 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_linktarget()
188 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_vers_1()
211 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funcid()
237 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_manfid()
259 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funce()
294 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_bar()
389 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_unhandled()
461 uint32_t start, uint32_t *off, int *tupleid, int *len, in cardbus_read_tuple()
631 uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple()
[all …]
/dragonfly/sys/netgraph/netgraph/
H A Dng_parse.c182 const char *s, int *off, const u_char *const start, in ng_struct_parse()
197 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault()
236 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
253 const u_char *const start, u_char *buf, int *buflen) in ng_fixedarray_getDefault()
285 const char *s, int *off, const u_char *const start, in ng_array_parse()
332 const char *s, int *off, const u_char *const start, in ng_int8_parse()
425 const char *s, int *off, const u_char *const start, in ng_int16_parse()
927 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength()
1022 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength()
1358 const u_char *const start, const u_char *buf, in ng_get_composite_len()
[all …]
/dragonfly/sys/netgraph7/netgraph/
H A Dng_parse.c184 const char *s, int *off, const u_char *const start, in ng_struct_parse()
199 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault()
238 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
255 const u_char *const start, u_char *buf, int *buflen) in ng_fixedarray_getDefault()
287 const char *s, int *off, const u_char *const start, in ng_array_parse()
334 const char *s, int *off, const u_char *const start, in ng_int8_parse()
432 const char *s, int *off, const u_char *const start, in ng_int16_parse()
1085 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength()
1180 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength()
1526 const u_char *const start, const u_char *buf, in ng_get_composite_len()
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dundo.c72 alloc_undo_entry (what, start, end, text) in alloc_undo_entry() argument
92 rl_add_undo (what, start, end, text) in rl_add_undo() argument
170 int waiting_for_begin, start, end; in rl_do_undo() local
236 _rl_fix_last_undo_of_type (type, start, end) in _rl_fix_last_undo_of_type() argument
273 rl_modifying (start, end) in rl_modifying() argument
/dragonfly/sbin/gpt/
H A Dmap.c45 mkmap(off_t start, off_t size, int type) in mkmap()
62 map_add(off_t start, off_t size, int type, void *data) in map_add()
142 map_alloc(off_t start, off_t size) in map_alloc()
200 map_free(off_t start, off_t size) in map_free()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl.c1141 const wchar_t *start; in archive_acl_from_text_w() member
1177 const wchar_t *start, *end; in archive_acl_from_text_w() local
1399 isint_w(const wchar_t *start, const wchar_t *end, int *result) in isint_w()
1569 next_field_w(const wchar_t **wp, const wchar_t **start, in next_field_w()
1625 const char *start; in archive_acl_from_text_l() member
1660 const char *start, *end; in archive_acl_from_text_l() local
1889 isint(const char *start, const char *end, int *result) in isint()
1916 ismode(const char *start, const char *end, int *permset) in ismode()
1950 is_nfs4_perms(const char *start, const char *end, int *permset) in is_nfs4_perms()
2013 is_nfs4_flags(const char *start, const char *end, int *permset) in is_nfs4_flags()
[all …]
/dragonfly/sys/kern/
H A Dkern_lockf.c115 lf_overlap(const struct lockf_range *range, off_t start, off_t end) in lf_overlap()
199 off_t start, end; in lf_advlock() local
298 off_t start, off_t end) in lf_setlock()
771 int type, int flags, off_t start, off_t end) in lf_getlock()
806 lf_wakeup(struct lockf *lock, off_t start, off_t end) in lf_wakeup()
861 int flags, off_t start, off_t end) in lf_create_range()
/dragonfly/usr.bin/sdpquery/
H A Dsearch.c107 print_service_class_id_list(uint8_t const *start, uint8_t const *end) in print_service_class_id_list()
190 print_protocol_descriptor(uint8_t const *start, uint8_t const *end) in print_protocol_descriptor()
346 print_protocol_descriptor_list(uint8_t const *start, uint8_t const *end) in print_protocol_descriptor_list()
420 print_bluetooth_profile_descriptor_list(uint8_t const *start, uint8_t const *end) in print_bluetooth_profile_descriptor_list()
/dragonfly/sys/vm/
H A Dvm_map.c665 vm_map_freehint_update(vm_map_t map, vm_offset_t start, in vm_map_freehint_update()
1237 vm_offset_t start, vm_offset_t end, in vm_map_insert()
1591 vm_offset_t start; in vm_map_find() local
1862 #define VM_MAP_RANGE_CHECK(map, start, end) \ argument
2039 vm_offset_t start, vm_offset_t end, in vm_map_unclip_range()
2131 vm_map_protect(vm_map_t map, vm_offset_t start, vm_offset_t end, in vm_map_protect()
2241 vm_map_madvise(vm_map_t map, vm_offset_t start, vm_offset_t end, in vm_map_madvise()
2462 vm_map_inherit(vm_map_t map, vm_offset_t start, vm_offset_t end, in vm_map_inherit()
2694 vm_map_kernel_wiring(vm_map_t map, vm_offset_t start, in vm_map_kernel_wiring()
2926 vm_map_clean(vm_map_t map, vm_offset_t start, vm_offset_t end, in vm_map_clean()
[all …]
/dragonfly/sys/dev/drm/
H A Ddrm_vm.c146 vm_paddr_t start; member
173 vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end, in vm_phys_fictitious_reg_range()
207 vm_phys_fictitious_unreg_range(vm_paddr_t start, vm_paddr_t end) in vm_phys_fictitious_unreg_range()
H A Dlinux_interval_tree.c80 unsigned long start, unsigned long last) in interval_tree_iter_first()
100 unsigned long start, unsigned long last) in interval_tree_iter_next()
/dragonfly/sys/dev/drm/include/linux/
H A Dseqlock.h97 read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry()
140 __read_seqcount_retry(const seqcount_t *s, unsigned start) in __read_seqcount_retry()
146 read_seqcount_retry(const seqcount_t *s, unsigned start) in read_seqcount_retry()
/dragonfly/contrib/binutils-2.27/gold/
H A Dfileread.cc331 File_read::find_view(off_t start, section_size_type size, in find_view()
379 File_read::do_read(off_t start, section_size_type size, void* p) in do_read()
426 File_read::read(off_t start, section_size_type size, void* p) in read()
471 File_read::make_view(off_t start, section_size_type size, in make_view()
532 File_read::find_or_make_view(off_t offset, off_t start, in find_or_make_view()
615 File_read::get_view(off_t offset, off_t start, section_size_type size, in get_view()
624 File_read::get_lasting_view(off_t offset, off_t start, section_size_type size, in get_lasting_view()
639 File_read::do_readv(off_t base, const Read_multiple& rm, size_t start, in do_readv()
/dragonfly/contrib/binutils-2.34/gold/
H A Dfileread.cc331 File_read::find_view(off_t start, section_size_type size, in find_view()
379 File_read::do_read(off_t start, section_size_type size, void* p) in do_read()
426 File_read::read(off_t start, section_size_type size, void* p) in read()
471 File_read::make_view(off_t start, section_size_type size, in make_view()
532 File_read::find_or_make_view(off_t offset, off_t start, in find_or_make_view()
615 File_read::get_view(off_t offset, off_t start, section_size_type size, in get_view()
624 File_read::get_lasting_view(off_t offset, off_t start, section_size_type size, in get_lasting_view()
639 File_read::do_readv(off_t base, const Read_multiple& rm, size_t start, in do_readv()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps_posix.c139 static struct timespec start; in app_timer_real() local
154 static struct timeval start; in app_timer_user() local
/dragonfly/contrib/nvi2/regex/
H A Dengine.c142 const RCHAR_T *start; in matcher() local
292 dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in dissect()
474 backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in backref()
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in fast()
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in slow()
847 sopno start, /* start state within strip */ in step()
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, in at()
/dragonfly/contrib/bmake/
H A Dstr.h44 const char *start; member
109 Substring_Init(const char *start, const char *end) in Substring_Init()
153 Substring_Sub(Substring sub, size_t start, size_t end) in Substring_Sub()
277 LazyBuf_AddBytesBetween(LazyBuf *buf, const char *start, const char *end) in LazyBuf_AddBytesBetween()
294 const char *start = buf->data != NULL ? buf->data : buf->expected; in LazyBuf_Get() local

12345678910>>...37