Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djiffies.h56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument
57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst337 LSH 0x6 0 dst <<= (src & mask)