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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h109 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinflate.c861 state->ncode = BITS(4) + 4;
875 while (state->have < state->ncode) {
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h114 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.c926 state->ncode = BITS(4) + 4;
939 while (state->have < state->ncode) {
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1565 enum rtx_code ncode;
1573 case EQ: magic = QCMP_EQ; ncode = NE; break;
1574 case NE: magic = QCMP_EQ; ncode = EQ; break;
1576 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break;
1577 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break;
1580 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1581 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1582 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break;
1583 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1597 gen_rtx_fmt_ee (ncode, BImod
1560 enum rtx_code ncode; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c3387 enum rtx_code ncode = PLUS;
3391 ncode = MINUS;
3405 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs);
3411 tem = simplify_binary_operation (ncode, mode, lhs, rhs);
3419 && GET_CODE (XEXP (tem, 0)) == ncode
3379 enum rtx_code ncode = PLUS; local

Completed in 187 milliseconds