Searched refs:src_n (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp248 int delta_n; // src_n - dst_n*BITS_PER_DIGIT.
250 int src_n; // Length of source that is left in bits. local
269 src_n = strlen(src_p);
270 delta_n = src_n - (dst_n*BITS_PER_DIGIT);
274 src_n -= delta_n;
290 src_n = src_n - BITS_PER_DIGIT;
293 src_i = src_n;
300 src_n += BITS_PER_DIGIT;
304 for ( src_i = 0; src_i < src_n; src_
385 int src_n; // Length of source that is left in bits. local
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc262 int delta_n; // src_n - dst_n*BITS_PER_DIGIT.
264 int src_n; // Length of source that is left in bits. local
284 src_n = strlen(src_p);
285 delta_n = src_n - (dst_n*BITS_PER_DIGIT);
288 src_n -= delta_n;
302 src_n = src_n - BITS_PER_DIGIT;
304 src_i = src_n;
308 src_n += BITS_PER_DIGIT;
311 for (src_i = 0; src_i < src_n; src_
393 int src_n; // Length of source that is left in bits. local
[all...]

Completed in 4 milliseconds