Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c3817 FICL_UNS nBits; in lshift() local
3823 nBits = POPUNS(); in lshift()
3825 PUSHUNS(x1 << nBits); in lshift()
3832 FICL_UNS nBits; in rshift() local
3838 nBits = POPUNS(); in rshift()
3841 PUSHUNS(x1 >> nBits); in rshift()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2061 const size_t nBits = wordsize * 8 - 1; in updateAllocSize() local
2082 if (d >= nBits * wordsize || d % wordsize) in updateAllocSize()
2089 base += nBits * wordsize; in updateAllocSize()