Searched refs:firstbit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dada-pred.exp26 in word set firstbit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rtalloc.c1146 xfs_rtblock_t firstbit; /* first useful bit in the word */ local
1184 firstbit = XFS_RTMAX((xfs_srtblock_t)(bit - len + 1), 0);
1185 mask = (((xfs_rtword_t)1 << (bit - firstbit + 1)) - 1) <<
1186 firstbit;
1200 i = bit - firstbit + 1;
1279 firstbit = XFS_NBWORD - (len - i);
1280 mask = (((xfs_rtword_t)1 << (len - i)) - 1) << firstbit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/icn/
H A Dicn.c75 * firstbit = Bit-Number of highest bit
81 int firstbit,
88 for (s = firstbit, c = bitcount; c > 0; s--, c--)
79 icn_shiftout(unsigned short port, unsigned long val, int firstbit, int bitcount) argument

Completed in 116 milliseconds