Searched refs:extract (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp48 SC_METHOD(extract)
53 void extract() function
/gem5/src/systemc/tests/systemc/examples/trie/
H A Dtrie.cpp20 sc_uint<20> extract(sc_uint<32>, sc_uint<7>, sc_uint<5>);
96 lc::extract(sc_uint<32> x, sc_uint<7> p, sc_uint<5> w) function in class:lc
124 addr = addr + extract(ip, pos, branch);
/gem5/ext/pybind11/tools/
H A Dmkdoc.py193 def extract(filename, node, prefix, output): function
204 extract(filename, i, sub_prefix, output)
230 extract(self.filename, tu.cursor, '', self.output)

Completed in 7 milliseconds