Searched refs:shorten (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/
H A Dflonum-copy.c61 int shorten; /* 1-origin. Number of littlenums we drop. */ local
63 shorten = in_length - out_length;
65 memcpy ((void *) (out->low), (void *) (in->low + shorten),
68 out->exponent = in->exponent + shorten;
/freebsd-9.3-release/etc/periodic/daily/
H A D460.status-mail-rejects15 [Yy][Ee][Ss]) shorten='cut -d" " -f2,3';;
16 *) shorten=cat;;
66 }' | eval $shorten | sort -f | uniq -ic | sort -fnr | tee /dev/stderr | wc -l)
/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c50 char *mwhere, char *mfile, int shorten,
59 "\t-N\tDon't shorten module paths if -d specified.\n",
81 "\t-N\tDon't shorten module paths if -d specified.\n",
121 int shorten = -1; local
172 shorten = 0;
213 if (shorten == -1)
214 shorten = 1;
247 if (shorten == -1)
248 shorten = 0;
310 if (!shorten)
[all...]
H A Dmodules.c110 my_module (db, mname, m_type, msg, callback_proc, where, shorten,
119 int shorten;
328 shorten,
540 where, shorten, local_specified,
562 err += callback_proc (modargc, modargv, where, mwhere, mfile, shorten,
784 do_module (db, mname, m_type, msg, callback_proc, where, shorten,
792 int shorten;
798 return my_module (db, mname, m_type, msg, callback_proc, where, shorten,
H A Dannotate.c34 char *mwhere, char *mfile, int shorten,
160 rannotate_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg)
166 int shorten;
H A Dpatch.c32 char *mwhere, char *mfile, int shorten,
278 patch_proc (argc, argv, xwhere, mwhere, mfile, shorten, local_specified,
285 int shorten;
H A Dcvs.h656 char *mwhere, char *mfile, int shorten, int local_specified,
674 CALLBACKPROC callback_proc, char *where, int shorten,
H A Dtag.c26 char *mwhere, char *mfile, int shorten,
289 rtag_proc (argc, argv, xwhere, mwhere, mfile, shorten, local_specified,
296 int shorten;
H A Dlog.c124 char *mwhere, char *mfile, int shorten,
482 rlog_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg)
488 int shorten;
H A Dserver.c4733 expand_proc (argc, argv, where, mwhere, mfile, shorten,
4740 int shorten;
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc107 we can shorten the on-disk segment size. */
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c3037 int shorten = 0;
3194 shorten = ((TREE_CODE (op0) == NOP_EXPR
3208 shorten = -1;
3220 /* Although it would be tempting to shorten always here, that loses
3222 quotient can't be represented in the computation mode. We shorten
3224 shorten = ((TREE_CODE (op0) == NOP_EXPR
3413 shorten = 1;
3496 && (shorten || common || short_compare))
3517 /* For certain operations (which identify themselves by shorten != 0)
3521 shorten !
3029 int shorten = 0; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c7828 int shorten = 0;
7937 /* Although it would be tempting to shorten always here, that
7940 computation mode. We shorten only if unsigned or if
7942 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
7953 shorten = -1;
7965 /* Although it would be tempting to shorten always here, that loses
7967 quotient can't be represented in the computation mode. We shorten
7969 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0))
8205 if (shorten || common || short_compare)
8208 /* For certain operations (which identify themselves by shorten !
7790 int shorten = 0; local
[all...]

Completed in 171 milliseconds