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

/gem5/src/systemc/ext/dt/int/
H A Dsc_nbdefs.hh126 #define BYTES_PER_DIGIT 4 macro
130 // Make sure that BYTES_PER_DIGIT = ceil(BITS_PER_DIGIT / BITS_PER_BYTE).
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.h138 #define BYTES_PER_DIGIT 4 macro
142 // Make sure that BYTES_PER_DIGIT = ceil(BITS_PER_DIGIT / BITS_PER_BYTE).
H A Dsc_nbutils.cpp1228 int xlen = BYTES_PER_DIGIT * ulen + 1;
1229 int ylen = BYTES_PER_DIGIT * vlen;
1432 int xlen = BYTES_PER_DIGIT * ulen + 1;
1433 int ylen = BYTES_PER_DIGIT * vlen;
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc1151 int xlen = BYTES_PER_DIGIT * ulen + 1;
1152 int ylen = BYTES_PER_DIGIT * vlen;
1343 int xlen = BYTES_PER_DIGIT * ulen + 1;
1344 int ylen = BYTES_PER_DIGIT * vlen;

Completed in 15 milliseconds