Searched refs:BITS (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/lib/libz/
H A Dinfback.c190 #define BITS(n) \ macro
300 state->last = BITS(1);
302 switch (BITS(2)) {
361 state->nlen = BITS(5) + 257;
363 state->ndist = BITS(5) + 1;
365 state->ncode = BITS(4) + 4;
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
401 here = state->lencode[BITS(state->lenbits)];
419 copy = 3 + BITS(2);
426 copy = 3 + BITS(
[all...]
H A Dinflate.c506 #define BITS(n) \ macro
543 the requested bits are not available. The typical use of the BITS macros
547 ... do something with BITS(n) ...
551 input left to load n bits into the accumulator, or it continues. BITS(n)
556 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
572 keep[want++] = BITS(n);
661 ((BITS(8) << 8) + (hold >> 8)) % 31) {
666 if (BITS(4) != Z_DEFLATED) {
672 len = BITS(4) + 8;
835 state->last = BITS(
[all...]
/freebsd-9.3-release/usr.bin/systat/
H A Dconvtbl.c37 #define BITS (1) macro
65 [SC_BIT] = { BIT, BITS, "b", "bit" },
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c457 #define BITS(n) \ macro
499 the requested bits are not available. The typical use of the BITS macros
503 ... do something with BITS(n) ...
507 input left to load n bits into the accumulator, or it continues. BITS(n)
512 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
528 keep[want++] = BITS(n);
617 ((BITS(8) << 8) + (hold >> 8)) % 31) {
622 if (BITS(4) != Z_DEFLATED) {
628 len = BITS(4) + 8;
799 state->last = BITS(
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darc-dis.c61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) macro
62 #define OPCODE(word) (BITS ((word), 27, 31))
63 #define FIELDA(word) (BITS ((word), 21, 26))
64 #define FIELDB(word) (BITS ((word), 15, 20))
65 #define FIELDC(word) (BITS ((word), 9, 14))
69 #define FIELDD(word) (BITS (((signed int)word), 0, 8))
86 state->nullifyMode = BITS (state->words[0], 5, 6); \
87 cond = BITS (state->words[0], 0, 4); \
96 cond = BITS (state->words[0], 0, 4); \
579 switch (BITS (stat
[all...]
/freebsd-9.3-release/usr.bin/gzip/
H A Dzuncompress.c45 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
47 #define BITS 16 /* Default bits. */ macro
111 char_type zs_buf[BITS];
124 char_type zs_gbuf[BITS];
250 if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) {
293 * bound by 1 << BITS - 256.
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_rawdcf.c354 #define BITS 9 macro
355 unsigned char histbuf[BITS];
365 for (i = 0; i < BITS; i++)
438 for (; i < BITS; i++)
452 highmax = BITS-1;
/freebsd-9.3-release/contrib/nvi/common/
H A Dkey.c294 #define BITS (sizeof(CHAR_T) * 8) macro
295 #define SHIFT (BITS - BITS % 3)
296 #define TOPMASK (BITS % 3 == 2 ? 3 : 1) << (BITS - BITS % 3)
301 cnt = BITS / 3; cnt-- > 0; mask >>= 3, shift -= 3)
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c75 #define BITS 16 /* Default bits. */ macro
78 /* A code_int must be able to hold 2**BITS values of type int, and also -1. */
123 char_type zs_buf[BITS];
136 char_type zs_gbuf[BITS];
178 * the codetab. The tab_suffix table needs 2**BITS characters. We get this
189 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
357 * Maintain a BITS character long buffer (so that 8 codes will
489 if (maxbits > BITS || maxbits < 12) {
536 * bound by 1 << BITS - 256.
698 bits < 0 || bits > BITS) {
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dppc.pl106 $BITS= 32;
107 $BNSZ= $BITS/8;
129 $BITS= 64;
130 $BNSZ= $BITS/8;
184 if ($BITS==64) {
1715 li r8,$BITS
1734 $SHRI r9,r5,`$BITS/2` # r9 = dh
1740 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4)
1741 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4
1747 $CLRU r8,r8,`$BITS/
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl69 $BITS=8*$SZ;
83 $BITS=8*$SZ;
169 $code.=<<___ if ($BITS==64);
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
524 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
595 if ($BITS==64) {
605 print<<___ if ($BITS==32);
627 print<<___ if ($BITS
[all...]
/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c537 #define BITS 9 macro
538 unsigned char histbuf[BITS];
560 for (i = 0; i < BITS; i++)
661 for (; i < BITS; i++)
678 highmax = BITS-1;
/freebsd-9.3-release/contrib/ipfilter/
H A DMakefile112 "BITS=$(BITS)" "OBJ=$(OBJ)" "LOOKUP=$(LOOKUP)" "COMPIPF=$(COMPIPF)" \
263 (cd AIX/`AIX/cpurev`; make build AIX=`uname -v` TOP=../.. "DEBUG=-g" $(MFLAGS) "OSREV=`../cpurev`" BITS=`../bootbits.sh`; cd ..)
303 (cd HPUX; $(MAKE) BITS=32 TOP=.. clean)
320 (cd HPUX; $(MAKE) BITS=32 clean)
347 (cd HPUX/`HPUX/cpurev`; $(MAKE) build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
348 (cd HPUX/`HPUX/cpurev`; $(MAKE) -f Makefile.ipsend build TOP=../.. $(DEST) $(MFLAGS) "BITS=`getconf KERNEL_BITS`" `../makeargs`; cd ..)
381 (cd HPUX/`HPUX/cpurev`; $(MAKE) CPU=$(CPU) TOP=../.. "BITS=`getconf KERNEL_BITS`" install)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c94 #define BITS "default_bits" macro
719 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey))

Completed in 209 milliseconds