Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_utils.c169 #define Sigma_0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22)) macro
192 h = tmp + Sigma_0(a) + Maj(a, b, c); \