Home
last modified time | relevance | path

Searched refs:BITS_PER_CHAR (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/
Dbignum.h37 #ifndef BITS_PER_CHAR
38 #define BITS_PER_CHAR (8) macro
Dread.c67 #if BITS_PER_CHAR != 8
4087 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));
/freebsd-9-stable/contrib/com_err/
Dcom_err.c131 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro
152 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1); in error_table_name()
/freebsd-9-stable/crypto/heimdal/lib/com_err/
Dcom_err.c131 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro
152 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1); in error_table_name()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-cr16.c138 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()