Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Djiffies.h56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument
57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
/Linux-v5.15/kernel/bpf/
Dcore.c1209 INSN_3(ALU, LSH, X), \
1225 INSN_3(ALU, LSH, K), \
1239 INSN_3(ALU64, LSH, X), \
1253 INSN_3(ALU64, LSH, K), \
1447 SHT(LSH, <<) in ___bpf_prog_run()