Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h109 unsigned ncode; /* number of code length code lengths */ member
H A Dinflate.c861 state->ncode = BITS(4) + 4;
875 while (state->have < state->ncode) {
/freebsd-12.1/sys/contrib/zlib/
H A Dinflate.h114 unsigned ncode; /* number of code length code lengths */ member
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-12.1/contrib/gcc/config/ia64/
H A Dia64.c1560 enum rtx_code ncode; in ia64_expand_compare() local
1568 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()
1569 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()
1571 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
1572 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()
1575 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1576 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1577 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1578 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1592 gen_rtx_fmt_ee (ncode, BImode, in ia64_expand_compare()
/freebsd-12.1/contrib/gcc/
H A Dsimplify-rtx.c3379 enum rtx_code ncode = PLUS; in simplify_plus_minus() local
3383 ncode = MINUS; in simplify_plus_minus()
3397 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs); in simplify_plus_minus()
3403 tem = simplify_binary_operation (ncode, mode, lhs, rhs); in simplify_plus_minus()
3411 && GET_CODE (XEXP (tem, 0)) == ncode in simplify_plus_minus()