Home
last modified time | relevance | path

Searched defs:engineState (Results 1 – 20 of 20) sorted by relevance

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/ruleguard/
H A Dengine.go67 type engineState struct { struct
68 env *quasigo.Env
70 typeByFQNMu sync.RWMutex
71 typeByFQN map[string]types.Type
73 pkgCacheMu sync.RWMutex
75 pkgCache map[string]*types.Package
92 func (state *engineState) GetCachedPackage(pkgPath string) *types.Package {
99 func (state *engineState) AddCachedPackage(pkgPath string, pkg *types.Package) {
105 func (state *engineState) addCachedPackage(pkgPath string, pkg *types.Package) {
122 …eState) FindType(importer *goImporter, currentPkg *types.Package, fqn string) (types.Type, error) {
[all …]
H A Dimporter.go38 func newGoImporter(state *engineState, config goImporterConfig) *goImporter {
H A Drunner.go33 func newRulesRunner(ctx *RunContext, state *engineState, rules *goRuleSet) *rulesRunner {
H A Dlibdsl.go29 func initEnv(state *engineState, env *quasigo.Env) {
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_orc_compile.c300 ENGINE_STATE *engineState) { in create_opcode()
763 ENGINE_STATE *engineState, in create_global_instrument()
839 ENGINE_STATE *engineState) { in create_instrument()
1068 ENGINE_STATE *engineState, int merge) { in named_instr_alloc()
1257 ENGINE_STATE *engineState, int merge) { in insert_instrtxt()
1337 ENGINE_STATE *engineState) { in insert_opcodes()
1526 int engineState_free(CSOUND *csound, ENGINE_STATE *engineState) { in engineState_free()
1555 void merge_state(CSOUND *csound, ENGINE_STATE *engineState, in merge_state()
1601 ENGINE_STATE *engineState; in csoundCompileTreeInternal() local
2103 ENGINE_STATE *engineState) { in lgbuild()
[all …]
H A Dnamedins.c46 ENGINE_STATE *engineState) { in named_instr_find_in_engine()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/engines/
H A DRC4Engine.java16 private byte[] engineState = null; field in RC4Engine
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DRC4Engine.java18 private byte[] engineState = null; field in RC4Engine
H A DISAACEngine.java22 private int[] engineState = null, // mm field in ISAACEngine
H A DSalsa20Engine.java48 protected int[] engineState = new int[STATE_SIZE]; // state field in Salsa20Engine
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/
H A DAmarokEngineScript.cpp145 AmarokEngineScript::engineState() const in engineState() function in AmarokEngineScript
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_null_paintdevice.cpp341 const QPaintEngineState &engineState) in updateState()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_null_paintdevice.cpp341 const QPaintEngineState &engineState) in updateState()
/dports/games/xboard/xboard-4.9.1/
H A Dengineoutput.c92 static int engineState[2] = { -1, -1 }; variable
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dengineoutput.c91 static int engineState[2] = { -1, -1 }; variable
/dports/games/libretro-picodrive/picodrive-600894e/platform/common/
H A Demu.c58 int engineState = PGS_Menu; variable
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Demu.c62 int engineState = PGS_Menu; variable
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1443 ENGINE_STATE engineState; /* current Engine State merged after member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1443 ENGINE_STATE engineState; /* current Engine State merged after member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1475 ENGINE_STATE engineState; /* current Engine State merged after member