Home
last modified time | relevance | path

Searched refs:add_to_state (Results 1 – 24 of 24) sorted by relevance

/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Donecolumntree.py176 def add_to_state(item): function
180 add_to_state(item)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z80/
H A Dkl5c80a16.cpp65 m_kp69->add_to_state(*this, KP69_IRR); in device_start()
H A Dkp69.h40 void add_to_state(device_state_interface &state, int index);
H A Dkl5c80a12.cpp79 m_kp69->add_to_state(*this, KP69_IRR); in device_start()
H A Dkp69.cpp108 void kp69_base_device::add_to_state(device_state_interface &state, int index) in add_to_state() function in kp69_base_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z80/
H A Dkl5c80a16.cpp65 m_kp69->add_to_state(*this, KP69_IRR); in device_start()
H A Dkp69.h40 void add_to_state(device_state_interface &state, int index);
H A Dkl5c80a12.cpp79 m_kp69->add_to_state(*this, KP69_IRR); in device_start()
H A Dkp69.cpp108 void kp69_base_device::add_to_state(device_state_interface &state, int index) in add_to_state() function in kp69_base_device
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h134 extern void add_to_state(int x);
H A Droutines.c479 add_to_state((instr<<24)+val); in out_int()
511 add_to_state(int x) in add_to_state() function
/dports/devel/elixir-quantum/quantum-elixir-2.2.6/lib/quantum/
H A Dexecution_broadcaster.ex132 add_to_state(state, date, job)
184 defp add_to_state(%{jobs: jobs, time: time} = state, date, job) do function