Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.c76 #define WPOLY 0x011b macro
81 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY))
82 #define f4(x) ((x << 2) ^ (((x >> 6) & 1) * WPOLY) ^ (((x >> 6) & 2) * WPOLY))
83 #define f8(x) ((x << 3) ^ (((x >> 5) & 1) * WPOLY) ^ (((x >> 5) & 2) * WPOLY) \
84 ^ (((x >> 5) & 4) * WPOLY))