Home
last modified time | relevance | path

Searched refs:bitloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/union/
H A Dg_union.c1113 off_t start, numsec, leafresid, bitloc; in g_union_getmap() local
1151 bitloc = start % BITS_PER_ENTRY; in g_union_getmap()
1152 if (bitloc == 0 && (word == 0 || word == ~0)) { in g_union_getmap()
1167 for ( ; bitloc < BITS_PER_ENTRY; bitloc ++) { in g_union_getmap()
1168 retval = (word & (1ULL << bitloc)) != 0; in g_union_getmap()