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

/freebsd-9.3-release/lib/libz/
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) {
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c3384 enum rtx_code ncode = PLUS;
3388 ncode = MINUS;
3402 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs);
3408 tem = simplify_binary_operation (ncode, mode, lhs, rhs);
3416 && GET_CODE (XEXP (tem, 0)) == ncode
3376 enum rtx_code ncode = PLUS; local

Completed in 81 milliseconds