Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 1484) sorted by relevance

12345678910>>...60

/dragonfly/usr.bin/sdpquery/
H A Dsearch.c111 if (end - start < 2) { in print_service_class_id_list()
117 SDP_GET8(type, start); in print_service_class_id_list()
120 SDP_GET8(len, start); in print_service_class_id_list()
138 while (start < end) { in print_service_class_id_list()
295 start += len; in print_protocol_descriptor()
302 start += len; in print_protocol_descriptor()
309 start += len; in print_protocol_descriptor()
377 while (start < end) { in print_protocol_descriptor_list()
399 print_protocol_descriptor(start, start + len); in print_protocol_descriptor_list()
400 start += len; in print_protocol_descriptor_list()
[all …]
/dragonfly/lib/libsdp/
H A Dutil.c324 while (start < end) { in sdp_print()
328 SDP_GET8(type, start); in sdp_print()
418 start += value.uint8; in sdp_print()
439 sdp_print(level + 1, start, start + value.uint8); in sdp_print()
440 start += value.uint8; in sdp_print()
445 sdp_print(level + 1, start, start + value.uint16); in sdp_print()
451 sdp_print(level + 1, start, start + value.uint32); in sdp_print()
458 sdp_print(level + 1, start, start + value.uint8); in sdp_print()
459 start += value.uint8; in sdp_print()
464 sdp_print(level + 1, start, start + value.uint16); in sdp_print()
[all …]
/dragonfly/contrib/mdocml/
H A Dmandoc.c107 if (NULL == start) in mandoc_escape()
127 *start = ++*end; in mandoc_escape()
152 *start = ++*end; in mandoc_escape()
271 term = **start; in mandoc_escape()
272 *start = ++*end; in mandoc_escape()
302 term = **start; in mandoc_escape()
303 *start = ++*end; in mandoc_escape()
318 (*start)++; in mandoc_escape()
441 *start += 4; in mandoc_escape()
455 if (*sz == 7 && ((*start)[1] != '1' || (*start)[2] != '0')) in mandoc_escape()
[all …]
/dragonfly/games/primes/
H A Dprimes.c104 start = 0; in main()
152 if (start > stop) in main()
154 primes(start, stop); in main()
207 if (start < 3) { in primes()
208 start = (ubig)2; in primes()
213 if (stop <= start) { in primes()
220 if (start != 2 && (start&0x1) == 0) { in primes()
221 ++start; in primes()
242 start = *pr_limit+2; in primes()
249 while (start < stop) { in primes()
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dundo.c74 int start, end;
81 temp->start = start;
94 int start, end;
187 start = TRANS (rl_undo_list->start); in rl_do_undo()
195 rl_point = start; in rl_do_undo()
203 rl_point = start; in rl_do_undo()
245 rl->start = start;
274 int start, end; in rl_modifying()
276 if (start > end)
278 SWAP (start, end);
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dloop.c42 ws->end = ((incr > 0 && start > end) || (incr < 0 && start < end)) in gomp_loop_init()
43 ? start : end; in gomp_loop_init()
45 ws->next = start; in gomp_loop_init()
557 unsigned num_threads, long start, long end, in gomp_parallel_loop_start() argument
571 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start() argument
580 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start() argument
589 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start() argument
598 unsigned num_threads, long start, long end, in GOMP_parallel_loop_runtime_start() argument
632 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided() argument
649 unsigned num_threads, long start, in GOMP_parallel_loop_nonmonotonic_dynamic() argument
[all …]
H A Diter.c154 start = ws->next; in gomp_iter_dynamic_next_locked()
155 if (start == ws->end) in gomp_iter_dynamic_next_locked()
170 end = start + chunk; in gomp_iter_dynamic_next_locked()
173 *pstart = start; in gomp_iter_dynamic_next_locked()
246 start = tmp; in gomp_iter_dynamic_next()
249 *pstart = start; in gomp_iter_dynamic_next()
268 long start, end; in gomp_iter_guided_next_locked() local
273 start = ws->next; in gomp_iter_guided_next_locked()
285 *pstart = start; in gomp_iter_guided_next_locked()
331 start = tmp; in gomp_iter_guided_next()
[all …]
H A Diter_ull.c156 start = ws->next_ull; in gomp_iter_ull_dynamic_next_locked()
172 end = start + chunk; in gomp_iter_ull_dynamic_next_locked()
175 *pstart = start; in gomp_iter_ull_dynamic_next_locked()
228 if (start == end) in gomp_iter_ull_dynamic_next()
247 start = tmp; in gomp_iter_ull_dynamic_next()
250 *pstart = start; in gomp_iter_ull_dynamic_next()
269 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
274 start = ws->next_ull; in gomp_iter_ull_guided_next_locked()
289 *pstart = start; in gomp_iter_ull_guided_next_locked()
338 start = tmp; in gomp_iter_ull_guided_next()
[all …]
H A Dloop_ull.c44 ws->end_ull = ((up && start > end) || (!up && start < end)) in gomp_loop_ull_init()
45 ? start : end; in gomp_loop_ull_init()
47 ws->next_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() argument
109 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr, 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() argument
144 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() argument
177 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
181 return gomp_loop_ull_dynamic_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
185 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
[all …]
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dloop.c41 ws->end = ((incr > 0 && start > end) || (incr < 0 && start < end)) in gomp_loop_init()
42 ? start : end; in gomp_loop_init()
44 ws->next = start; in gomp_loop_init()
105 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_static_start()
122 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_dynamic_start()
164 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start() argument
440 unsigned num_threads, long start, long end, in gomp_parallel_loop_start() argument
454 unsigned num_threads, long start, long end, in GOMP_parallel_loop_static_start() argument
463 unsigned num_threads, long start, long end, in GOMP_parallel_loop_dynamic_start() argument
472 unsigned num_threads, long start, long end, in GOMP_parallel_loop_guided_start() argument
[all …]
H A Diter.c153 start = ws->next; in gomp_iter_dynamic_next_locked()
172 *pstart = start; in gomp_iter_dynamic_next_locked()
220 start = ws->next; in gomp_iter_dynamic_next()
245 start = tmp; in gomp_iter_dynamic_next()
248 *pstart = start; in gomp_iter_dynamic_next()
267 long start, end; in gomp_iter_guided_next_locked() local
272 start = ws->next; in gomp_iter_guided_next_locked()
284 *pstart = start; in gomp_iter_guided_next_locked()
303 start = ws->next; in gomp_iter_guided_next()
330 start = tmp; in gomp_iter_guided_next()
[all …]
H A Diter_ull.c155 start = ws->next_ull; in gomp_iter_ull_dynamic_next_locked()
171 end = start + chunk; in gomp_iter_ull_dynamic_next_locked()
174 *pstart = start; in gomp_iter_ull_dynamic_next_locked()
221 start = ws->next_ull; in gomp_iter_ull_dynamic_next()
227 if (start == end) in gomp_iter_ull_dynamic_next()
246 start = tmp; in gomp_iter_ull_dynamic_next()
249 *pstart = start; in gomp_iter_ull_dynamic_next()
268 gomp_ull start, end; in gomp_iter_ull_guided_next_locked() local
288 *pstart = start; in gomp_iter_ull_guided_next_locked()
337 start = tmp; in gomp_iter_ull_guided_next()
[all …]
H A Dloop_ull.c43 ws->end_ull = ((up && start > end) || (!up && start < end)) in gomp_loop_ull_init()
44 ? start : end; in gomp_loop_ull_init()
46 ws->next_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() argument
108 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr, 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() argument
143 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() argument
176 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
180 return gomp_loop_ull_dynamic_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
184 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start()
[all …]
/dragonfly/contrib/bmake/
H A Dstr.h44 const char *start; member
113 sub.start = start; in Substring_Init()
127 return (size_t)(sub.end - sub.start); in Substring_Length()
133 return sub.start == sub.end; in Substring_IsEmpty()
149 memcmp(sub.start, str.start, len) == 0; in Substring_Eq()
157 return Substring_Init(sub.start + start, sub.start + end); in Substring_Sub()
164 memcmp(sub.start, prefix.start, Substring_Length(prefix)) == 0; in Substring_HasPrefix()
189 for (p = sub.start; p != sub.end; p++) in Substring_SkipFirst()
192 return sub.start; in Substring_SkipFirst()
281 for (p = start; p != end; p++) in LazyBuf_AddBytesBetween()
[all …]
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c59 for (start = buf; start && *start; start = pos) { in wps_er_ssdp_rx()
60 pos = os_strchr(start, '\n'); in wps_er_ssdp_rx()
73 start += 9; in wps_er_ssdp_rx()
74 while (*start == ' ') in wps_er_ssdp_rx()
75 start++; in wps_er_ssdp_rx()
76 location = start; in wps_er_ssdp_rx()
78 if (os_strstr(start, "ssdp:byebye")) in wps_er_ssdp_rx()
81 start += 14; in wps_er_ssdp_rx()
82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx()
88 start += 4; in wps_er_ssdp_rx()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl.c1180 field[fields].start = start; in archive_acl_from_text_w()
1379 tag, id, name.start, name.end - name.start); in archive_acl_from_text_w()
1405 if (*start < L'0' || *start > L'9') in isint_w()
1414 start++; in isint_w()
1432 p = start; in ismode_w()
1663 field[fields].start = start; in archive_acl_from_text_l()
1869 tag, id, name.start, name.end - name.start, sc); in archive_acl_from_text_l()
1895 if (*start < '0' || *start > '9') in isint()
1904 start++; in isint()
1922 p = start; in ismode()
[all …]
/dragonfly/sys/vm/
H A Dvm_map.c272 if (a->ba.start < b->ba.start) in rb_vm_map_compare()
274 else if (a->ba.start > b->ba.start) in rb_vm_map_compare()
673 scan->start = start; in vm_map_freehint_update()
679 scan->start = start; in vm_map_freehint_update()
698 scan->start = start; in vm_map_freehint_hole()
1365 new_entry->ba.start = start; in vm_map_insert()
1650 start, start + length, in vm_map_find()
3204 start = entry->ba.start; in vm_map_delete()
3455 nba->start = ba->start; in vm_map_backing_replicated()
3474 ba->start = start; in vm_map_backing_adjust_start()
[all …]
/dragonfly/sys/dev/drm/
H A Ddrm_mm.c105 u64 start,
242 node->start = adj_start; in drm_mm_insert_helper()
293 if (hole->start < end) in drm_mm_reserve_node()
358 u64 start, u64 end, in drm_mm_insert_node_in_range_generic() argument
425 if (end - start < size) in check_free_hole()
443 u64 start, in drm_mm_search_free_in_range_generic() argument
503 new->start = old->start; in drm_mm_replace_node()
567 u64 start, in drm_mm_scan_init_with_range() argument
776 DRM_MM_BUG_ON(start + size <= start); in drm_mm_init()
787 mm->head_node.start = start + size; in drm_mm_init()
[all …]
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c110 uint32_t *start, int *rid);
180 start, off, info); in decode_tuple_linktarget()
419 loc = start + *off; in cardbus_read_tuple_conf()
492 switch (CARDBUS_CIS_SPACE(*start)) { in cardbus_read_tuple_init()
516 CARDBUS_CIS_SPACE(*start)); in cardbus_read_tuple_init()
617 *start = imagebase + CARDBUS_CIS_ADDR(*start); in cardbus_read_tuple_init()
619 *start = CARDBUS_CIS_ADDR(*start); in cardbus_read_tuple_init()
638 tupledata, start, off, &callbacks[i])); in decode_tuple()
641 tupledata, start, off, NULL)); in decode_tuple()
652 uint32_t start, off; in cardbus_parse_cis() local
[all …]
/dragonfly/sys/bus/isa/
H A Disahint.c42 int sensitive, start, count, t; in isahint_add_device() local
59 start = 0; in isahint_add_device()
61 resource_int_value(name, unit, "port", &start); in isahint_add_device()
63 if (start > 0 || count > 0) in isahint_add_device()
66 start = 0; in isahint_add_device()
68 resource_int_value(name, unit, "maddr", &start); in isahint_add_device()
70 if (start > 0 || count > 0) in isahint_add_device()
73 if (resource_int_value(name, unit, "irq", &start) == 0 && start > 0) { in isahint_add_device()
74 bus_set_resource(child, SYS_RES_IRQ, 0, start, 1, in isahint_add_device()
75 machintr_legacy_intr_cpuid(start)); in isahint_add_device()
[all …]
/dragonfly/sbin/gpt/
H A Dmap.c45 mkmap(off_t start, off_t size, int type) in mkmap() argument
52 m->map_start = start; in mkmap()
82 (long long)start, (long long)size); in map_add()
99 m = mkmap(start, size, type); in map_add()
105 if (start == n->map_start) { in map_add()
142 map_alloc(off_t start, off_t size) in map_alloc() argument
147 if (start == 0 && size != 0) in map_alloc()
152 if (start != 0 && m->map_start > start) in map_alloc()
154 delta = (start != 0) ? start - m->map_start : ROUNDUP(m->map_start) - m->map_start; in map_alloc()
160 if (start == 0) in map_alloc()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dcanonicalize.c146 char const *start; in canonicalize_filename_mode() local
191 for (start = end = name; *start; start = end) in canonicalize_filename_mode()
194 while (*start == '/') in canonicalize_filename_mode()
195 ++start; in canonicalize_filename_mode()
201 if (end - start == 0) in canonicalize_filename_mode()
203 else if (end - start == 1 && start[0] == '.') in canonicalize_filename_mode()
205 else if (end - start == 2 && start[0] == '.' && start[1] == '.') in canonicalize_filename_mode()
223 if (end - start + 1 > PATH_MAX) in canonicalize_filename_mode()
224 new_size += end - start + 1; in canonicalize_filename_mode()
233 dest = memcpy (dest, start, end - start); in canonicalize_filename_mode()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c3081 unsigned char *start = section->start; in process_debug_info() local
3862 unsigned char *start = section->start; in display_debug_lines_raw() local
5044 unsigned char *start = section->start; in display_debug_pubnames_worker() local
5072 sec_off = start - section->start; in display_debug_pubnames_worker()
5191 unsigned char *start = section->start; in display_debug_macinfo() local
5354 unsigned char *start = section->start; in display_debug_macro() local
5603 unsigned char *start = section->start; in display_debug_abbrev() local
6460 unsigned char *start = section->start; in display_debug_str() local
6536 unsigned char *start = section->start; in display_debug_aranges() local
6914 unsigned char *start = section->start; in display_debug_ranges() local
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dstrings.c563 file_ptr start; in print_strings() local
571 start = address; in print_strings()
596 if (sizeof (start) > sizeof (long)) in print_strings()
606 if (start != (unsigned long) start) in print_strings()
610 printf ("%7lo ", (unsigned long) start); in print_strings()
615 if (sizeof (start) > sizeof (long)) in print_strings()
625 if (start != (unsigned long) start) in print_strings()
629 printf ("%7ld ", (long) start); in print_strings()
634 if (sizeof (start) > sizeof (long)) in print_strings()
644 if (start != (unsigned long) start) in print_strings()
[all …]
/dragonfly/usr.bin/rfcomm_sppd/
H A Drfcomm_sdp.c213 while (start < end) { in rfcomm_proto_list_parse()
229 if (end - start < 1) in rfcomm_proto_list_parse()
232 SDP_GET8(type, start); in rfcomm_proto_list_parse()
235 SDP_GET8(len, start); in rfcomm_proto_list_parse()
239 SDP_GET16(len, start); in rfcomm_proto_list_parse()
243 SDP_GET32(len, start); in rfcomm_proto_list_parse()
252 if (end - start < 3) in rfcomm_proto_list_parse()
277 if (end - start < 2) in rfcomm_proto_list_parse()
280 SDP_GET8(type, start); in rfcomm_proto_list_parse()
284 SDP_GET8(*channel, start); in rfcomm_proto_list_parse()
[all …]

12345678910>>...60