Searched refs:BITS2BYTES (Results 1 – 1 of 1) sorted by relevance
37 #ifndef BITS2BYTES38 #define BITS2BYTES(n) ((((n) + 7) / 8)) macro