Home
last modified time | relevance | path

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

12

/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_out.c46 unsigned ncode; variable
100 if (ncode % 8 != 0) in put1code()
106 if((ncode % 8 != 0) && !c_name) in put1code()
115 if((ncode % 8 == 7) && !c_name) in put1code()
118 ++ncode; in put1code()
173 if( ncode == 0 ){ in do_show_val()
216 if( objfile != NULL && ncode % 8 != 0 && !c_name) in listing()
220 ncode = 0; in listing()
244 if( ncode <= 3 ){ in listing_line()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ in dynamic() local
686 ncode = bits(s, 4) + 4; in dynamic()
691 for (index = 0; index < ncode; index++) in dynamic()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ in dynamic() local
686 ncode = bits(s, 4) + 4; in dynamic()
691 for (index = 0; index < ncode; index++) in dynamic()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ in dynamic() local
686 ncode = bits(s, 4) + 4; in dynamic()
691 for (index = 0; index < ncode; index++) in dynamic()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ in dynamic() local
686 ncode = bits(s, 4) + 4; in dynamic()
691 for (index = 0; index < ncode; index++) in dynamic()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/netbsd-src/common/dist/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.h109 unsigned ncode; /* number of code length code lengths */ member
/netbsd-src/common/dist/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc1828 enum rtx_code ncode; in ia64_expand_compare() local
1836 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()
1837 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()
1839 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
1840 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()
1843 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1844 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1845 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1846 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1849 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c1828 enum rtx_code ncode; in ia64_expand_compare() local
1836 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()
1837 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()
1839 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
1840 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()
1843 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1844 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1845 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1846 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1849 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c230 unsigned ncode; /* number of code length code lengths */ member
1728 state->ncode = BITS(4) + 4; in inflate()
1741 while (state->have < state->ncode) { in inflate()

12