Home
last modified time | relevance | path

Searched refs:c4 (Results 1 – 25 of 32) sorted by relevance

12

/sqlite-3.40.0/ext/misc/
H A Dshathree.c85 u64 c0, c1, c2, c3, c4; in KeccakF1600Step() local
133 c4 = a04^a14^a24^a34^a44; in KeccakF1600Step()
134 d0 = c4^ROL64(c1, 1); in KeccakF1600Step()
137 d3 = c2^ROL64(c4, 1); in KeccakF1600Step()
200 c4 = a44^a14^a34^a04^a24; in KeccakF1600Step()
201 d0 = c4^ROL64(c1, 1); in KeccakF1600Step()
204 d3 = c2^ROL64(c4, 1); in KeccakF1600Step()
268 d0 = c4^ROL64(c1, 1); in KeccakF1600Step()
271 d3 = c2^ROL64(c4, 1); in KeccakF1600Step()
335 d0 = c4^ROL64(c1, 1); in KeccakF1600Step()
[all …]
/sqlite-3.40.0/test/
H A Dfkey5.test49 CREATE TABLE c4(x INTEGER PRIMARY KEY references p4);
247 INSERT INTO c4 VALUES(54),(55),(56);
250 } {c4 54 p4 0 c4 56 p4 0}
253 PRAGMA foreign_key_check(c4);
255 } {c4 54 p4 0 c4 56 p4 0}
258 INSERT INTO c8 SELECT x FROM c4;
260 DELETE FROM c4;
H A Ddbfuzz001.test29 | size 5632 pagesize 512 filename c4.db
124 | 0: 0d 00 00 00 1d 00 4d 00 01 f1 01 e2 01 d3 01 c4 ......M.........
157 | 0: 0d 00 00 00 0a 01 6a 00 01 f1 01 e2 01 d3 01 c4 ......j.........
169 | end c4.db
259 | 0: 0a 00 00 00 08 01 96 00 01 fa 01 c4 01 f2 01 bc ................
340 | 0: 0a 00 00 00 08 01 96 00 01 fa 01 c4 01 f2 01 bc ................
H A Dfkey7.test76 CREATE TABLE c4(x INTEGER REFERENCES p4(id) DEFERRABLE INITIALLY DEFERRED);
77 CREATE INDEX c4_x ON c4(x);
78 INSERT INTO c4 VALUES(1), (2), (3);
H A Dindex2.test68 execsql {EXPLAIN SELECT c9 FROM t1 ORDER BY c1, c2, c3, c4, c5}
70 execsql {SELECT c9 FROM t1 ORDER BY c1, c2, c3, c4, c5, c6 LIMIT 5}
H A Dfuzzer2.test48 foreach c4 $LETTERS {
49 db eval {INSERT INTO x1_rules VALUES(0, $c1||$c2, $c3||$c4, $cost)}
H A Dunionvtab.test407 CREATE TABLE c4(one, two INTEGER PRIMARY KEY);
418 INSERT INTO c4 VALUES('four', 4);
431 SELECT 'main', 'c4', 4, 4 UNION ALL
450 SELECT cc.one FROM c4, cc WHERE cc.rowid>c4.rowid
H A DwhereD.test224 CREATE TABLE t(c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,c16,c17);
229 CREATE INDEX tc4 ON t(c4);
248 c4=1 or c5=1 or c6=1 or c7=1 or
258 c4=1 or c5=1 or c6=1 or c7=1 or
268 c4=1 or c5=1 or c6=1 or c7=1 or
H A Dskipscan1.test381 CREATE TABLE t1 (c1, c2, c3, c4, PRIMARY KEY(c4, c3));
389 SELECT DISTINCT quote(c1), quote(c2), quote(c3), quote(c4), '|'
393 SELECT DISTINCT quote(c1), quote(c2), quote(c3), quote(c4), '|'
397 |--SEARCH t1 USING INDEX sqlite_autoindex_t1_1 (ANY(c4) AND c3=?)
H A Daltercorrupt.test84 | 4016: 01 01 01 01 01 c4 06 3c 6a 0c 3c 0d 07 01 01 01 .......<j.<.....
163 | 4016: 01 01 01 01 01 c4 06 3c 6a 0c 3c 0d 07 01 01 01 .......<j.<.....
H A Dsort4.test78 set cols [lrange [list xxx c0 c1 c2 c3 c4 c5 c6 c7] 1 $nCol]
107 0x40 c4 0x80 c5 0x100 c6 0x200 c7
H A De_changes.test184 CREATE TABLE c4(a, b, FOREIGN KEY(a) REFERENCES p1 ON UPDATE SET NULL);
187 INSERT INTO c4 VALUES('d', 'aaa');
207 SELECT * FROM c4;
H A Dpushdown.test21 INSERT INTO t1 VALUES(4, 'b4', 'c4');
H A DcorruptL.test70 | 3904: 15 44 52 05 44 14 24 c4 52 02 27 43 15 f6 e6 f6 .DR.D.$.R.'C....
1039 | 192: 58 20 74 32 63 c4 20 4f 4e 20 74 32 28 63 2c 64 X t2c. ON t2(c,d
1050 | 368: 20 49 4e 44 45 58 20 74 32 63 c4 20 4f 4e 20 74 INDEX t2c. ON t
1124 | 96: 00 00 00 00 0d 00 00 00 01 0f c4 00 0f c4 00 00 ................
1378 | 2848: 06 d5 02 01 10 c5 1b 06 03 02 00 ef c4 53 06 03 .............S..
H A DtriggerB.test101 c0, c1, c2, c3, c4, c5, c6, c7, c8, c9,
H A De_fkey.test771 CREATE TABLE c4(c REFERENCES p4(b), d);
789 5 c4 p4 "foreign key mismatch - \"c4\" referencing \"p4\""
1404 CREATE TABLE c4(a, b, c,
1428 INSERT INTO c4 VALUES('j', 'k', 'l');
1466 test_efkey_29 21 "INSERT INTO c4 VALUES(1, 2, 3)" 1
1478 test_efkey_29 30 "UPDATE c4 SET a = 10" 1
2597 CREATE TABLE c4(c, d, FOREIGN KEY(c, d) REFERENCES p ON DELETE RESTRICT);
2693 DELETE FROM c4 ; DELETE FROM c5 ; DELETE FROM c6 ;
H A DcorruptN.test74 | 0: 0a 00 00 00 08 01 96 00 01 fa 01 c4 01 f2 01 bc ................
H A DtriggerC.test831 c1, c2, c3, c4, c5, c6, c7, c8, c9, c10,
854 UPDATE t11 SET c4=35, c33=22, c1=5;
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5corrupt3.test427 | 96: 00 00 00 00 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ...............m
515 | 96: 00 2e 30 38 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ..08...........m
615 | 96: 00 00 00 00 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ...............m
701 | 96: 00 00 00 00 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ...............m
784 | 96: 00 2e 30 38 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ..08...........m
887 | 96: 00 00 00 00 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ...............m
975 | 96: 00 00 00 00 0d 00 00 00 07 0d d2 00 0f c4 0f 6d ...............m
11090 | 1536: 52 c4 8d ac 38 b8 84 d5 bc fe 96 c4 80 bb 5c e1 R...8...........
12318 | 2848: 8f 2e 13 c4 b2 67 72 ac c4 4d a3 3a 69 cb b5 bc .....gr..M.:i...
12565 | 3744: 0d a9 c1 b5 29 c4 26 c4 5d cb bd 80 f1 d4 eb b9 ....).&.].......
[all …]
H A Dfts5corrupt5.test77 | 32: 0e 8e 0e 6c 0e 4b 0e 29 0e 08 0d e6 0d c4 0d b5 ...l.K.)........
291 | 32: 0e 8e 0e 6c 0e 4b 0e 29 0e 08 0d e6 0d c4 0d b5 ...l.K.)........
622 | 32: 0e 8e 0e 6c 0e 4b 0e 29 0e 08 0d e6 0d c4 0d b5 ...l.K.)........
H A Dfts5fault9.test96 INSERT INTO t4 VALUES('c1 c2 c3', 'c4 c5 c6', 'c7 c8 c9');
H A Dfts5_common.tcl634 {c1 c2 c3 c4 c5 c6 c7 c8 c9}
/sqlite-3.40.0/ext/recover/
H A Drecovercorrupt2.test199 | 3344: e9 f1 c2 fd f3 30 12 05 06 1f 30 07 8f 8f f5 c4 .....0....0.....
220 | 3712: 00 c3 c4 1e ff 0f fc e6 ff 28 0a 05 06 1f 20 07 .........(.... .
263 | 4064: c4 35 b6 7f 8d 12 0c 03 06 01 8b 20 e5 68 11 13 .5......... .h..
278 | 4080: 4f 07 04 01 01 01 07 c4 11 06 04 00 00 00 00 00 O...............
/sqlite-3.40.0/ext/rtree/
H A Drtreefuzz001.test548 | 3136: 00 00 00 00 00 00 c4 24 c0 00 04 2c 80 00 00 00 .......$...,....
574 | size 16384 pagesize 4096 filename c4.db
656 | 3312: 60 00 00 c4 24 c0 00 04 2c 80 00 00 00 00 00 04 `...$...,.......
663 | end c4.db
743 | 3024: 00 00 00 00 00 00 00 c4 00 00 00 00 00 42 c8 00 .............B..
752 | 3168: c4 24 c0 00 04 2c 80 00 00 00 00 00 04 2c 80 00 .$...,.......,..
762 | 80: 00 00 00 c4 24 c0 00 04 2c 80 00 00 00 00 00 04 ....$...,.......
H A Drtree2.test41 foreach c [list c0 c1 c2 c3 c4 c5 c6 c7 c8 c9] {

12