Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h102 unsigned ncode; /* number of code length code lengths */ member
H A Dhammer2_zlib_inflate.c707 state->ncode = BITS(4) + 4; in inflate()
720 while (state->have < state->ncode) { in inflate()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h102 unsigned ncode; /* number of code length code lengths */ member
H A Dhammer2_zlib_inflate.c707 state->ncode = BITS(4) + 4; in inflate()
720 while (state->have < state->ncode) { in inflate()
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_inflate.h102 unsigned ncode; /* number of code length code lengths */ member
H A Dhammer2_zlib_inflate.c707 state->ncode = BITS(4) + 4; in inflate()
721 while (state->have < state->ncode) { in inflate()
/dflybsd-src/contrib/zlib-1.2/
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) {
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c4039 enum rtx_code ncode = PLUS; in simplify_plus_minus() local
4043 ncode = MINUS; in simplify_plus_minus()
4057 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs); in simplify_plus_minus()
4063 tem = simplify_binary_operation (ncode, mode, lhs, rhs); in simplify_plus_minus()
4071 && GET_CODE (XEXP (tem, 0)) == ncode in simplify_plus_minus()
H A Dfold-const.c8501 enum tree_code ncode, icode; in fold_truth_andor() local
8503 ncode = (code == TRUTH_ANDIF_EXPR || code == TRUTH_AND_EXPR) in fold_truth_andor()
8505 icode = ncode == TRUTH_AND_EXPR ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; in fold_truth_andor()
8522 tem = fold_build2_loc (loc, ncode, type, TREE_OPERAND (arg0, 1), in fold_truth_andor()
8535 tem = fold_build2_loc (loc, ncode, type, in fold_truth_andor()
8546 return fold_build2_loc (loc, ncode, type, arg0, arg1); in fold_truth_andor()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c4637 enum rtx_code ncode = PLUS; in simplify_plus_minus() local
4641 ncode = MINUS; in simplify_plus_minus()
4655 tem = simplify_binary_operation (ncode, mode, tem_lhs, in simplify_plus_minus()
4662 tem = simplify_binary_operation (ncode, mode, lhs, rhs); in simplify_plus_minus()
4675 && GET_CODE (XEXP (tem, 0)) == ncode in simplify_plus_minus()
H A Dfold-const.c8182 enum tree_code ncode, icode; in fold_truth_andor() local
8184 ncode = (code == TRUTH_ANDIF_EXPR || code == TRUTH_AND_EXPR) in fold_truth_andor()
8186 icode = ncode == TRUTH_AND_EXPR ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; in fold_truth_andor()
8203 tem = fold_build2_loc (loc, ncode, type, TREE_OPERAND (arg0, 1), in fold_truth_andor()
8216 tem = fold_build2_loc (loc, ncode, type, in fold_truth_andor()
8227 return fold_build2_loc (loc, ncode, type, arg0, arg1); in fold_truth_andor()