Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 25 of 51) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/libgomp/
HDiter.c38 gomp_iter_static_next (long *pstart, long *pend) in gomp_iter_static_next() argument
52 *pend = ws->end; in gomp_iter_static_next()
98 *pend = e; in gomp_iter_static_next()
131 *pend = e; in gomp_iter_static_next()
147 gomp_iter_dynamic_next_locked (long *pstart, long *pend) in gomp_iter_dynamic_next_locked() argument
173 *pend = end; in gomp_iter_dynamic_next_locked()
183 gomp_iter_dynamic_next (long *pstart, long *pend) in gomp_iter_dynamic_next() argument
204 *pend = nend; in gomp_iter_dynamic_next()
215 *pend = nend; in gomp_iter_dynamic_next()
249 *pend = nend; in gomp_iter_dynamic_next()
[all …]
HDiter_ull.c39 gomp_iter_ull_static_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_static_next() argument
53 *pend = ws->end_ull; in gomp_iter_ull_static_next()
99 *pend = e; in gomp_iter_ull_static_next()
133 *pend = e; in gomp_iter_ull_static_next()
149 gomp_iter_ull_dynamic_next_locked (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next_locked() argument
175 *pend = end; in gomp_iter_ull_dynamic_next_locked()
185 gomp_iter_ull_dynamic_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next() argument
205 *pend = nend; in gomp_iter_ull_dynamic_next()
216 *pend = nend; in gomp_iter_ull_dynamic_next()
250 *pend = nend; in gomp_iter_ull_dynamic_next()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
HDiter.c39 gomp_iter_static_next (long *pstart, long *pend) in gomp_iter_static_next() argument
53 *pend = ws->end; in gomp_iter_static_next()
99 *pend = e; in gomp_iter_static_next()
132 *pend = e; in gomp_iter_static_next()
148 gomp_iter_dynamic_next_locked (long *pstart, long *pend) in gomp_iter_dynamic_next_locked() argument
174 *pend = end; in gomp_iter_dynamic_next_locked()
184 gomp_iter_dynamic_next (long *pstart, long *pend) in gomp_iter_dynamic_next() argument
205 *pend = nend; in gomp_iter_dynamic_next()
216 *pend = nend; in gomp_iter_dynamic_next()
250 *pend = nend; in gomp_iter_dynamic_next()
[all …]
HDiter_ull.c40 gomp_iter_ull_static_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_static_next() argument
54 *pend = ws->end_ull; in gomp_iter_ull_static_next()
100 *pend = e; in gomp_iter_ull_static_next()
134 *pend = e; in gomp_iter_ull_static_next()
150 gomp_iter_ull_dynamic_next_locked (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next_locked() argument
176 *pend = end; in gomp_iter_ull_dynamic_next_locked()
186 gomp_iter_ull_dynamic_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next() argument
206 *pend = nend; in gomp_iter_ull_dynamic_next()
217 *pend = nend; in gomp_iter_ull_dynamic_next()
251 *pend = nend; in gomp_iter_ull_dynamic_next()
[all …]
/dragonfly/lib/libusb/
HDlibusb10_desc.c100 struct libusb20_endpoint *pend; in libusb_get_config_descriptor() local
134 pend = pinf->endpoints; in libusb_get_config_descriptor()
136 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
137 pend++; in libusb_get_config_descriptor()
147 pend = pinf->endpoints; in libusb_get_config_descriptor()
149 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
150 pend++; in libusb_get_config_descriptor()
237 pend = &pinf->endpoints[k]; in libusb_get_config_descriptor()
239 endd->bLength = pend->desc.bLength; in libusb_get_config_descriptor()
240 endd->bDescriptorType = pend->desc.bDescriptorType; in libusb_get_config_descriptor()
[all …]
/dragonfly/contrib/cvs-1.12/src/
HDwatch.c38 char *pend; in watch_modify_watchers() local
111 pend = strchr (p, '+'); in watch_modify_watchers()
112 if (pend == NULL) in watch_modify_watchers()
114 pend = p + strlen (p); in watch_modify_watchers()
118 nextp = pend + 1; in watch_modify_watchers()
121 if (pend - p == 4 && strncmp ("edit", p, 4) == 0) in watch_modify_watchers()
127 else if (pend - p == 6 && strncmp ("unedit", p, 6) == 0) in watch_modify_watchers()
133 else if (pend - p == 6 && strncmp ("commit", p, 6) == 0) in watch_modify_watchers()
139 else if (pend - p == 5 && strncmp ("tedit", p, 5) == 0) in watch_modify_watchers()
145 else if (pend - p == 7 && strncmp ("tunedit", p, 7) == 0) in watch_modify_watchers()
[all …]
/dragonfly/bin/pax/
HDpat_rep.c218 pt->pend = NULL; in pat_add()
308 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) { in pat_sel()
322 if (pt->pend != NULL) in pat_sel()
323 *pt->pend = '\0'; in pat_sel()
327 if (pt->pend != NULL) in pat_sel()
328 *pt->pend = '/'; in pat_sel()
329 pt->pend = NULL; in pat_sel()
336 if (pt->pend != NULL) { in pat_sel()
337 *pt->pend = '/'; in pat_sel()
338 pt->pend = NULL; in pat_sel()
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDcomp_parse.c108 char *pstart, *qstart, *pend, *qend; in check_collisions() local
122 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) { in check_collisions()
124 if ((pend - pstart == qend - qstart) in check_collisions()
125 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) { in check_collisions()
128 (int) (pend - pstart), pstart); in check_collisions()
165 char *pstart, *qstart, *pend, *qend; in remove_collision() local
175 for (pstart = n1; (pend = name_ending(pstart)); pstart = next_name(pend)) { in remove_collision()
177 if ((pend - pstart == qend - qstart) in remove_collision()
178 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) { in remove_collision()
/dragonfly/contrib/binutils-2.34/libiberty/
HDregex.c813 UCHAR_T *pend = end; in PREFIX() local
822 while (p < pend) in PREFIX()
925 assert (p + *p < pend); in PREFIX()
1657 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1742 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1855 const CHAR_T *pend,
1860 const CHAR_T *pend,
1869 const char *pend,
1885 do {if (p == pend) return REG_EEND; \
1891 do {if (p == pend) return REG_EEND; \
[all …]
HDd-demangle.c799 const char *pend; in dlang_identifier() local
803 for (pend = endptr; endptr != NULL; pend--) in dlang_identifier()
805 mangled = pend; in dlang_identifier()
812 pend = endptr; in dlang_identifier()
825 if (mangled && (mangled - pend) == psize) in dlang_identifier()
/dragonfly/contrib/gcc-8.0/libiberty/
HDregex.c813 UCHAR_T *pend = end; in PREFIX() local
822 while (p < pend) in PREFIX()
925 assert (p + *p < pend); in PREFIX()
1657 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1742 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1855 const CHAR_T *pend,
1860 const CHAR_T *pend,
1869 const char *pend,
1885 do {if (p == pend) return REG_EEND; \
1891 do {if (p == pend) return REG_EEND; \
[all …]
/dragonfly/contrib/gdb-7/libiberty/
HDregex.c814 UCHAR_T *pend = end; in PREFIX() local
823 while (p < pend) in PREFIX()
926 assert (p + *p < pend); in PREFIX()
1658 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1743 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1856 const CHAR_T *pend,
1861 const CHAR_T *pend,
1870 const char *pend,
1886 do {if (p == pend) return REG_EEND; \
1892 do {if (p == pend) return REG_EEND; \
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
HDregex.c814 UCHAR_T *pend = end; in PREFIX() local
823 while (p < pend) in PREFIX()
926 assert (p + *p < pend); in PREFIX()
1658 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1743 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1856 const CHAR_T *pend,
1861 const CHAR_T *pend,
1870 const char *pend,
1886 do {if (p == pend) return REG_EEND; \
1892 do {if (p == pend) return REG_EEND; \
[all …]
HDd-demangle.c722 char *pend; in dlang_identifier() local
726 for (pend = endptr; endptr != NULL; pend--) in dlang_identifier()
728 mangled = pend; in dlang_identifier()
735 pend = endptr; in dlang_identifier()
750 if (mangled && (mangled - pend) == psize) in dlang_identifier()
/dragonfly/contrib/gcc-4.7/libiberty/
HDregex.c814 UCHAR_T *pend = end; in PREFIX() local
823 while (p < pend) in PREFIX()
926 assert (p + *p < pend); in PREFIX()
1658 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1743 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1856 const CHAR_T *pend,
1861 const CHAR_T *pend,
1870 const char *pend,
1886 do {if (p == pend) return REG_EEND; \
1892 do {if (p == pend) return REG_EEND; \
[all …]
/dragonfly/stand/lib/
HDzalloc.c256 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool() local
264 if (base > pend) { in zextendPool()
265 mp->mp_Size += (char *)base - (char *)pend; in zextendPool()
266 mp->mp_Used += (char *)base - (char *)pend; in zextendPool()
/dragonfly/contrib/mdocml/
HDmandoc_xr.c68 const char *pend; in mandoc_xr_add() local
90 pend = xr->hashkey + tsz; in mandoc_xr_add()
91 hv = ohash_interval(xr->hashkey, &pend); in mandoc_xr_add()
HDhtml.c463 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() argument
473 if (pend == NULL) in print_encode()
474 pend = strchr(p, '\0'); in print_encode()
479 while (p < pend) { in print_encode()
486 for (sz = strcspn(p, rejs); sz-- && p < pend; p++) in print_encode()
490 (p >= pend || *p == ' ' || *p == ASCII_NBRSP)) { in print_encode()
493 while (p < pend && (*p == ' ' || *p == ASCII_NBRSP)) in print_encode()
498 if (p >= pend) in print_encode()
/dragonfly/contrib/less/
HDlessecho.c68 static long lstrtol(char *s, char **pend, int radix) in lstrtol() argument
124 if (pend != NULL) in lstrtol()
129 *pend = s; in lstrtol()
/dragonfly/contrib/binutils-2.27/gold/
HDmerge.cc448 const Char_type* pend = p + sec_len / sizeof(Char_type); in do_add_input_section() local
449 const Char_type* pend0 = pend; in do_add_input_section()
460 if (pend[-1] != 0) in do_add_input_section()
486 if (pend0 < pend) in do_add_input_section()
500 while (p < pend) in do_add_input_section()
502 size_t len = p < pend0 ? string_length(p) : pend - p; in do_add_input_section()
HDehframe.cc544 Eh_frame::skip_leb128(const unsigned char** pp, const unsigned char* pend) in skip_leb128() argument
547 for (p = *pp; p < pend; ++p) in skip_leb128()
650 const unsigned char* pend = p + contents_len; in do_add_ehframe_input_section() local
659 while (p < pend) in do_add_ehframe_input_section()
661 if (pend - p < 4) in do_add_ehframe_input_section()
674 if (p < pend) in do_add_ehframe_input_section()
681 if (static_cast<unsigned int>(pend - p) < len) in do_add_ehframe_input_section()
686 if (pend - p < 4) in do_add_ehframe_input_section()
/dragonfly/contrib/binutils-2.34/gold/
HDmerge.cc450 const Char_type* pend = p + sec_len / sizeof(Char_type); in do_add_input_section() local
451 const Char_type* pend0 = pend; in do_add_input_section()
462 if (pend[-1] != 0) in do_add_input_section()
488 if (pend0 < pend) in do_add_input_section()
502 while (p < pend) in do_add_input_section()
504 size_t len = p < pend0 ? string_length(p) : pend - p; in do_add_input_section()
HDehframe.cc544 Eh_frame::skip_leb128(const unsigned char** pp, const unsigned char* pend) in skip_leb128() argument
547 for (p = *pp; p < pend; ++p) in skip_leb128()
650 const unsigned char* pend = p + contents_len; in do_add_ehframe_input_section() local
659 while (p < pend) in do_add_ehframe_input_section()
661 if (pend - p < 4) in do_add_ehframe_input_section()
674 if (p < pend) in do_add_ehframe_input_section()
681 if (static_cast<unsigned int>(pend - p) < len) in do_add_ehframe_input_section()
686 if (pend - p < 4) in do_add_ehframe_input_section()
HDicf.cc853 const unsigned char* pend = pcontents + contents_len; in add_ehframe_links() local
873 while (p < pend) in add_ehframe_links()
875 if (pend - p < 4) in add_ehframe_links()
884 if (p < pend) in add_ehframe_links()
891 if (static_cast<unsigned int>(pend - p) < len) in add_ehframe_links()
896 if (pend - p < 4) in add_ehframe_links()
/dragonfly/contrib/nvi2/regex/
HDregcomp.c72 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
231 p->pend[i] = 0; in regcomp()
361 p->pend[subno] = HERE(); in p_ere_exp()
362 assert(p->pend[subno] != 0); in p_ere_exp()
575 p->pend[subno] = HERE(); in p_simp_re()
576 assert(p->pend[subno] != 0); in p_simp_re()
596 if (p->pend[i] != 0) { in p_simp_re()
601 assert(p->strip[p->pend[i]] == ORPAREN); in p_simp_re()
602 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1418 if (p->pend[i] >= pos) { in doinsert()
[all …]

123