Home
last modified time | relevance | path

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

12345678910>>...37

/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dloop.c35 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, in gomp_loop_init()
97 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start()
114 gomp_loop_dynamic_start (long start, long end, long incr, long chunk_size, in gomp_loop_dynamic_start()
139 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start()
164 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()
[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()
272 GOMP_loop_ull_ordered_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_ordered_runtime_start()
483 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start()
[all …]
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
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
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dloop.c36 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, in gomp_loop_init()
98 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start()
120 gomp_loop_dynamic_start (long start, long end, long incr, long chunk_size, in gomp_loop_dynamic_start()
148 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start()
173 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start()
204 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start()
222 gomp_loop_ordered_dynamic_start (long start, long end, long incr, in gomp_loop_ordered_dynamic_start()
247 gomp_loop_ordered_guided_start (long start, long end, long incr, in gomp_loop_ordered_guided_start()
272 GOMP_loop_ordered_runtime_start (long start, long end, long incr, in GOMP_loop_ordered_runtime_start()
557 unsigned num_threads, long start, long end, in gomp_parallel_loop_start()
[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()
221 gomp_loop_ull_ordered_dynamic_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_dynamic_start()
247 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_guided_start()
273 GOMP_loop_ull_ordered_runtime_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_ordered_runtime_start()
607 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start()
[all …]
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
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
/dflybsd-src/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()
399 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_end()
412 cardbus_read_tuple_conf(device_t cbdev, device_t child, uint32_t start, in cardbus_read_tuple_conf()
[all …]
/dflybsd-src/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()
300 const u_char *const start, u_char *buf, int *buflen) in ng_array_getDefault()
332 const char *s, int *off, const u_char *const start, in ng_int8_parse()
381 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault()
425 const char *s, int *off, const u_char *const start, in ng_int16_parse()
475 const u_char *const start, u_char *buf, int *buflen) in ng_int16_getDefault()
[all …]
/dflybsd-src/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()
302 const u_char *const start, u_char *buf, int *buflen) in ng_array_getDefault()
334 const char *s, int *off, const u_char *const start, in ng_int8_parse()
388 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault()
432 const char *s, int *off, const u_char *const start, in ng_int16_parse()
487 const u_char *const start, u_char *buf, int *buflen) in ng_int16_getDefault()
[all …]
/dflybsd-src/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
/dflybsd-src/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()
/dflybsd-src/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()
1426 ismode_w(const wchar_t *start, const wchar_t *end, int *permset) in ismode_w()
1460 is_nfs4_perms_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_perms_w()
1523 is_nfs4_flags_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_flags_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()
[all …]
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/sys/vm/
H A Dvm_map.c665 vm_map_freehint_update(vm_map_t map, vm_offset_t start, in vm_map_freehint_update()
691 vm_map_freehint_hole(vm_map_t map, vm_offset_t start, vm_size_t length) in vm_map_freehint_hole()
1237 vm_offset_t start, vm_offset_t end, in vm_map_insert()
1454 vm_map_findspace(vm_map_t map, vm_offset_t start, vm_size_t length, in vm_map_findspace()
1591 vm_offset_t start; in vm_map_find() local
1758 _vm_map_clip_start(vm_map_t map, vm_map_entry_t entry, vm_offset_t start, in _vm_map_clip_start()
1862 #define VM_MAP_RANGE_CHECK(map, start, end) \ argument
1931 vm_map_clip_range(vm_map_t map, vm_offset_t start, vm_offset_t end, in vm_map_clip_range()
2039 vm_offset_t start, vm_offset_t end, in vm_map_unclip_range()
2083 vm_map_submap(vm_map_t map, vm_offset_t start, vm_offset_t end, vm_map_t submap) in vm_map_submap()
[all …]
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/stand/boot/pc32/mbr/
H A Dmbr.S31 .globl start # Entry point symbol
37 start: cld # String ops inc label
/dflybsd-src/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
/dflybsd-src/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()

12345678910>>...37