Searched refs:nBits (Results 1 – 2 of 2) sorted by relevance
3817 FICL_UNS nBits; in lshift() local3823 nBits = POPUNS(); in lshift()3825 PUSHUNS(x1 << nBits); in lshift()3832 FICL_UNS nBits; in rshift() local3838 nBits = POPUNS(); in rshift()3841 PUSHUNS(x1 >> nBits); in rshift()
2061 const size_t nBits = wordsize * 8 - 1; in updateAllocSize() local2082 if (d >= nBits * wordsize || d % wordsize) in updateAllocSize()2089 base += nBits * wordsize; in updateAllocSize()