Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c80 #define f8(x) ((x << 3) ^ (((x >> 5) & 1) * WPOLY) ^ (((x >> 5) & 2) * WPOLY) \ macro
85 #define f9(x) (f8(x) ^ x)
86 #define fb(x) (f8(x) ^ f2(x) ^ x)
87 #define fd(x) (f8(x) ^ f4(x) ^ x)
88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))