Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c79 #define f4(x) ((x << 2) ^ (((x >> 6) & 1) * WPOLY) ^ (((x >> 6) & 2) * WPOLY)) macro
87 #define fd(x) (f8(x) ^ f4(x) ^ x)
88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))