Searched refs:bitcount (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dinfo.c37 unsigned int mem_unit, bitcount; local
49 bitcount = 0;
52 bitcount++;
66 val.totalram <<= bitcount;
67 val.freeram <<= bitcount;
68 val.sharedram <<= bitcount;
69 val.bufferram <<= bitcount;
70 val.totalswap <<= bitcount;
71 val.freeswap <<= bitcount;
72 val.totalhigh <<= bitcount;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xmcs.c151 register int bitcount; local
156 bitcount = 8;
163 bitcount--;
164 if (bitcount == 0)
226 unsigned int bytecount, bitcount; local
275 bitcount = 8;
289 bitcount--;
291 if (bitcount == 0)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dgethostinfo.c528 int i, m, bytecount, bitcount; local
550 bitcount = m & 0x7;
551 DEBUG6("form_addr_and_mask: m '%s' %d, bytecount %d, bitcount %d",
552 s, m, bytecount, bitcount );
555 bitcount = 0;
564 if( bitcount && i < addrlen ){
566 SNPRINTF(t,6) "%d", (~((1<<(8-bitcount))-1))&0xFF);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c59x.c649 #define BFEXT(value, offset, bitcount) \
650 ((((unsigned long)(value)) >> (offset)) & ((1 << (bitcount)) - 1))
652 #define BFINS(lhs, rhs, offset, bitcount) \
653 (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \
654 (((rhs) & ((1 << (bitcount)) - 1)) << (offset)))
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c1848 uint bitcount = 0, i; local
1853 bitcount++;
1857 return bitcount;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/icn/
H A Dicn.c79 * bitcount = Number of bits to output
85 int bitcount)
91 for (s = firstbit, c = bitcount; c > 0; s--, c--)
82 icn_shiftout(unsigned short port, unsigned long val, int firstbit, int bitcount) argument

Completed in 193 milliseconds