Searched refs:bitsToClear (Results 1 – 1 of 1) sorted by relevance
106 UINT16 bitsToClear = BITMAP_BITS_PER_WORD - (start % BITMAP_BITS_PER_WORD); in LOS_BitmapClrNBits() local109 while (numsClear >= bitsToClear) { in LOS_BitmapClrNBits()111 numsClear -= bitsToClear; in LOS_BitmapClrNBits()112 bitsToClear = BITMAP_BITS_PER_WORD; in LOS_BitmapClrNBits()