Home
last modified time | relevance | path

Searched refs:ControlLoop (Results 1 – 10 of 10) sorted by relevance

/dports/cad/alliance/alliance/src/loon/src/
H A Dlon_signal_critical.c48 static authtable *ControlLoop; variable
134 if ( searchauthelem( ControlLoop, (char*) losig ) ) in search_long_path()
140 addauthelem( ControlLoop, (char*) losig, 1 ); in search_long_path()
244 ControlLoop = createauthtable( 100 ); in critical_path()
248 destroyauthtable( ControlLoop ); in critical_path()
267 ControlLoop = createauthtable( 100 ); in critical_path_without_clock()
271 destroyauthtable( ControlLoop ); in critical_path_without_clock()
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dwhandler.cpp43 truth (*globalwindowhandler::ControlLoop[MAX_CONTROLS])(); variable
56 ControlLoop[Controls++] = What; in InstallControlLoop()
64 if(ControlLoop[c] == What) in DeInstallControlLoop()
72 ControlLoop[c] = ControlLoop[c + 1]; in DeInstallControlLoop()
109 if(ControlLoop[c]()) in GetKey()
416 if(ControlLoop[c]()) in GetKey()
/dports/games/ivan/ivan-059/FeLib/Include/
H A Dwhandler.h101 static truth (*ControlLoop[MAX_CONTROLS])(); variable
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/memory/
H A Ddmnt_cheat_vm.h39 ControlLoop = 3, enumerator
H A Ddmnt_cheat_vm.cpp348 case CheatVmOpcodeType::ControlLoop: { in DecodeNextOpcode()
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dproto.h212 void ControlLoop P((VidStream **theStream, XInfo *xinfo, int numStreams ));
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dproto.h212 void ControlLoop P((VidStream **theStream, XInfo *xinfo, int numStreams ));
/dports/multimedia/mpeg_play/mpeg_play/
H A Dproto.h237 void ControlLoop P((VidStream **theStream, XInfo *xinfo, int numStreams ));
H A Dmain.c954 ControlLoop(theStream, xinfo, numInput);
H A Dctrlbar.c1104 void ControlLoop(vid_stream,xinfo,numStreams) in ControlLoop() function