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

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dbignum.h38 #ifndef BITS_PER_CHAR
39 #define BITS_PER_CHAR (8) macro
H A Dread.c67 #if BITS_PER_CHAR != 8
4398 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
4403 mask = ~(valueT) 0 << (BITS_PER_CHAR * nbytes);
4404 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dbignum.h38 #ifndef BITS_PER_CHAR
39 #define BITS_PER_CHAR (8) macro
H A Ddwarf2dbg.c970 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR;
991 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR;
H A Dread.c69 #if BITS_PER_CHAR != 8
4527 mask = ~(valueT) 0 << (BITS_PER_CHAR * nbytes);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dbignum.h38 #ifndef BITS_PER_CHAR
39 #define BITS_PER_CHAR (8) macro
H A Ddwarf2dbg.c845 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR;
866 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR;
H A Dread.c69 #if BITS_PER_CHAR != 8
4461 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
4466 mask = ~(valueT) 0 << (BITS_PER_CHAR * nbytes);
4467 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcom_err.c132 #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ macro
153 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pdp11.c299 return (con[1] << BITS_PER_CHAR) | con[0];
302 (((con[1] << BITS_PER_CHAR) | con[0]) << (2 * BITS_PER_CHAR))
303 |((con[3] << BITS_PER_CHAR) | con[2]);
H A Dtc-cr16.c143 unsigned int bits_available = BITS_PER_CHAR * nbytes;
179 (unsigned int)(BITS_PER_CHAR * nbytes))
186 width, nbytes, (BITS_PER_CHAR * nbytes));
187 width = BITS_PER_CHAR * nbytes;
215 << ((BITS_PER_CHAR * nbytes) - bits_available));
H A Dtc-vax.c336 retval <<= BITS_PER_CHAR;
333 retval <<= BITS_PER_CHAR; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-pdp11.c310 return (con[1] << BITS_PER_CHAR) | con[0];
313 (((con[1] << BITS_PER_CHAR) | con[0]) << (2 * BITS_PER_CHAR))
314 |((con[3] << BITS_PER_CHAR) | con[2]);
H A Dtc-cr16.c147 unsigned int bits_available = BITS_PER_CHAR * nbytes;
184 (unsigned int)(BITS_PER_CHAR * nbytes))
191 width, nbytes, (BITS_PER_CHAR * nbytes));
192 width = BITS_PER_CHAR * nbytes;
220 << ((BITS_PER_CHAR * nbytes) - bits_available));
H A Dtc-vax.c336 retval <<= BITS_PER_CHAR;
333 retval <<= BITS_PER_CHAR; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-pdp11.c313 return (con[1] << BITS_PER_CHAR) | con[0];
316 (((con[1] << BITS_PER_CHAR) | con[0]) << (2 * BITS_PER_CHAR))
317 |((con[3] << BITS_PER_CHAR) | con[2]);
H A Dtc-cr16.c149 unsigned int bits_available = BITS_PER_CHAR * nbytes;
186 (unsigned int)(BITS_PER_CHAR * nbytes))
193 width, nbytes, (BITS_PER_CHAR * nbytes));
194 width = BITS_PER_CHAR * nbytes;
222 << ((BITS_PER_CHAR * nbytes) - bits_available));
H A Dtc-vax.c312 retval <<= BITS_PER_CHAR;
309 retval <<= BITS_PER_CHAR; local

Completed in 407 milliseconds