Searched refs:nlongs (Results 1 – 1 of 1) sorted by relevance
132 size_t nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local134 switch (nlongs) { in bitmap_fill()136 memset(dst, -1, (nlongs - 1) * sizeof(unsigned long)); in bitmap_fill()139 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()
Completed in 3 milliseconds