Searched refs:cmp (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pq.h50 sc_ppq_base( int sz, compare_fn_t cmp );
106 sc_ppq( int sz, compare_fn_t cmp )
107 : sc_ppq_base( sz, cmp )
H A Dsc_pq.cpp39 sc_ppq_base::sc_ppq_base( int sz, int (*cmp)( const void*, const void* ) )
40 : m_heap(0), m_size_alloc( sz ), m_heap_size( 0 ), m_compar( cmp )
H A Dsc_string.h210 int cmp( const char* s ) const;
211 int cmp( const sc_string_old& s ) const;
H A Dsc_string.cpp288 sc_string_old::cmp( const char* s ) const function in class:sc_dt::sc_string_old
294 sc_string_old::cmp( const sc_string_old& s ) const function in class:sc_dt::sc_string_old
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h109 #define FUTEX_OP(op, oparg, cmp, cmparg) \
111 ((cmp & 0xf) << 24) | \
/gem5/system/arm/aarch64_bootloader/
H A Dboot.S47 cmp x0, #0xc // EL3?
/gem5/util/stats/
H A Ddb.py38 return cmp(i, j)
42 return cmp(v1[last], v2[last])
44 return cmp(len(v1), len(v2))
/gem5/util/batch/
H A Dsend.py33 from filecmp import cmp as filecmp
/gem5/util/pbs/
H A Dsend.py34 from filecmp import cmp as filecmp
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp1361 int cmp = compare_abs( lhs, rhs );
1363 if( cmp == 1 )
1368 else if ( cmp == -1 )
1490 int cmp = compare_abs( lhs, rhs );
1492 if( cmp == 1 )
1497 else if ( cmp == -1 )
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1264 int cmp = compare_abs(lhs, rhs);
1266 if (cmp == 1) {
1269 } else if (cmp == -1) {
1373 int cmp = compare_abs(lhs, rhs);
1375 if (cmp == 1) {
1378 } else if (cmp == -1) {
/gem5/util/
H A Do3-pipeview.py155 return cmp(a['sn'], b['sn'])
/gem5/util/minorview/
H A Dmodel.py101 return cmp(self.as_list(), right.as_list())
431 return cmp(self.id, right.id)
/gem5/configs/example/
H A Dread_config.py159 return cmp((self.object_name, self.port_name, self.index),
/gem5/ext/ply/ply/
H A Dlex.py709 f.sort(lambda x,y: cmp(func_code(x[1]).co_firstlineno,func_code(y[1]).co_firstlineno))
/gem5/configs/common/
H A Dcpu2000.py40 from filecmp import cmp as filecmp
H A DSimulation.py198 cpts.sort(lambda a,b: cmp(long(a), long(b)))

Completed in 49 milliseconds