Searched refs:numsSet (Results 1 – 2 of 2) sorted by relevance
82 VOID LOS_BitmapSetNBits(UINTPTR *bitmap, UINT32 start, UINT32 numsSet) in LOS_BitmapSetNBits() argument85 const UINT32 size = start + numsSet; in LOS_BitmapSetNBits()89 while (numsSet > bitsToSet) { in LOS_BitmapSetNBits()91 numsSet -= bitsToSet; in LOS_BitmapSetNBits()96 if (numsSet) { in LOS_BitmapSetNBits()
193 VOID LOS_BitmapSetNBits(UINTPTR *bitmap, UINT32 start, UINT32 numsSet);