Home
last modified time | relevance | path

Searched refs:bitbuf (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c47 int bitbuf; /* bit buffer */ member
77 val = s->bitbuf; in bits()
89 s->bitbuf = val >> need; in bits()
136 int bitbuf; /* bits from stream */ in decode() local
140 bitbuf = s->bitbuf; in decode()
147 code |= (bitbuf & 1) ^ 1; /* invert code */ in decode()
148 bitbuf >>= 1; in decode()
151 s->bitbuf = bitbuf; in decode()
167 bitbuf = *(s->in)++; in decode()
398 s.bitbuf = 0; in blast()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c47 int bitbuf; /* bit buffer */ member
77 val = s->bitbuf; in bits()
89 s->bitbuf = val >> need; in bits()
136 int bitbuf; /* bits from stream */ in decode() local
140 bitbuf = s->bitbuf; in decode()
147 code |= (bitbuf & 1) ^ 1; /* invert code */ in decode()
148 bitbuf >>= 1; in decode()
151 s->bitbuf = bitbuf; in decode()
167 bitbuf = *(s->in)++; in decode()
398 s.bitbuf = 0; in blast()
/netbsd-src/common/dist/zlib/contrib/blast/
H A Dblast.c47 int bitbuf; /* bit buffer */ member
77 val = s->bitbuf; in bits()
89 s->bitbuf = val >> need; in bits()
136 int bitbuf; /* bits from stream */ in decode() local
140 bitbuf = s->bitbuf; in decode()
147 code |= (bitbuf & 1) ^ 1; /* invert code */ in decode()
148 bitbuf >>= 1; in decode()
151 s->bitbuf = bitbuf; in decode()
167 bitbuf = *(s->in)++; in decode()
398 s.bitbuf = 0; in blast()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c47 int bitbuf; /* bit buffer */ member
77 val = s->bitbuf; in bits()
89 s->bitbuf = val >> need; in bits()
136 int bitbuf; /* bits from stream */ in decode() local
140 bitbuf = s->bitbuf; in decode()
147 code |= (bitbuf & 1) ^ 1; /* invert code */ in decode()
148 bitbuf >>= 1; in decode()
151 s->bitbuf = bitbuf; in decode()
167 bitbuf = *(s->in)++; in decode()
398 s.bitbuf = 0; in blast()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c47 int bitbuf; /* bit buffer */ member
77 val = s->bitbuf; in bits()
89 s->bitbuf = val >> need; in bits()
136 int bitbuf; /* bits from stream */ in decode() local
140 bitbuf = s->bitbuf; in decode()
147 code |= (bitbuf & 1) ^ 1; /* invert code */ in decode()
148 bitbuf >>= 1; in decode()
151 s->bitbuf = bitbuf; in decode()
167 bitbuf = *(s->in)++; in decode()
398 s.bitbuf = 0; in blast()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c108 int bitbuf; /* bit buffer */ member
131 val = s->bitbuf; in bits()
140 s->bitbuf = (int)(val >> need); in bits()
169 s->bitbuf = 0; in stored()
270 int bitbuf; /* bits from stream */ in decode() local
274 bitbuf = s->bitbuf; in decode()
281 code |= bitbuf & 1; in decode()
282 bitbuf >>= 1; in decode()
285 s->bitbuf = bitbuf; in decode()
300 bitbuf = s->in[s->incnt++]; in decode()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c108 int bitbuf; /* bit buffer */ member
131 val = s->bitbuf; in bits()
140 s->bitbuf = (int)(val >> need); in bits()
169 s->bitbuf = 0; in stored()
270 int bitbuf; /* bits from stream */ in decode() local
274 bitbuf = s->bitbuf; in decode()
281 code |= bitbuf & 1; in decode()
282 bitbuf >>= 1; in decode()
285 s->bitbuf = bitbuf; in decode()
300 bitbuf = s->in[s->incnt++]; in decode()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c108 int bitbuf; /* bit buffer */ member
131 val = s->bitbuf; in bits()
140 s->bitbuf = (int)(val >> need); in bits()
169 s->bitbuf = 0; in stored()
270 int bitbuf; /* bits from stream */ in decode() local
274 bitbuf = s->bitbuf; in decode()
281 code |= bitbuf & 1; in decode()
282 bitbuf >>= 1; in decode()
285 s->bitbuf = bitbuf; in decode()
300 bitbuf = s->in[s->incnt++]; in decode()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c108 int bitbuf; /* bit buffer */ member
131 val = s->bitbuf; in bits()
140 s->bitbuf = (int)(val >> need); in bits()
169 s->bitbuf = 0; in stored()
270 int bitbuf; /* bits from stream */ in decode() local
274 bitbuf = s->bitbuf; in decode()
281 code |= bitbuf & 1; in decode()
282 bitbuf >>= 1; in decode()
285 s->bitbuf = bitbuf; in decode()
300 bitbuf = s->in[s->incnt++]; in decode()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_s_mp_exptmod.c29 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in s_mp_exptmod() local
146 bitbuf = 0; in s_mp_exptmod()
185 bitbuf |= (y << (winsize - ++bitcpy)); in s_mp_exptmod()
201 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in s_mp_exptmod()
210 bitbuf = 0; in s_mp_exptmod()
226 bitbuf <<= 1; in s_mp_exptmod()
227 if ((bitbuf & (1 << winsize)) != 0) { in s_mp_exptmod()
H A Dbn_mp_exptmod_fast.c38 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in mp_exptmod_fast() local
201 bitbuf = 0; in mp_exptmod_fast()
240 bitbuf |= (y << (winsize - ++bitcpy)); in mp_exptmod_fast()
256 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in mp_exptmod_fast()
265 bitbuf = 0; in mp_exptmod_fast()
282 bitbuf <<= 1; in mp_exptmod_fast()
283 if ((bitbuf & (1 << winsize)) != 0) { in mp_exptmod_fast()
/netbsd-src/sys/arch/ia64/ia64/
H A Dcpu.c118 char bitbuf[32]; in identifycpu() local
199 snprintb(bitbuf, sizeof(bitbuf), IA64_FEATURES_BITMASK, features); in identifycpu()
200 aprint_normal_dev(sc->sc_dev, "Features %s\n", bitbuf); in identifycpu()
/netbsd-src/sys/dev/acpi/
H A Dapei.c373 char bitbuf[1024]; in apei_cper_memory_error_report()
381 snprintb(bitbuf, sizeof(bitbuf), in apei_cper_memory_error_report()
383 aprint_debug_dev(sc->sc_dev, "%s: ValidationBits=%s\n", ctx, bitbuf); in apei_cper_memory_error_report()
389 snprintb(bitbuf, sizeof(bitbuf), "\177\020" in apei_cper_memory_error_report()
417 device_printf(sc->sc_dev, "%s: ErrorStatus=%s\n", ctx, bitbuf); in apei_cper_memory_error_report()
512 char bitbuf[1024]; in apei_gede_report_header()
520 snprintb(bitbuf, sizeof(bitbuf), in apei_gede_report_header()
369 char bitbuf[1024]; apei_cper_memory_error_report() local
[all...]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c3281 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in s_mp_exptmod() local
3392 bitbuf = 0; in s_mp_exptmod()
3431 bitbuf |= (y << (winsize - ++bitcpy)); in s_mp_exptmod()
3447 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in s_mp_exptmod()
3456 bitbuf = 0; in s_mp_exptmod()
3472 bitbuf <<= 1; in s_mp_exptmod()
3473 if ((bitbuf & (1 << winsize)) != 0) { in s_mp_exptmod()
4103 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in mp_exptmod_fast() local
4233 bitbuf = 0; in mp_exptmod_fast()
4272 bitbuf |= (y << (winsize - ++bitcpy)); in mp_exptmod_fast()
[all …]
/netbsd-src/sbin/nvmectl/
H A Dbignum.c3252 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in basic_exponent_mod() local
3347 bitbuf = 0; in basic_exponent_mod()
3386 bitbuf |= (y << (winsize - ++bitcpy)); in basic_exponent_mod()
3402 if ((err = signed_multiply(&res, &M[bitbuf], &res)) != MP_OKAY) { in basic_exponent_mod()
3411 bitbuf = 0; in basic_exponent_mod()
3427 bitbuf <<= 1; in basic_exponent_mod()
3428 if ((bitbuf & (1 << winsize)) != 0) { in basic_exponent_mod()
4061 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in fast_exponent_modulo() local
4173 bitbuf = 0; in fast_exponent_modulo()
4212 bitbuf |= (y << (winsize - ++bitcpy)); in fast_exponent_modulo()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c3256 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in basic_exponent_mod() local
3351 bitbuf = 0; in basic_exponent_mod()
3390 bitbuf |= (y << (winsize - ++bitcpy)); in basic_exponent_mod()
3406 if ((err = signed_multiply(&res, &M[bitbuf], &res)) != MP_OKAY) { in basic_exponent_mod()
3415 bitbuf = 0; in basic_exponent_mod()
3431 bitbuf <<= 1; in basic_exponent_mod()
3432 if ((bitbuf & (1 << winsize)) != 0) { in basic_exponent_mod()
4084 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in fast_exponent_modulo() local
4196 bitbuf = 0; in fast_exponent_modulo()
4235 bitbuf |= (y << (winsize - ++bitcpy)); in fast_exponent_modulo()
[all …]
/netbsd-src/sys/dev/ic/
H A Di82365.c363 char bitbuf[64]; in pcic_power() local
370 snprintb(bitbuf, sizeof(bitbuf), PCIC_CSC_INTR_FORMAT, in pcic_power()
374 device_xname(sc->dev), bitbuf)); in pcic_power()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c324 char bitbuf[256]; in ahci_intr()
341 snprintb(bitbuf, sizeof(bitbuf), in ahci_intr()
347 DPRINTF(D_XFER, ("I=%s ", bitbuf)); in ahci_intr()