Searched refs:bitsToSet (Results 1 – 1 of 1) sorted by relevance
86 UINT16 bitsToSet = BITMAP_BITS_PER_WORD - (start % BITMAP_BITS_PER_WORD); in LOS_BitmapSetNBits() local89 while (numsSet > bitsToSet) { in LOS_BitmapSetNBits()91 numsSet -= bitsToSet; in LOS_BitmapSetNBits()92 bitsToSet = BITMAP_BITS_PER_WORD; in LOS_BitmapSetNBits()