Home
last modified time | relevance | path

Searched refs:syncVal (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan2/
H A Dtypes.cpp29 static void syncVal(Common::Serializer &s, int *fld) { in syncVal() function
35 syncVal(s, &vrb); in synchronize()
36 syncVal(s, &obj); in synchronize()
37 syncVal(s, &loc); in synchronize()
38 syncVal(s, &act); in synchronize()
39 syncVal(s, &tick); in synchronize()
40 syncVal(s, &score); in synchronize()
41 syncVal(s, &visits); in synchronize()
45 syncVal(s, &time); in synchronize()
46 syncVal(s, &event); in synchronize()
[all …]
H A Dalan2.cpp122 void syncVal(Common::Serializer &s, uint32 *fld) { in syncVal() function
129 syncVal(s, &acts[i - ACTMIN].loc); in syncActors()
130 syncVal(s, &acts[i - ACTMIN].script); in syncActors()
131 syncVal(s, &acts[i - ACTMIN].step); in syncActors()
132 syncVal(s, &acts[i - ACTMIN].count); in syncActors()
136 syncVal(s, &atr->val); in syncActors()
143 syncVal(s, &locs[i - LOCMIN].describe); in syncLocations()
146 syncVal(s, &atr->val); in syncLocations()
152 syncVal(s, &objs[i - OBJMIN].loc); in syncObjects()
155 syncVal(s, &atr->val); in syncObjects()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan2/
H A Dtypes.cpp29 static void syncVal(Common::Serializer &s, int *fld) { in syncVal() function
35 syncVal(s, &vrb); in synchronize()
36 syncVal(s, &obj); in synchronize()
37 syncVal(s, &loc); in synchronize()
38 syncVal(s, &act); in synchronize()
39 syncVal(s, &tick); in synchronize()
40 syncVal(s, &score); in synchronize()
41 syncVal(s, &visits); in synchronize()
45 syncVal(s, &time); in synchronize()
46 syncVal(s, &event); in synchronize()
[all …]
H A Dalan2.cpp122 void syncVal(Common::Serializer &s, uint32 *fld) { in syncVal() function
129 syncVal(s, &acts[i - ACTMIN].loc); in syncActors()
130 syncVal(s, &acts[i - ACTMIN].script); in syncActors()
131 syncVal(s, &acts[i - ACTMIN].step); in syncActors()
132 syncVal(s, &acts[i - ACTMIN].count); in syncActors()
136 syncVal(s, &atr->val); in syncActors()
143 syncVal(s, &locs[i - LOCMIN].describe); in syncLocations()
146 syncVal(s, &atr->val); in syncLocations()
152 syncVal(s, &objs[i - OBJMIN].loc); in syncObjects()
155 syncVal(s, &atr->val); in syncObjects()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dcodes.go16 func (c codeVal) marker() syncMarker { return syncVal }
H A Dsync.go179 syncVal const
H A Dsyncmarker_string.go136 _ = x[syncVal-126]
H A Ddecoder.go269 switch tag := codeVal(r.code(syncVal)); tag {
/dports/www/grafana8/grafana-8.3.6/pkg/setting/
H A Dsetting.go1309 syncVal := authProxy.Key("sync_ttl").MustInt()
1315 cfg.AuthProxySyncTTL = syncVal