Searched refs:nBitVal (Results 1 – 1 of 1) sorted by relevance
163 sal_uIntPtr nBitVal = 1L << (n % 32); in BitSet() local166 if ( ( *(pBitmap+nBlock) & nBitVal ) == 0 ) in BitSet()168 *(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 |=() local319 if ( (*(pBitmap+nBlock) & nBitVal) == 0 ) in operator |=()[all …]