Searched refs:nrbits (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h165 unsigned char nrbits; local
167 for (nrbits = 31; nrbits && !(bsize & (1 << nrbits)); nrbits--)
169 bsize = 1 << nrbits;
171 *nrbitsp = nrbits;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dinftlcore.c461 static int nrbits(unsigned int val, int bitcount) function
597 parity = (nrbits(thisVUC, 16) & 0x1) ? 0x1 : 0;
598 parity |= (nrbits(prev_block, 16) & 0x1) ? 0x2 : 0;
599 parity |= (nrbits(anac, 8) & 0x1) ? 0x4 : 0;
600 parity |= (nrbits(nacs, 8) & 0x1) ? 0x8 : 0;

Completed in 191 milliseconds