Searched refs:down (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/examples/updown/
H A Dupdown.cpp11 sc_in<sc_uint<1> > down; local
35 switch( (unsigned int )(up,down) ) {
53 borrow_out = down&cnt_dn[9];
60 #define UP_DOWN(up, down) up, down
64 int down; member in struct:stimulus
94 sc_signal<sc_uint<1> > down; local
105 up_down_0.down(down);
110 "clock", "up", "down", "data_i
[all...]
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test01/
H A Dtest01.cpp36 writer.clk(clk); // Bind clk going down the module hierarchy.
37 reader.in(my_port); // Bind my_port going down the module hierarchy.
48 SC_CTOR(TOP) : down("down")
50 down.clk(clk); // Bind clk going down the module hierarchy.
51 in(down.my_port); // Bind in coming up the module hierarchy.
61 MIDDLE down; local
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test02/
H A Dtest02.cpp36 writer.clk(clk); // Bind clk going down the module hierarchy.
37 reader.in(my_port); // Bind my_port going down the module hierarchy.
48 SC_CTOR(TOP) : down("down")
50 down.clk(clk); // Bind clk going down the module hierarchy.
51 in(down.my_port); // Bind in coming up the module hierarchy.
61 MIDDLE down; local
/gem5/src/systemc/tests/systemc/communication/sc_export/test01/
H A Dtest01.cpp38 writer.clk(clk); // Bind clk going down the module hierarchy.
40 reader.in(my_port); // Bind my_port going down the module hierarchy.
50 SC_CTOR(TOP) : down("down")
52 down.clk(clk); // Bind clk going down the module hierarchy.
53 in(down.my_port); // Bind in coming up the module hierarchy.
63 MIDDLE down; local
/gem5/src/dev/ps2/
H A Dkeyboard.hh55 /** is the shift key currently down */
71 void keyPress(uint32_t key, bool down) override;
H A Dtypes.cc85 keySymToPs2(uint32_t key, bool down, bool &cur_shift, argument
93 if (down) {
162 if (down)
169 if (down)
194 if (down) {
201 if (!down)
H A Dkeyboard.cc158 PS2Keyboard::keyPress(uint32_t key, bool down) argument
164 Ps2::keySymToPs2(key, down, shiftDown, keys);
H A Dtypes.hh121 * @param down if the key is being pressed or released
125 void keySymToPs2(uint32_t key, bool down, bool &cur_shift,
/gem5/src/base/vnc/
H A Dvncinput.hh69 * @param down is the key now down or up?
71 virtual void keyPress(uint32_t key, bool down) = 0;
80 * a bit position in the byte with 1 being down and 0 being up

Completed in 11 milliseconds