Searched refs:CHAR_BIT (Results 1 – 4 of 4) 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
205 int size = sizeof(long) * CHAR_BIT; in emit_signed_LEB128()
166 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT)