Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Djiffies.h54 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument
55 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
/Linux-v5.4/kernel/bpf/
Dcore.c1143 INSN_3(ALU, LSH, X), \
1159 INSN_3(ALU, LSH, K), \
1173 INSN_3(ALU64, LSH, X), \
1187 INSN_3(ALU64, LSH, K), \
1343 ALU(LSH, <<) in ___bpf_prog_run()