Searched refs:nBitVal (Results 1 – 1 of 1) sorted by relevance
163 sal_uIntPtr nBitVal = 1L << (n % 32); in BitSet() local168 *(pBitmap+nBlock) |= nBitVal; in BitSet()225 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator =() local231 *(pBitmap+nBlocks) = nBitVal; in operator =()244 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator -=() local249 if ( (*(pBitmap+nBlock) & nBitVal) ) in operator -=()251 *(pBitmap+nBlock) &= ~nBitVal; in operator -=()303 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator |=() local321 *(pBitmap+nBlock) |= nBitVal; in operator |=()336 sal_uIntPtr nBitVal = 1L << (nBit % 32); in Contains() local[all …]
Completed in 8 milliseconds