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

/gem5/src/base/
H A Dcprintf.cc220 fmt.fill_zero = true;
267 fmt.fill_zero = true;
269 fmt.fill_zero) {
H A Dcprintf_formats.hh46 bool fill_zero; member in struct:cp::Format
64 fill_zero = false;
108 if (!fmt.fill_zero)
126 if (fmt.fill_zero)
132 if (fmt.flush_left && !fmt.fill_zero)
154 if (fmt.fill_zero)

Completed in 5 milliseconds