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

/freebsd-11-stable/contrib/binutils/gas/
H A Dbignum.h37 #ifndef BITS_PER_CHAR
38 #define BITS_PER_CHAR (8) macro
H A Dread.c67 #if BITS_PER_CHAR != 8
4092 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
4097 mask = ~(valueT) 0 << (BITS_PER_CHAR * nbytes);
4098 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
4249 unsigned int bits_available = BITS_PER_CHAR * nbytes;
4303 if ((width = exp->X_add_number) > (BITS_PER_CHAR * nbytes))
4306 width, nbytes, (BITS_PER_CHAR * nbytes));
4307 width = BITS_PER_CHAR * nbytes;
4334 << ((BITS_PER_CHAR * nbytes) - bits_available));
/freebsd-11-stable/contrib/com_err/
H A Dcom_err.c127 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro
148 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dcom_err.c130 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro
151 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c138 unsigned int bits_available = BITS_PER_CHAR * nbytes;
174 (unsigned int)(BITS_PER_CHAR * nbytes))
176 as_warn (_("field width %lu too big to fit in %d bytes: truncated to %d bits"), width, nbytes, (BITS_PER_CHAR * nbytes));
177 width = BITS_PER_CHAR * nbytes;
205 << ((BITS_PER_CHAR * nbytes) - bits_available));

Completed in 400 milliseconds