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

/haiku-buildtools/gcc/gcc/testsuite/gcc.test-framework/
H A Dtest-framework.awk43 /^XPASS.*dox.*xiff.*-1.c.*\(test for excess errors\)/ { ignore(); next }
45 /^PASS.*sa.*-1.c.*\(test for excess errors\)/ { ignore(); next }
47 /dg-outexists.*\(test for excess errors)/ { ignore(); next }
51 /run-xrif.*\(test for excess errors)/ { ignore(); next }
53 /^PASS.*dox.*\(test for excess errors\)/ { ignore(); next }
55 /^PASS.*sf.*\(test for excess errors\)/ { ignore(); next }
57 /^PASS.*scan.*\(test for excess errors\)/ { ignore(); next }
61 /^PASS.*dg-output.*\(test for excess errors\)/ { ignore(); next }
/haiku-buildtools/gcc/gmp/mpf/
H A Dmul_ui.c85 mp_size_t prec, excess; local
117 excess = size - prec;
120 if (excess > 0)
130 i = excess - 1;
154 up += excess;
/haiku-buildtools/gcc/gcc/
H A Dgcov-io.c494 unsigned excess = gcov_var.length - gcov_var.offset; local
497 if (excess < words)
500 if (excess)
506 excess * 4);
510 gcov_var.length = excess;
512 excess = GCOV_BLOCK_SIZE;
516 excess = gcov_var.alloc - gcov_var.length;
518 excess = fread (gcov_var.buffer + gcov_var.length,
519 1, excess << 2, gcov_var.file) >> 2;
520 gcov_var.length += excess;
[all...]
H A Dwide-int.cc207 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision (); local
216 if (excess > 0)
217 t[len - 1] = (unsigned HOST_WIDE_INT) t[len - 1] << excess >> excess;
221 else if (excess > 0)
226 t[len - 1] = (unsigned HOST_WIDE_INT) v[len - 1] << excess >> excess;
418 int excess = len * HOST_BITS_PER_WIDE_INT - prec;
420 if (excess > 0)
421 val <<= excess;
[all...]
H A Dcalls.c4917 int excess;
4929 excess = 0;
4936 excess = (arg->locate.size.constant
4952 else if (excess)
4954 unsigned int excess_align = (excess & -excess) * BITS_PER_UNIT;
5015 parm_align, partial, reg, excess, argblock,
4912 int excess; local
H A Dwide-int.h302 such as whether excess upper bits in a HWI are defined, and can therefore
795 int excess = len * HOST_BITS_PER_WIDE_INT - precision; local
796 if (excess > 0)
797 high <<= excess; local
1200 /* There are no excess bits in val[len - 1]. */
1728 /* Otherwise flush out any excess bits first. */
1730 int excess = HOST_BITS_PER_WIDE_INT - precision; local
1731 if (excess > 0)
1732 diff <<= excess; local
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug017.go22 main.go.c:25: warning: excess elements in struct initializer
/haiku-buildtools/legacy/gcc/gcc/
H A Ddbxout.c1601 int excess = (3 - (HOST_BITS_PER_WIDE_INT % 3));
1618 if (excess == 3)
1625 unsigned HOST_WIDE_INT beg = high >> excess;
1627 = ((high & (((HOST_WIDE_INT) 1 << excess) - 1)) << (3 - excess)
1596 int excess = (3 - (HOST_BITS_PER_WIDE_INT % 3)); local
H A Dcalls.c3901 register int excess;
3913 excess = 0;
3920 excess = (arg->size.constant - int_size_in_bytes (TREE_TYPE (pval))
3927 reg, excess, argblock, ARGS_SIZE_RTX (arg->offset),
3895 register int excess; local
H A Dvarasm.c4008 int excess = 0;
4012 excess = size - TREE_STRING_LENGTH (exp);
4017 size = excess;
3983 int excess = 0; local
/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2522 int excess; local
2573 excess = (hdrptr - start) % (2 * arange.ar_pointer_size);
2574 if (excess)
2575 ranges += (2 * arange.ar_pointer_size) - excess;
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c4943 int excess; local
5020 excess = (hdrptr - start) % (2 * address_size);
5021 if (excess)
5022 addr_ranges += (2 * address_size) - excess;
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c18890 int bytes, size, excess;
18916 excess = bytes % size;
18922 gas_assert (excess < 4);
18923 fragp->fr_fix += excess;
18924 switch (excess)
18875 int bytes, size, excess; local

Completed in 267 milliseconds