Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/core/
Dlos_bitmap.c86 UINT16 bitsToSet = BITMAP_BITS_PER_WORD - (start % BITMAP_BITS_PER_WORD); in LOS_BitmapSetNBits() local
89 while (numsSet > bitsToSet) { in LOS_BitmapSetNBits()
91 numsSet -= bitsToSet; in LOS_BitmapSetNBits()
92 bitsToSet = BITMAP_BITS_PER_WORD; in LOS_BitmapSetNBits()