Searched refs:BITS_PER_CHAR (Results 1 – 5 of 5) sorted by relevance
37 #ifndef BITS_PER_CHAR38 #define BITS_PER_CHAR (8) macro
67 #if BITS_PER_CHAR != 84087 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr()4092 mask = ~(valueT) 0 << (BITS_PER_CHAR * nbytes); in emit_expr()4093 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr()4243 unsigned int bits_available = BITS_PER_CHAR * nbytes;4297 if ((width = exp->X_add_number) > (BITS_PER_CHAR * nbytes))4300 width, nbytes, (BITS_PER_CHAR * nbytes));4301 width = BITS_PER_CHAR * nbytes;4328 << ((BITS_PER_CHAR * nbytes) - bits_available));
131 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro152 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1); in error_table_name()
138 unsigned int bits_available = BITS_PER_CHAR * nbytes; in l_cons()174 (unsigned int)(BITS_PER_CHAR * nbytes)) in l_cons()176 …h %lu too big to fit in %d bytes: truncated to %d bits"), width, nbytes, (BITS_PER_CHAR * nbytes)); in l_cons()177 width = BITS_PER_CHAR * nbytes; in l_cons()205 << ((BITS_PER_CHAR * nbytes) - bits_available)); in l_cons()