Searched refs:last (Results 1 - 25 of 1187) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dfilter_filename.c30 const char *last = filename; local
35 last = p;
37 return last;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Dfilter_host.c30 const char *last = filename; local
35 last = p;
37 return last;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20030721-1.c22 int last= 0; local
24 while (last<3) {
25 last = first;
27 while (first<=last) {
31 last++;
33 if (last>10)
H A Dnon-local-goto-1.c29 int last; local
33 last = 0;
37 if (last == 0)
40 last = 1;
44 if (last == 0)
H A Dnon-local-goto-2.c30 int last; local
34 last = 0;
38 if (last == 0)
41 last = 1;
45 if (last == 0)
H A Dsetjmp-3.c17 int last = 0; local
22 last = 1;
26 if (last == 0)
H A Dpr28187.c5 void checkgroups(int last, int verbose) argument
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
11 if (window < last) {
H A Dsetjmp-4.c17 int last = 0; local
21 if (last == 0)
24 last = 1;
28 if (last == 0)
H A Dpr42246.c10 extern int *last[65];
16 for (movep = last[ply - 1]; movep < last[ply]; movep++)
21 register int *end = last[ply - 1] + moves - 1;
25 movep = last[ply - 1];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr40087.c7 reverse(int *first, int *last) argument
9 if (first == last--)
11 while (first != last)
14 *first = *last;
15 *last = t;
16 if (++first == last--)
H A D20040121-1.c13 char *bar(char *first, char *last) argument
16 if (!first) return last;
17 if (!last) return first;
19 return foo(first, last);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20030721-1.c22 int last= 0; local
24 while (last<3) {
25 last = first;
27 while (first<=last) {
31 last++;
33 if (last>10)
H A Dpr28187.c5 void checkgroups(int last, int verbose) argument
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
11 if (window < last) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/stackalign/
H A Dnon-local-goto-1.c28 int last = -1; local
32 last = 0;
36 if (last == 0)
39 last = 1;
43 if (last == 0)
H A Dnon-local-goto-2.c29 int last = -1; local
33 last = 0;
37 if (last == 0)
40 last = 1;
44 if (last == 0)
H A Dsetjmp-3.c16 int last = 0; local
21 last = 1;
25 if (last == 0)
H A Dsetjmp-4.c16 int last = 0; local
20 if (last == 0)
23 last = 1;
27 if (last == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dlast.l2 .*:4: Error: .* must be last in instruction group
3 .*:10: Error: .* must be last in instruction group
H A Dslot2.l2 .*:11: Error: .* must be last in bundle
3 .*:16: Error: .* must be last in bundle
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040121-1.c13 char *bar(char *first, char *last) argument
16 if (!first) return last;
17 if (!last) return first;
19 return foo(first, last);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsane_basename.c7 /* split pathname into last component and parent directory
19 /* These functions split a pathname into its last component
32 /* sane_basename() returns a pointer to string with the last
75 const char *last; local
96 last = path + strlen(path) - 1;
97 while (*last == '/') {
98 if (last == path)
100 last--;
104 * The pathname does not end in '/'. Skip to last '/' character if any.
106 first = last
118 const char *last; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26258.c7 Foo foo(Foo first, Foo last, _Bool ret_first) argument
10 Foo *t1 = (ret_first ? &first : &last);
12 last.b = 3;
16 t.b += last.b;
23 Foo last = (Foo){3, 4}; local
24 Foo ret = foo(first, last, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr26258.c7 Foo foo(Foo first, Foo last, _Bool ret_first) argument
10 Foo *t1 = (ret_first ? &first : &last);
12 last.b = 3;
16 t.b += last.b;
23 Foo last = (Foo){3, 4}; local
24 Foo ret = foo(first, last, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dtrunctfdf.c5 double *copy(long double *first, long double *last, double *result) argument
8 for (n = last - first; n > 0; --n) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dtrunctfdf.c5 double *copy(long double *first, long double *last, double *result) argument
8 for (n = last - first; n > 0; --n) {

Completed in 208 milliseconds

1234567891011>>