Searched refs:UINT64_ZERO (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.cpp74 const uint64 UINT64_ZERO = 0ULL; member in namespace:sc_dt
78 const uint64 UINT64_ZERO = 0i64; member in namespace:sc_dt
86 const uint64 UINT_ZERO = UINT64_ZERO;
H A Dsc_nbdefs.h187 extern const uint64 UINT64_ZERO;
193 extern const uint64 UINT64_ZERO;
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbdefs.hh175 static const uint64 UINT64_ZERO = 0ULL; member in namespace:sc_dt
209 static const uint64 UINT_ZERO = UINT64_ZERO;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.cpp166 if( v != 0 && !(SC_MAXTIME_ALLOWED_ && v == ~sc_dt::UINT64_ZERO) ) {
H A Dsc_simcontext.h488 m_max_time = sc_time::from_value( ~sc_dt::UINT64_ZERO );
H A Dsc_simcontext.cpp1750 sc_time(~sc_dt::UINT64_ZERO, false) - sc_time_stamp() );

Completed in 18 milliseconds