Home
last modified time | relevance | path

Searched refs:latch (Results 1 – 25 of 5532) sorted by relevance

12345678910>>...222

/dports/emulators/nestopia/nestopia-1.51.1/source/core/board/
H A DNstBoardBandai24c0x.cpp153 latch.address &= ~(1U << latch.bit); in Rise()
154 latch.address |= bit << latch.bit++; in Rise()
163 latch.data = mem[latch.address]; in Rise()
181 latch.data &= ~(1U << latch.bit); in Rise()
182 latch.data |= bit << latch.bit++; in Rise()
213 mem[latch.address] = latch.data; in Fall()
229 latch.data &= ~(1U << (7-latch.bit)); in Rise()
230 latch.data |= bit << (7-latch.bit++); in Rise()
274 latch.data = mem[latch.address]; in Rise()
305 latch.data = mem[latch.address]; in Fall()
[all …]
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/board/
H A DNstBoardBandai24c0x.cpp153 latch.address &= ~(1U << latch.bit); in Rise()
154 latch.address |= bit << latch.bit++; in Rise()
163 latch.data = mem[latch.address]; in Rise()
181 latch.data &= ~(1U << latch.bit); in Rise()
182 latch.data |= bit << latch.bit++; in Rise()
213 mem[latch.address] = latch.data; in Fall()
229 latch.data &= ~(1U << (7-latch.bit)); in Rise()
230 latch.data |= bit << (7-latch.bit++); in Rise()
274 latch.data = mem[latch.address]; in Rise()
305 latch.data = mem[latch.address]; in Fall()
[all …]
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Dsachen.c48 bank = (latch[0] & 0x7) | ((latch[4] & 7) << 3); in S8259Synco()
50 bank = (latch[x] & 0x7) | ((latch[4] & 7) << 3); in S8259Synco()
142 latch[0] = 0; in SAPower()
153 latch[0] = V; in DECLFW()
258 chrBank = (latch[6] & 3) | ((latch[4] << 2) & 4) | (latch[2] << 3); in S74LS374NSynco()
260 chrBank = (latch[2] & 1) | ((latch[4] << 1) & 2) | (latch[6] << 2); in S74LS374NSynco()
262 setprg32(0x8000, (latch[2] & 1) | latch[5]); in S74LS374NSynco()
306 latch[0] = latch[1] = latch[2] = latch[3] = 0; in S74LS374NReset()
307 latch[4] = latch[5] = latch[6] = latch[7] = 0; in S74LS374NReset()
313 latch[0] = latch[1] = latch[2] = latch[3] = 0; in S74LS374NPower()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dregression_1213120.result11 latch VARCHAR(32) NULL,
17 KEY (latch, origid, destid) USING HASH,
18 KEY (latch, destid, origid) USING HASH
31 latch origid destid weight seq linkid
52 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
54 latch origid destid weight seq linkid
69 SELECT * FROM graph where latch='';
70 latch origid destid weight seq linkid
82 SELECT * FROM graph where latch='0';
83 latch origid destid weight seq linkid
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dregression_1213120.result11 latch VARCHAR(32) NULL,
17 KEY (latch, origid, destid) USING HASH,
18 KEY (latch, destid, origid) USING HASH
31 latch origid destid weight seq linkid
52 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
54 latch origid destid weight seq linkid
69 SELECT * FROM graph where latch='';
70 latch origid destid weight seq linkid
82 SELECT * FROM graph where latch='0';
83 latch origid destid weight seq linkid
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dregression_1213120.result11 latch VARCHAR(32) NULL,
17 KEY (latch, origid, destid) USING HASH,
18 KEY (latch, destid, origid) USING HASH
31 latch origid destid weight seq linkid
52 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
54 latch origid destid weight seq linkid
69 SELECT * FROM graph where latch='';
70 latch origid destid weight seq linkid
82 SELECT * FROM graph where latch='0';
83 latch origid destid weight seq linkid
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/oqgraph/mysql-test/oqgraph/
H A Dgeneral-Aria.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-MyISAM.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
H A Dgeneral-innodb.result13 latch origid destid weight seq linkid
25 latch origid destid weight seq linkid
43 # Return all edges when latch is NULL - this is different to latch='' and same as no where clause
45 latch origid destid weight seq linkid
60 SELECT * FROM graph where latch='';
61 latch origid destid weight seq linkid
73 SELECT * FROM graph where latch='0';
74 latch origid destid weight seq linkid
91 latch origid destid weight seq linkid
94 latch origid destid weight seq linkid
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/test/
H A DLatchTest.cpp23 folly::Latch latch(0); in TEST() local
28 folly::Latch latch(1); in TEST() local
30 latch.count_down(); in TEST()
45 latch.count_down(); in TEST()
53 latch.count_down(); in TEST()
62 latch.count_down(); in TEST()
71 latch.count_down(); in TEST()
73 latch.count_down(); in TEST()
75 latch.count_down(); in TEST()
82 latch.count_down(0); in TEST()
[all …]

12345678910>>...222