| /netbsd-src/usr.sbin/gspa/gspa/ |
| H A D | gsp_out.c | 46 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 D | puff.c | 667 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 D | puff.c | 667 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 D | puff.c | 667 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 D | puff.c | 667 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 D | inflate9.h | 39 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback9.c | 351 state->ncode = BITS(4) + 4; 362 while (state->have < state->ncode) {
|
| /netbsd-src/common/dist/zlib/contrib/infback9/ |
| H A D | inflate9.h | 39 unsigned ncode; /* number of code length code lengths */ member
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| H A D | inflate9.h | 39 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback9.c | 351 state->ncode = BITS(4) + 4; 362 while (state->have < state->ncode) {
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| H A D | inflate9.h | 39 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback9.c | 351 state->ncode = BITS(4) + 4; 362 while (state->have < state->ncode) {
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
| H A D | inflate9.h | 39 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback9.c | 351 state->ncode = BITS(4) + 4; 362 while (state->have < state->ncode) {
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | inflate.h | 109 unsigned ncode; /* number of code length code lengths */ member
|
| /netbsd-src/common/dist/zlib/ |
| H A D | inflate.h | 115 unsigned ncode; /* number of code length code lengths */ member
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | inflate.h | 115 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback.c | 365 state->ncode = BITS(4) + 4; 378 while (state->have < state->ncode) {
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | inflate.h | 115 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback.c | 365 state->ncode = BITS(4) + 4; 378 while (state->have < state->ncode) {
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | inflate.h | 115 unsigned ncode; /* number of code length code lengths */ member
|
| H A D | infback.c | 365 state->ncode = BITS(4) + 4; 378 while (state->have < state->ncode) {
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | ia64.cc | 1828 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 D | ia64.c | 1828 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 D | zlib.c | 230 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()
|