Searched defs:BYTE_LENGTH (Results 1 – 3 of 3) sorted by relevance
21 #define BYTE_LENGTH 8 macro
26 #define BYTE_LENGTH(x) (x/8) macro
34 #define BYTE_LENGTH(x) ((x) / NBBY) /* Number of bytes in x (round down) */ macro