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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_rtalloc.c990 xfs_rtblock_t lastbit; /* last useful bit in word */ local
1025 lastbit = XFS_RTMIN(bit + len, XFS_NBWORD);
1029 mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit;
1043 i = lastbit - bit;
1116 if ((lastbit = len - i)) {
1120 mask = ((xfs_rtword_t)1 << lastbit) - 1;
1381 xfs_rtblock_t lastbit; /* last useful bit in the word */ local
1418 lastbit = XFS_RTMIN(bit + len, XFS_NBWORD);
1419 mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit;
1433 i = lastbit
1695 int lastbit; /* last useful bit in word */ local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c263 int lastbit; /* last code element */ member in struct:irigunit
859 } else if (bit == BITP && up->lastbit == BITP) {
873 up->lastbit = bit;
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c1899 unsigned lastbit, data, bits, bit, csr; local
1905 lastbit = 0;
1909 if (thisbit != lastbit) {
1915 lastbit = thisbit;
1940 unsigned lastbit = (csr & MII_DOUT) ? msb : 0; local
1947 if (thisbit != lastbit) {
1951 lastbit = thisbit;

Completed in 66 milliseconds