Home
last modified time | relevance | path

Searched defs:rot (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dlookup3.h16 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) macro
/dpdk/lib/hash/
H A Drte_jhash.h45 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) macro
[all...]