Searched defs:BITS (Results 1 – 8 of 8) sorted by relevance
192 #define BITS(n) \ macro
515 #define BITS(n) \ macro
296 #define BITS (sizeof(CHAR_T) * 8) macro
82 #define BITS "default_bits" macro
92 #define BITS 16 /* Default bits. */ macro
61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) macro
158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \ argument
111 #define BITS(type) (BITSPERBYTE * (int)sizeof(type)) macro