Searched refs:ncode (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback9.c353 state->ncode = BITS(4) + 4;
364 while (state->have < state->ncode) {
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/haiku-buildtools/gcc/zlib/
H A Dinflate.h111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
H A Dinflate.c902 state->ncode = BITS(4) + 4;
915 while (state->have < state->ncode) {
/haiku-buildtools/binutils/zlib/
H A Dinflate.h111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
H A Dinflate.c903 state->ncode = BITS(4) + 4;
916 while (state->have < state->ncode) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c62 enum rtx_code ncode = MINUS; local
64 tem = simplify_binary_operation (ncode, mode, lhs, rhs);
/haiku-buildtools/gcc/zlib/contrib/puff/
H A Dpuff.c666 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
685 ncode = bits(s, 4) + 4;
690 for (index = 0; index < ncode; index++)
/haiku-buildtools/binutils/zlib/contrib/puff/
H A Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
686 ncode = bits(s, 4) + 4;
691 for (index = 0; index < ncode; index++)
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c1846 enum rtx_code ncode;
1854 case EQ: magic = QCMP_EQ; ncode = NE; break;
1855 case NE: magic = QCMP_EQ; ncode = EQ; break;
1857 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break;
1858 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break;
1861 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1862 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1863 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break;
1864 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1867 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode
1842 enum rtx_code ncode; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dsimplify-rtx.c4273 enum rtx_code ncode = PLUS;
4277 ncode = MINUS;
4291 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs);
4297 tem = simplify_binary_operation (ncode, mode, lhs, rhs);
4310 && GET_CODE (XEXP (tem, 0)) == ncode
4263 enum rtx_code ncode = PLUS; local
H A Dfold-const.c8491 enum tree_code ncode, icode;
8493 ncode = (code == TRUTH_ANDIF_EXPR || code == TRUTH_AND_EXPR)
8495 icode = ncode == TRUTH_AND_EXPR ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR;
8512 tem = fold_build2_loc (loc, ncode, type, TREE_OPERAND (arg0, 1),
8525 tem = fold_build2_loc (loc, ncode, type,
8536 return fold_build2_loc (loc, ncode, type, arg0, arg1);
8462 enum tree_code ncode, icode; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dcse.c4606 enum rtx_code ncode = PLUS;
4609 lhs = ops[j], rhs = ops[i], ncode = MINUS;
4611 ncode = MINUS;
4613 tem = simplify_binary_operation (ncode, mode, lhs, rhs);
4588 enum rtx_code ncode = PLUS; local

Completed in 365 milliseconds