Searched refs:CHAR_BIT (Results 1 – 5 of 5) sorted by relevance
37 #ifndef CHAR_BIT38 #define CHAR_BIT 8 /* Normally in <limits.h> */ macro185 if (data->count++ < CHAR_BIT * sizeof data->body) { in ir_rc6_decode()222 if (data->count > CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
34 #define CHAR_BIT (8) macro
441 #define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2)442 #define ENOUGH_OCTAL(type) ((CHAR_BIT * sizeof(type) + 2) / 3)
212 int size = sizeof(long) * CHAR_BIT; in emit_signed_LEB128()
166 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT)