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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dfinin.s3 .type last,%function
4 last: label
6 .size last,.-last
H A Dfoon.s3 .type last,%function
4 last: label
6 .size last,.-last
H A Dinitn.s3 .type last,%function
4 last: label
6 .size last,.-last
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dfilter_filename.c29 const char *last = filename; local
34 last = p;
36 return last;
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dfilter_host.c30 const char *last = filename; local
35 last = p;
37 return last;
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dfilter_host.c29 const char *last = filename; local
34 last = p;
36 return last;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dfilter_filename.c27 const char *last = filename; local
32 last = p;
34 return last;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dbfdtest1.c35 bfd *last, *next; local
50 for (last = bfd_openr_next_archived_file (archive, NULL);
51 last;
52 last = next)
54 next = bfd_openr_next_archived_file (archive, last);
55 bfd_close (last);
58 for (last = bfd_openr_next_archived_file (archive, NULL);
59 last;
60 last = next)
62 next = bfd_openr_next_archived_file (archive, last);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dbfdtest1.c35 bfd *last, *next; local
50 for (last = bfd_openr_next_archived_file (archive, NULL);
51 last;
52 last = next)
54 next = bfd_openr_next_archived_file (archive, last);
55 bfd_close (last);
58 for (last = bfd_openr_next_archived_file (archive, NULL);
59 last;
60 last = next)
62 next = bfd_openr_next_archived_file (archive, last);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dbfdtest1.c35 bfd *last, *next; local
50 for (last = bfd_openr_next_archived_file (archive, NULL);
51 last;
52 last = next)
54 next = bfd_openr_next_archived_file (archive, last);
55 bfd_close (last);
58 for (last = bfd_openr_next_archived_file (archive, NULL);
59 last;
60 last = next)
62 next = bfd_openr_next_archived_file (archive, last);
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dseeksize.d54 self int last[dev_t];
60 /self->last[args[0]->b_edev] != 0/
63 this->last = self->last[args[0]->b_edev];
64 this->dist = (int)(args[0]->b_blkno - this->last) > 0 ?
65 args[0]->b_blkno - this->last : this->last - args[0]->b_blkno;
73 /* save last position of disk head */
74 self->last[args[0]->b_edev] = args[0]->b_blkno +
H A Dphp_flowtime.d56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
74 this->delta = (timestamp - self->last) / 1000;
79 self->last = timestamp;
85 this->delta = (timestamp - self->last) / 1000;
90 self->last = timestamp;
H A Dpl_flowtime.d55 self int last;
65 /self->last == 0/
67 self->last = timestamp;
72 this->delta = (timestamp - self->last) / 1000;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
87 self->last = timestamp;
H A Dpy_flowtime.d56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
88 self->last = timestamp;
/netbsd-current/external/cddl/dtracetoolkit/dist/Disk/
H A Dseeksize.d54 self int last[dev_t];
60 /self->last[args[0]->b_edev] != 0/
63 this->last = self->last[args[0]->b_edev];
64 this->dist = (int)(args[0]->b_blkno - this->last) > 0 ?
65 args[0]->b_blkno - this->last : this->last - args[0]->b_blkno;
73 /* save last position of disk head */
74 self->last[args[0]->b_edev] = args[0]->b_blkno +
/netbsd-current/external/gpl3/gdb.old/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-current/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...]
H A Dline_number.c11 /* char *format_line_number(result, first, last)
17 /* The output is <first-number>-<last-number> when the numbers
26 /* .IP last
52 char *format_line_number(VSTRING *result, ssize_t first, ssize_t last) argument
69 if (first != last)
70 vstring_sprintf_append(result, "-%ld", (long) last);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dstringprep.py80 last = 0
82 if last:
83 if last[0] == x[0]:
84 last = (last[0], last[1], last[2], last[3] + x[3])
86 ret.append(last)
87 last
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Perl/
H A Dpl_flowtime.d55 self int last;
65 /self->last == 0/
67 self->last = timestamp;
72 this->delta = (timestamp - self->last) / 1000;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
87 self->last = timestamp;
/netbsd-current/external/cddl/dtracetoolkit/dist/Php/
H A Dphp_flowtime.d56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
74 this->delta = (timestamp - self->last) / 1000;
79 self->last = timestamp;
85 this->delta = (timestamp - self->last) / 1000;
90 self->last = timestamp;
/netbsd-current/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_flowtime.d56 self int last;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
88 self->last = timestamp;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-ref.c36 struct ipa_ref *last; local
40 last = list->referring.last ();
41 if (this != last)
45 /* If deleted item is IPA_REF_ALIAS, we have to move last
47 we replace last node with deletion slot. */
51 && last_alias != last)
64 list->referring[referred_index] = list->referring.last ();
69 last = &list2->references->last ();
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-ref.cc35 struct ipa_ref *last; local
39 last = list->referring.last ();
40 if (this != last)
44 /* If deleted item is IPA_REF_ALIAS, we have to move last
46 we replace last node with deletion slot. */
50 && last_alias != last)
63 list->referring[referred_index] = list->referring.last ();
68 last = &list2->references.last ();
[all...]

Completed in 429 milliseconds

1234567891011>>