Home
last modified time | relevance | path

Searched refs:wal2 (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dwal2.test22 set testprefix wal2
63 # Test case wal2-1.*:
82 do_test wal2-1.0 {
107 do_test wal2-1.1 {
177 do_test wal2-2.0 {
202 do_test wal2-2.1 {
273 do_test wal2-3.0 {
303 do_test wal2-3.1 {
306 do_test wal2-3.2 {
310 do_test wal2-3.3 {
[all …]
H A Dsuperlock.test189 set wal2 [read_content ${file2}-wal]
190 write_content ${file1}-wal $wal2
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dwal2.test22 set testprefix wal2
95 do_test wal2-1.0 {
120 do_test wal2-1.1 {
196 do_test wal2-2.0 {
221 do_test wal2-2.1 {
292 do_test wal2-3.0 {
322 do_test wal2-3.1 {
325 do_test wal2-3.2 {
329 do_test wal2-3.3 {
346 do_test wal2-3.4 {
[all …]
H A Dsuperlock.test198 set wal2 [read_content ${file2}-wal]
199 write_content ${file1}-wal $wal2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dwal2.test22 set testprefix wal2
95 do_test wal2-1.0 {
120 do_test wal2-1.1 {
196 do_test wal2-2.0 {
221 do_test wal2-2.1 {
292 do_test wal2-3.0 {
322 do_test wal2-3.1 {
325 do_test wal2-3.2 {
329 do_test wal2-3.3 {
346 do_test wal2-3.4 {
[all …]
H A Dsuperlock.test198 set wal2 [read_content ${file2}-wal]
199 write_content ${file1}-wal $wal2
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dwal2.test22 set testprefix wal2
95 do_test wal2-1.0 {
120 do_test wal2-1.1 {
192 do_test wal2-2.0 {
217 do_test wal2-2.1 {
288 do_test wal2-3.0 {
318 do_test wal2-3.1 {
321 do_test wal2-3.2 {
325 do_test wal2-3.3 {
342 do_test wal2-3.4 {
[all …]
H A Dsuperlock.test198 set wal2 [read_content ${file2}-wal]
199 write_content ${file1}-wal $wal2
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dmap.cpp126 uwallptr_t wal, wal2; in G_DrawOverheadMap() local
179 wal2 = (uwallptr_t)&wall[wal->point2]; in G_DrawOverheadMap()
180 ox = wal2->x-cposx; in G_DrawOverheadMap()
181 oy = wal2->y-cposy; in G_DrawOverheadMap()
232 wal2 = (uwallptr_t)&wall[k]; in G_DrawOverheadMap()
233 ox = wal2->x-cposx; in G_DrawOverheadMap()
234 oy = wal2->y-cposy; in G_DrawOverheadMap()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/
H A DTestWALReplay.java305 WAL wal2 = createWAL(this.conf); in test2727() local
309 ee, wal2, htd, mvcc); in test2727()
311 wal2.shutdown(); in test2727()
380 WAL wal2 = createWAL(newConf); in testRegionMadeOfBulkLoadedFilesOnly()
390 wal2.close(); in testRegionMadeOfBulkLoadedFilesOnly()
462 wal2.close(); in testCompactedBulkLoadedFiles()
519 WAL wal2 = createWAL(this.conf); in testReplayEditsWrittenViaHRegion() local
535 wal2.sync(); in testReplayEditsWrittenViaHRegion()
639 WAL wal2 = createWAL(this.conf); in testReplayEditsAfterPartialFlush() local
748 WAL wal2 = createWAL(this.conf); in testReplayEditsAfterAbortingFlush() local
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/verify/
H A Dverify.go25 wal2 "go.etcd.io/etcd/server/v3/wal" packageName
137 walSnaps, err := wal2.ValidSnapshotEntries(cfg.Logger, walDir)
143 hardstate, err := wal2.Verify(cfg.Logger, walDir, snapshot)
/dports/www/minio-client/etcd-3.5.0/server/verify/
H A Dverify.go25 wal2 "go.etcd.io/etcd/server/v3/wal" packageName
137 walSnaps, err := wal2.ValidSnapshotEntries(cfg.Logger, walDir)
143 hardstate, err := wal2.Verify(cfg.Logger, walDir, snapshot)
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dtekmap.cpp22 walltype *wal, *wal2; in drawoverheadmap()
66 wal2 = &wall[wal->point2]; in drawoverheadmap()
67 ox = wal2->x-cposx; oy = wal2->y-cposy; in drawoverheadmap()
237 wal2 = &wall[wal->point2]; in drawoverheadmap()
238 ox = wal2->x-cposx; oy = wal2->y-cposy; in drawoverheadmap()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dmenus3.c64 walltype *wal, *wal2; in drawoverheadmap() local
104 wal2 = &wall[wal->point2]; in drawoverheadmap()
105 ox = wal2->x-cposx; oy = wal2->y-cposy; in drawoverheadmap()
218 k = wal->point2; wal2 = &wall[k]; in drawoverheadmap()
219 ox = wal2->x-cposx; oy = wal2->y-cposy; in drawoverheadmap()
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dmap2stl.cpp163 wall_t *wal, *wal2; in getwalls() local
173 wal2 = sec[bs].wall; i = wal2[bw].n+bw; //Make sure it's an opposite wall in getwalls()
174 if ((wal[w].x == wal2[i].x) && (wal[nw].x == wal2[bw].x) && in getwalls()
175 (wal[w].y == wal2[i].y) && (wal[nw].y == wal2[bw].y)) in getwalls()
177 bs = wal2[bw].ns; in getwalls()
178 bw = wal2[bw].nw; in getwalls()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_buildmap.cpp130 walltype *wal2; member
638 slope.wal2 = &walls[slope.wal->point2]; in LoadWalls()
639 slope.dx = slope.wal2->x - slope.wal->x; in LoadWalls()
640 slope.dy = slope.wal2->y - slope.wal->y; in LoadWalls()
810 slope.x[1] = slope.wal2->x; slope.y[1] = slope.wal2->y; in CalcPlane()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dclip.cpp562 auto const wal2 = (uwallptr_t)&wall[wal1->point2]; in clipinsidebox() local
565 vec2_t v2 = { wal2->x + walldist - vect->x, wal2->y + walldist - vect->y }; in clipinsidebox()
1183 auto const wal2 = (uwallptr_t)&wall[wal->point2]; in clipmove() local
1185 … if ((wal->x < clipMin.x && wal2->x < clipMin.x) || (wal->x > clipMax.x && wal2->x > clipMax.x) || in clipmove()
1186 … (wal->y < clipMin.y && wal2->y < clipMin.y) || (wal->y > clipMax.y && wal2->y > clipMax.y)) in clipmove()
1190 vec2_t const p2 = wal2->pos; in clipmove()
2362 auto const wal2 = (uwallptr_t)&wall[wal->point2]; in hitscan_trysector() local
2363 int32_t j, dax=wal2->x-wal->x, day=wal2->y-wal->y; in hitscan_trysector()
2526 auto const wal2 = (uwallptr_t)&wall[wal->point2]; in hitscan() local
2532 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in hitscan()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost.c1991 walltype *wal, *wal2, *nwal; in polymost_drawalls() local
2019 x = wal2->x-globalposx; y = wal2->y-globalposy; in polymost_drawalls()
2030 nx0 = (wal2->x-wal->x)*t0+wal->x; in polymost_drawalls()
2031 ny0 = (wal2->y-wal->y)*t0+wal->y; in polymost_drawalls()
2037 nx1 = (wal2->x-wal->x)*t1+wal->x; in polymost_drawalls()
2038 ny1 = (wal2->y-wal->y)*t1+wal->y; in polymost_drawalls()
2040 else { t1 = 1.f; nx1 = wal2->x; ny1 = wal2->y; } in polymost_drawalls()
2901 walltype *wal, *wal2; in polymost_scansector() local
2940 wal2 = &wall[wal->point2]; in polymost_scansector()
2942 x2 = wal2->x-globalposx; y2 = wal2->y-globalposy; in polymost_scansector()
[all …]
H A Dengine.c592 walltype *wal, *wal2; in scansector() local
637 x2 = wal2->x-globalposx; y2 = wal2->y-globalposy; in scansector()
8287 walltype *wal, *wal2; in cansee() local
8339 walltype *wal, *wal2; in hitscan() local
8368 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
8407 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
8446 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in hitscan()
8613 walltype *wal, *wal2; in neartag() local
8642 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in neartag()
8866 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in clipmove()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C553 walltype *wal, *wal2; in scansector() local
598 x2 = wal2->x-globalposx; y2 = wal2->y-globalposy; in scansector()
4439 walltype *wal, *wal2; in cansee() local
4487 walltype *wal, *wal2; in hitscan() local
4516 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
4555 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
4594 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in hitscan()
4753 walltype *wal, *wal2; in neartag() local
4782 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in neartag()
5045 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in clipmove()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C592 walltype *wal, *wal2; in scansector() local
637 x2 = wal2->x-globalposx; y2 = wal2->y-globalposy; in scansector()
4479 walltype *wal, *wal2; in cansee() local
4527 walltype *wal, *wal2; in hitscan() local
4556 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
4595 dax = wal2->x-wal->x; day = wal2->y-wal->y; in hitscan()
4634 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in hitscan()
4793 walltype *wal, *wal2; in neartag() local
4822 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in neartag()
5085 x1 = wal->x; y1 = wal->y; x2 = wal2->x; y2 = wal2->y; in clipmove()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dwitchaven.cpp1955 walltype *wal, *wal2; in drawoverheadmap()
2014 wal2 = &wall[wal->point2]; in drawoverheadmap()
2015 ox = wal2->x-plr->x; oy = wal2->y-plr->y; in drawoverheadmap()
2215 wal2 = &wall[wal->point2]; in drawoverheadmap()
2216 ox = wal2->x-plr->x; in drawoverheadmap()
2217 oy = wal2->y-plr->y; in drawoverheadmap()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dscreens.cpp327 uwallptr_t wal, wal2; in G_DrawOverheadMap() local
369 wal2 = (uwallptr_t)&wall[wal->point2]; in G_DrawOverheadMap()
370 ox = wal2->x-cposx; in G_DrawOverheadMap()
371 oy = wal2->y-cposy; in G_DrawOverheadMap()
568 wal2 = (uwallptr_t)&wall[k]; in G_DrawOverheadMap()
569 ox = wal2->x-cposx; in G_DrawOverheadMap()
570 oy = wal2->y-cposy; in G_DrawOverheadMap()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Ddefs_common.lua575 local wal2 = ffiC.wall[ffiC.wall[w].point2]
576 local y1, y2 = ffiC.wall[w].y-y, wal2.y-y
579 local x1, x2 = ffiC.wall[w].x-x, wal2.x-x
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dscreens.cpp316 uwalltype *wal, *wal2; in G_DrawOverheadMap() local
362 wal2 = (uwalltype *)&wall[wal->point2]; in G_DrawOverheadMap()
363 ox = wal2->x-cposx; in G_DrawOverheadMap()
364 oy = wal2->y-cposy; in G_DrawOverheadMap()
551 wal2 = (uwalltype *)&wall[k]; in G_DrawOverheadMap()
552 ox = wal2->x-cposx; in G_DrawOverheadMap()
553 oy = wal2->y-cposy; in G_DrawOverheadMap()

12