Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djiffies.h51 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument
52 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
/linux-4.1.27/kernel/bpf/
Dcore.c324 ALU(LSH, <<) in __bpf_prog_run()