Searched refs:pend (Results 1 - 25 of 48) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dloop1.C12 static iterator pend(char * start) { function
22 if(pend(mem).p != mem+4)
/haiku-buildtools/gcc/libgomp/
H A Diter.c34 iterate *pstart <= x < *pend. Return zero if there are more iterations
39 gomp_iter_static_next (long *pstart, long *pend) argument
53 *pend = ws->end;
99 *pend = e;
132 *pend = e;
148 gomp_iter_dynamic_next_locked (long *pstart, long *pend) argument
174 *pend = end;
184 gomp_iter_dynamic_next (long *pstart, long *pend) argument
205 *pend = nend;
216 *pend
261 gomp_iter_guided_next_locked(long *pstart, long *pend) argument
295 gomp_iter_guided_next(long *pstart, long *pend) argument
[all...]
H A Diter_ull.c35 iterate *pstart <= x < *pend. Return zero if there are more iterations
40 gomp_iter_ull_static_next (gomp_ull *pstart, gomp_ull *pend) argument
54 *pend = ws->end_ull;
100 *pend = e;
134 *pend = e;
150 gomp_iter_ull_dynamic_next_locked (gomp_ull *pstart, gomp_ull *pend) argument
176 *pend = end;
186 gomp_iter_ull_dynamic_next (gomp_ull *pstart, gomp_ull *pend) argument
206 *pend = nend;
217 *pend
262 gomp_iter_ull_guided_next_locked(gomp_ull *pstart, gomp_ull *pend) argument
299 gomp_iter_ull_guided_next(gomp_ull *pstart, gomp_ull *pend) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980329-1.c20 unsigned char *pend = p + bufp->used; local
40 if (p + 2 == pend)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr56348.c24 long long packed, i, j, nrow, ncol, p, pend, nz, values; local
29 for (; p < pend; p++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20111208-1.c29 char *send, *pend; local
34 pend = p + strlen (p);
36 while (p < pend)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppinit.c191 #define APPEND(pend, list, elt) \
192 do { if (!(pend)->list##_head) (pend)->list##_head = (elt); \
193 else (pend)->list##_tail->next = (elt); \
194 (pend)->list##_tail = (elt); \
197 #define APPEND(pend, list, elt) \
198 do { if (!(pend)->list/**/_head) (pend)->list/**/_head = (elt); \
199 else (pend)->list/**/_tail->next = (elt); \
200 (pend)
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c818 UCHAR_T *pend = end;
827 while (p < pend)
930 assert (p + *p < pend);
1666 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1719 `pend', `string1', `size1', `string2', and `size2'. */
1751 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1865 const CHAR_T *pend,
1870 const CHAR_T *pend,
1879 const char *pend,
1895 do {if (p == pend) retur
812 UCHAR_T *pend = end; local
2315 const CHAR_T *pend; local
2318 const CHAR_T *pend = pattern + size; local
4305 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4359 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4442 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
4557 register UCHAR_T *pend = (UCHAR_T*) (bufp->buffer + bufp->used); local
4560 register UCHAR_T *pend = pattern + bufp->used; local
5573 register UCHAR_T *pend; local
5576 register UCHAR_T *pend = p + bufp->used; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c820 UCHAR_T *pend = end;
829 while (p < pend)
932 assert (p + *p < pend);
1668 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1721 `pend', `string1', `size1', `string2', and `size2'. */
1753 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1867 const CHAR_T *pend,
1872 const CHAR_T *pend,
1881 const char *pend,
1897 do {if (p == pend) retur
814 UCHAR_T *pend = end; local
2317 const CHAR_T *pend; local
2320 const CHAR_T *pend = pattern + size; local
4307 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4361 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4444 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
4559 register UCHAR_T *pend = (UCHAR_T*) (bufp->buffer + bufp->used); local
4562 register UCHAR_T *pend = pattern + bufp->used; local
5575 register UCHAR_T *pend; local
5578 register UCHAR_T *pend = p + bufp->used; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c820 UCHAR_T *pend = end;
829 while (p < pend)
932 assert (p + *p < pend);
1668 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1721 `pend', `string1', `size1', `string2', and `size2'. */
1753 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1867 const CHAR_T *pend,
1872 const CHAR_T *pend,
1881 const char *pend,
1897 do {if (p == pend) retur
814 UCHAR_T *pend = end; local
2317 const CHAR_T *pend; local
2320 const CHAR_T *pend = pattern + size; local
4308 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4362 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4445 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
4560 register UCHAR_T *pend = (UCHAR_T*) (bufp->buffer + bufp->used); local
4563 register UCHAR_T *pend = pattern + bufp->used; local
5576 register UCHAR_T *pend; local
5579 register UCHAR_T *pend = p + bufp->used; local
[all...]
H A Dd-demangle.c722 char *pend; local
726 for (pend = endptr; endptr != NULL; pend--)
728 mangled = pend;
735 pend = endptr;
750 if (mangled && (mangled - pend) == psize)
/haiku-buildtools/binutils/gold/
H A Dmerge.cc448 const Char_type* pend = p + sec_len / sizeof(Char_type);
449 const Char_type* pend0 = pend;
460 if (pend[-1] != 0)
486 if (pend0 < pend)
500 while (p < pend)
502 size_t len = p < pend0 ? string_length(p) : pend - p;
H A Dehframe.cc544 Eh_frame::skip_leb128(const unsigned char** pp, const unsigned char* pend) argument
547 for (p = *pp; p < pend; ++p)
650 const unsigned char* pend = p + contents_len; local
659 while (p < pend)
661 if (pend - p < 4)
674 if (p < pend)
681 if (static_cast<unsigned int>(pend - p) < len)
686 if (pend - p < 4)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c664 unsigned char *pend = end;
673 while (p < pend)
721 assert (p + *p < pend);
1311 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1362 `pend', `string1', `size1', `string2', and `size2'. */
1395 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1512 static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
1515 const char *pend,
1526 do {if (p == pend) return REG_EEND; \
1535 do {if (p == pend) retur
659 unsigned char *pend = end; local
1838 const char *pend = pattern + size; local
3138 register unsigned char *pend = pattern + bufp->used; local
3811 register unsigned char *pend = p + bufp->used; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pj.c235 char pend; local
250 pend = *op_end;
257 *op_end = pend;
/haiku-buildtools/binutils/gas/config/
H A Dtc-pj.c234 char pend; local
249 pend = *op_end;
256 *op_end = pend;
H A Dtc-ft32.c198 char pend; local
218 pend = *op_end;
225 *op_end = pend;
H A Dtc-moxie.c161 char pend; local
178 pend = *op_end;
184 *op_end = pend;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.cc562 const char* pend = this->linebuf_ + this->linesize_; local
564 while (p < pend)
594 p = pend;
606 pend = this->linebuf_ + this->linesize_;
660 if (p + 2 < pend)
744 p = pend;
862 const char* pend = this->linebuf_ + this->linesize_; local
867 while (p < pend)
985 Lex::could_be_exponent(const char* p, const char* pend) argument
990 if (p >= pend)
1008 const char* pend = this->linebuf_ + this->linesize_; local
1395 const char* pend = this->linebuf_ + this->linesize_; local
1425 const char* pend = this->linebuf_ + this->linesize_; local
1636 const char* pend = this->linebuf_ + this->linesize_; local
1666 const char* pend = this->linebuf_ + this->linesize_; local
[all...]
H A Dimport-archive.cc634 Archive_iterator pend = archive_end(&afile); local
635 for (Archive_iterator p = archive_begin(&afile); p != pend; p++)
/haiku-buildtools/gcc/mpfr/tune/
H A Dspeed.c176 mpfr_prec_t pstart, mpfr_prec_t pend)
182 while (p <= pend)
174 tune_simple_func(mpfr_prec_t *threshold, double (*func) (struct speed_params *), mpfr_prec_t pstart, mpfr_prec_t pend) argument
/haiku-buildtools/legacy/binutils/ld/
H A Dldcref.c525 arelent **p, **pend; local
567 pend = p + relcount;
568 for (; p < pend && *p != NULL; p++)
H A Ddeffilep.y583 const char *pend = param + len;
589 while (param < pend)
591 while (param < pend
595 if (param == pend)
604 (tend < pend
/haiku-buildtools/binutils/ld/
H A Ddeffilep.y889 const char *pend = param + len;
895 while (param < pend)
897 while (param < pend
901 if (param == pend)
910 (tend < pend
936 if (tend < pend)
H A Dldcref.c658 arelent **p, **pend; local
700 pend = p + relcount;
701 for (; p < pend && *p != NULL; p++)

Completed in 534 milliseconds

12