Searched refs:me (Results 26 - 50 of 167) sorted by relevance

1234567

/haiku-buildtools/gcc/zlib/examples/
H A Dgun.c93 struct ind *me = (struct ind *)in_desc; local
95 next = me->inbuf;
102 ret = (int)read(me->infile, next, ret);
133 struct outd *me = (struct outd *)out_desc; local
135 if (me->check) {
136 me->crc = crc32(me->crc, buf, len);
137 me->total += len;
139 if (me->outfile != -1)
144 ret = (int)write(me
[all...]
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c94 struct ind *me = (struct ind *)in_desc; local
96 next = me->inbuf;
103 ret = (int)read(me->infile, next, ret);
134 struct outd *me = (struct outd *)out_desc; local
136 if (me->check) {
137 me->crc = crc32(me->crc, buf, len);
138 me->total += len;
140 if (me->outfile != -1)
145 ret = (int)write(me
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsplit-5.c56 down (int i, const char *msg, ucontext_t *me, void *mes[10], argument
64 swap (me, mes, other, others);
65 down (i - 1, msg, me, mes, other, others);
/haiku-buildtools/cloog/examples/
H A DREADME49 don't ask me if you find some bugs !). The usage of the created tool is:
62 support CodeGen, don't ask me if you find some bugs !). The usage of the
/haiku-buildtools/autoconf/bin/
H A Dautoscan.in90 'AC_PREREQ' => [$me],
149 die "$me: too many arguments
150 Try `$me --help' for more information.\n"
584 # I'd be very happy if someone could explain to me why sort (uniq ...)
627 print $log "$me: warning: missing $macro wanted by: \n";
641 $log = new Autom4te::XFile ">$me.log";
H A Dautoheader.in173 verb "$me: running $autoconf to trace from $ARGV[0]";
183 debug "$me: \`do'ing $tmp/traces.pl:\n" . `sed 's/^/| /' $tmp/traces.pl`;
H A Dautoupdate.in256 die "$me: $file: No such file or directory";
H A Dautom4te.in325 print STDERR "$me: concrete arguments:\n";
365 Try `$me --help' for more information."
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dppu_intrinsics.h666 #define __rldcr(a,b,me) __extension__ \
669 __asm__ ("rldcr %0,%1,%2,%3" : "=r" (d) : "r" (a), "r" (b), "i" (me)); \
687 #define __rldicr(a,sh,me) __extension__ \
690 __asm__ ("rldicr %0,%1,%2,%3" : "=r" (d) : "r" (a), "i" (sh), "i" (me)); \
702 #define __rlwimi(a,b,sh,mb,me) __extension__ \
705 __asm__ ("rlwimi %0,%1,%2,%3,%4" : "=r" (d) : "r" (b), "i" (sh), "i" (mb), "i" (me), "0" (a)); \
709 #define __rlwinm(a,sh,mb,me) __extension__ \
712 __asm__ ("rlwinm %0,%1,%2,%3,%4" : "=r" (d) : "r" (a), "i" (sh), "i" (mb), "i" (me)); \
716 #define __rlwnm(a,b,mb,me) __extension__ \
719 __asm__ ("rlwnm %0,%1,%2,%3,%4" : "=r" (d) : "r" (a), "r" (b), "i" (mb), "i" (me)); \
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.h68 struct edit_mark *ms, struct edit_mark *me)
69 { buffer = b; start = ms; end = me; }
67 edit_string(struct edit_buffer *b, struct edit_mark *ms, struct edit_mark *me) argument
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm53 qw ($debug $force $help $me $tmp $verbose $version);
106 =item C<$me>
112 use vars qw ($me);
113 $me = basename ($0);
203 print STDERR "$me: closing standard output: $!\n";
229 print STDERR "$me: ", @_, "\n"
310 or croak "$me: cannot create $tmp: $!\n";
313 print STDERR "$me:$$: working in $tmp\n"
H A DXFile.pm115 my $me = basename ($0);
256 fatal "$me: cannot rewind $file with @_: $!";
H A DChannels.pm70 use vars qw (@ISA @EXPORT %channels $me);
82 $me = basename $0;
391 my $loc = $location->get || $me;
401 $location ||= $me;
/haiku-buildtools/legacy/gcc/libchill/
H A Drts.c557 INSTANCE me = __whoami ();
562 /* search for a signal to `me' */
567 if (p->to.ptype == me.ptype
568 && p->to.pcopy == me.pcopy)
577 me.ptype, me.pcopy);
552 INSTANCE me = __whoami (); local
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c346 #define grow_me_shrinking_next(me, next, diff) \
348 me->height += diff; \
354 #define grow_me_shrinking_prev(me, prev, diff) \
356 me->height += diff; \
358 me->first_row -=diff; \
362 #define shrink_me_growing_next(me, next, diff) \
364 me->height -= diff; \
370 #define shrink_me_growing_prev(me, prev, diff) \
372 me->height -= diff; \
374 me
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc369 uptr mb, me, off, prot; local
373 proc_maps.Next(&mb, &me, &off, module.data(), module.size(), &prot);
379 if (*vb < me) {
383 for (; vb < ve && *vb < me; vb++) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr53908.c251 char *strdupped_user = "me";
270 struct user_info me = { .name = "me", .no_groups = 1, .groups = {42}, .next = 0}; variable in typeref:struct:user_info
271 struct user_info you = { .name = "you", .next = &me};
/haiku-buildtools/gcc/gmp/mpq/
H A Dset_d.c31 choke me
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f141 integer i, j, k, it, me, nprocs, root
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.sub57 me=`echo "$0" | sed -e 's,.*/,,'`
82 Try \`$me --help' for more information."
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
/haiku-buildtools/legacy/binutils/
H A Dconfig.sub56 me=`echo "$0" | sed -e 's,.*/,,'`
81 Try \`$me --help' for more information."
97 echo "$me: invalid option $1$help"
111 0) echo "$me: missing argument$help" >&2
114 *) echo "$me: too many arguments$help" >&2
/haiku-buildtools/legacy/gcc/
H A Dconfig.sub57 me=`echo "$0" | sed -e 's,.*/,,'`
82 Try \`$me --help' for more information."
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
/haiku-buildtools/legacy/gcc/libiberty/
H A Dconfigure1217 choke me
1272 choke me
1327 choke me
1382 choke me
1437 choke me
1504 choke me
1559 choke me
1818 choke me
2021 choke me
2307 choke me
[all...]
/haiku-buildtools/libtool/
H A Dconfig.sub56 me=`echo "$0" | sed -e 's,.*/,,'`
81 Try \`$me --help' for more information."
97 echo "$me: invalid option $1$help"
111 0) echo "$me: missing argument$help" >&2
114 *) echo "$me: too many arguments$help" >&2
/haiku-buildtools/libtool/libltdl/
H A Dconfig.sub56 me=`echo "$0" | sed -e 's,.*/,,'`
81 Try \`$me --help' for more information."
97 echo "$me: invalid option $1$help"
111 0) echo "$me: missing argument$help" >&2
114 *) echo "$me: too many arguments$help" >&2

Completed in 174 milliseconds

1234567