Searched refs:bitloc (Results 1 – 1 of 1) sorted by relevance
1113 off_t start, numsec, leafresid, bitloc; in g_union_getmap() local1151 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()