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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_logging.h43 #define SCSI_LOG_LEVEL(SHIFT, BITS) \
44 ((scsi_logging_level >> (SHIFT)) & ((1 << (BITS)) - 1))
46 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \
48 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \
54 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD)
H A Daha152x.h290 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) )
291 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) )
292 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS))
293 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c157 #define BITS(n) \ macro
285 lastblock = BITS(1);
287 switch (BITS(2)) {
349 state->nlen = BITS(5) + 257;
351 state->ndist = BITS(5) + 1;
353 state->ncode = BITS(4) + 4;
366 state->lens[order[state->have++]] = (unsigned short)BITS(3);
387 this = lencode[BITS(lenbits)];
406 copy = 3 + BITS(2);
413 copy = 3 + BITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c157 #define BITS(n) \ macro
285 lastblock = BITS(1);
287 switch (BITS(2)) {
349 state->nlen = BITS(5) + 257;
351 state->ndist = BITS(5) + 1;
353 state->ncode = BITS(4) + 4;
366 state->lens[order[state->have++]] = (unsigned short)BITS(3);
387 this = lencode[BITS(lenbits)];
406 copy = 3 + BITS(2);
413 copy = 3 + BITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c214 #define BITS(n) \ macro
256 the requested bits are not available. The typical use of the BITS macros
260 ... do something with BITS(n) ...
264 input left to load n bits into the accumulator, or it continues. BITS(n)
269 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
285 keep[want++] = BITS(n);
359 ((BITS(8) << 8) + (hold >> 8)) % 31) {
364 if (BITS(4) != Z_DEFLATED) {
370 len = BITS(4) + 8;
402 state->last = BITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(
[all...]
H A Dinflate.c450 #define BITS(n) \ macro
492 the requested bits are not available. The typical use of the BITS macros
496 ... do something with BITS(n) ...
500 input left to load n bits into the accumulator, or it continues. BITS(n)
505 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
521 keep[want++] = BITS(n);
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(
[all...]
H A Dinflate.c450 #define BITS(n) \ macro
492 the requested bits are not available. The typical use of the BITS macros
496 ... do something with BITS(n) ...
500 input left to load n bits into the accumulator, or it continues. BITS(n)
505 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
521 keep[want++] = BITS(n);
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Drate.c32 #define BITS (1<<SHIFT) macro
33 #define R_MASK (BITS-1)
111 val = S1 + ((S2 - S1) * (signed int)pos) / BITS;
169 val = S1 + ((S2 - S1) * (signed int)pos) / BITS;
197 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
231 res = (((frames * data->pitch) + (BITS/2)) >> SHIFT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl68 $BITS=8*$SZ;
82 $BITS=8*$SZ;
174 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
202 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
264 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
281 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
360 if ($BITS==64) {
367 print<<___ if ($BITS==32);
388 print<<___ if ($BITS==64);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dppc.pl106 $BITS= 32;
107 $BNSZ= $BITS/8;
128 $BITS= 64;
129 $BNSZ= $BITS/8;
182 if ($BITS==64) {
1714 subfic r8,r7,$BITS #r8 = BN_num_bits_word(d)
1715 cmpi 0,0,r8,$BITS #
1716 bc BO_IF,CR0_EQ,Lppcasm_div2 #proceed if (r8==$BITS)
1737 $SHRI r9,r5,`$BITS/2` # r9 = dh
1743 $SHRI r8,r3,`$BITS/
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c55 #define BITS 16 macro
100 int maxbits; /* = BITS; */
122 if (maxbits > BITS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dlkkbd.c271 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \
273 VAR_ON |= BITS; \
275 VAR_OFF |= BITS; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dslogn.S343 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
353 asrl #8,%d0 | ...SHIFTED 16 BITS, BIASED EXPO. OF X
362 andil #0xFE000000,FFRAC(%a6) | ...FIRST 7 BITS OF Y
508 |--CONTAINS AT LEAST 63 BITS OF INFORMATION OF Z. IN THAT CASE,
526 |--TAKEN BECAUSE 1+Z CAN HAVE 67 BITS OF INFORMATION AND WE MUST
H A Dsatan.S271 |--NOW WE SEE X AS +-2^K * 1.BBBBBBB....B <- 1. + 63 BITS
273 |--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
274 |--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3, THERE
281 andil #0xF8000000,XFRAC(%a6) | ...FIRST 5 BITS
296 movel %d0,%d2 | ...THE EXPO AND 16 BITS OF X
297 andil #0x00007800,%d0 | ...4 VARYING BITS OF F'S FRACTION
301 addl %d2,%d0 | ...THE 7 BITS IDENTIFYING F
H A Dstan.S85 |--MOST 69 BITS LONG.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c132 #ifndef BITS
133 # define BITS 16 macro
298 DECLARE(ush, prev, 1L << BITS);
2077 ALLOC(ush, G1.prev, 1L << BITS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dselect.c138 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
154 set &= BITS(fds, n);
164 set = BITS(fds, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Datmel_spi.c394 csr = SPI_BF(SCBR, scbr) | SPI_BF(BITS, bits - 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dreq.c80 #define BITS "default_bits" macro
670 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c92 #define BITS "default_bits" macro
746 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S5683 #--MOST 69 BITS LONG.
6272 #--NOW WE SEE X AS +-2^K * 1.BBBBBBB....B <- 1. + 63 BITS
6274 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6275 #--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3, THERE
6281 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
6296 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
6297 and.l &0x00007800,%d1 # 4 VARYING BITS OF F'S FRACTION
6301 add.l %d2,%d1 # THE 7 BITS IDENTIFYING F
8240 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8250 asr.l &8,%d1 # SHIFTED 16 BITS, BIASE
[all...]
H A Dfpsp.S5789 #--MOST 69 BITS LONG.
6378 #--NOW WE SEE X AS +-2^K * 1.BBBBBBB....B <- 1. + 63 BITS
6380 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6381 #--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3, THERE
6387 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
6402 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
6403 and.l &0x00007800,%d1 # 4 VARYING BITS OF F'S FRACTION
6407 add.l %d2,%d1 # THE 7 BITS IDENTIFYING F
8346 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8356 asr.l &8,%d1 # SHIFTED 16 BITS, BIASE
[all...]

Completed in 208 milliseconds