Searched defs:cbits (Results 1 – 5 of 5) sorted by relevance
508 #define cbits(x) ((x) & CMASK) macro
209 #define cbits(n) (unsigned short)(n) /* isolate bottom 16 bits */ macro
180 #define cbits(n) (unsigned)(0177777 & (n)) /* isolate bottom 16 bits */ macro
190 #define cbits(n) (unsigned)(0177777 & (n)) /* isolate bottom 16 bits */ macro