Searched refs:DIV8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c30 #define DIV8(x) ((x) >> 3) macro
34 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \
36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n)))
37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n)))

Completed in 104 milliseconds