Home
last modified time | relevance | path

Searched refs:ENGINE_STATE (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_orc_compile.c45 ENGINE_STATE *engineState);
48 ENGINE_STATE *engineState);
58 ENGINE_STATE *engineState, int merge);
300 ENGINE_STATE *engineState) { in create_opcode()
839 ENGINE_STATE *engineState) { in create_instrument()
1337 ENGINE_STATE *engineState) { in insert_opcodes()
1393 ENGINE_STATE *current_state = &csound->engineState; in engineState_merge()
1601 ENGINE_STATE *engineState; in csoundCompileTreeInternal()
1619 engineState = (ENGINE_STATE *)csound->Calloc(csound, sizeof(ENGINE_STATE)); in csoundCompileTreeInternal()
2103 ENGINE_STATE *engineState) { in lgbuild()
[all …]
H A Dnamedins.c46 ENGINE_STATE *engineState) { in named_instr_find_in_engine()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dengineoutput.h54 enum ENGINE_STATE { STATE_UNKNOWN, STATE_THINKING, STATE_IDLE, STATE_PONDERING, STATE_ANALYZING }; enum
61 void SetEngineState( int which, enum ENGINE_STATE state, char * state_data );
H A Dengineoutput.c131 SetEngineState (int which, enum ENGINE_STATE state, char * state_data) in SetEngineState()
/dports/games/xboard/xboard-4.9.1/
H A Dengineoutput.h55 enum ENGINE_STATE { STATE_UNKNOWN, STATE_THINKING, STATE_IDLE, STATE_PONDERING, STATE_ANALYZING }; enum
62 void SetEngineState( int which, enum ENGINE_STATE state, char * state_data );
H A Dengineoutput.c132 SetEngineState (int which, enum ENGINE_STATE state, char * state_data) in SetEngineState()
/dports/audio/csound/csound-6.15.0/Top/
H A Dthreadsafe.c36 void merge_state(CSOUND *csound, ENGINE_STATE *engineState,
217 ENGINE_STATE *e; in message_dequeue()
220 memcpy(&e, msg->args, sizeof(ENGINE_STATE *)); in message_dequeue()
340 void mergeState_enqueue(CSOUND *csound, ENGINE_STATE *e, TYPE_TABLE* t, OPDS *ids) { in mergeState_enqueue()
343 memcpy(args, &e, sizeof(ENGINE_STATE *)); in mergeState_enqueue()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h941 } ENGINE_STATE; typedef
1443 ENGINE_STATE engineState; /* current Engine State merged after
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h941 } ENGINE_STATE; typedef
1443 ENGINE_STATE engineState; /* current Engine State merged after
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h954 } ENGINE_STATE; typedef
1475 ENGINE_STATE engineState; /* current Engine State merged after
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dmonitoring.cpp325 ENGINE_STATE = 13, enumerator
1263 {"state", EngineInfo::ENGINE_STATE},
2313 if (type == ENGINE_STATE) in getInfo()