Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/ficl/
HDwords.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-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.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()