Searched refs:BITS_PER_LONG (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/dt/int/
H A Dsc_nbdefs.hh184 #define BITS_PER_LONG (sizeof(long) * BITS_PER_CHAR) macro
193 #define DIGITS_PER_LONG ((BITS_PER_LONG + 29) / 30)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.h203 #define BITS_PER_LONG (sizeof(long) * BITS_PER_CHAR) macro
212 #define DIGITS_PER_LONG ((BITS_PER_LONG+29)/30)
H A Dsc_signed.cpp536 if (nbits <= (int)BITS_PER_LONG)
550 if (nbits <= (int)BITS_PER_LONG)
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc499 if (nbits <= (int)BITS_PER_LONG)
513 if (nbits <= (int)BITS_PER_LONG)

Completed in 30 milliseconds