Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_md5.c81 #define F2(x, y, z) F1(z, x, y) macro
119 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5); in MD5Transform()
120 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9); in MD5Transform()
121 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14); in MD5Transform()
122 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20); in MD5Transform()
123 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5); in MD5Transform()
124 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9); in MD5Transform()
125 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14); in MD5Transform()
126 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20); in MD5Transform()
127 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5); in MD5Transform()
[all …]
/sqlite-3.40.0/test/
H A Dthreadtest3.c170 #define F2(x, y, z) F1(z, x, y) macro
208 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5); in MD5Transform()
209 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9); in MD5Transform()
210 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14); in MD5Transform()
211 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20); in MD5Transform()
212 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5); in MD5Transform()
213 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9); in MD5Transform()
214 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14); in MD5Transform()
215 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20); in MD5Transform()
216 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5); in MD5Transform()
[all …]
H A Dselect1.test459 set v [catch {execsql2 {SELECT f1+F2 as xyzzy FROM test1 ORDER BY f2}} msg]
463 set v [catch {execsql2 {SELECT f1+F2 FROM test1 ORDER BY f2}} msg]
465 } {0 {f1+F2 33 f1+F2 77}}
467 set v [catch {execsql2 {SELECT test1.f1+F2 FROM test1 ORDER BY f2}} msg]
469 } {0 {test1.f1+F2 33 test1.f1+F2 77}}
472 set v [catch {execsql2 {SELECT test1.f1+F2 FROM test1 ORDER BY f2}} msg]
475 } {0 {test1.f1+F2 33 test1.f1+F2 77}}
477 set v [catch {execsql2 {SELECT test1.f1+F2, t1 FROM test1, test2
480 } {0 {test1.f1+F2 33 t1 abc test1.f1+F2 77 t1 abc}}
H A Dupdate.test97 execsql {UPDATE test1 SET F2=f1, F1=f2}
104 execsql {UPDATE test1 SET F2=f1, F1=f2}
340 # explain {UPDATE test1 SET f2=f2-1 WHERE f1==8 and F2<300}
/sqlite-3.40.0/ext/fts3/unicode/
H A DCaseFolding.txt110 00D2; C; 00F2; # LATIN CAPITAL LETTER O WITH GRAVE
250 01F2; C; 01F3; # LATIN CAPITAL LETTER D WITH SMALL LETTER Z
359 03F9; C; 03F2; # GREEK CAPITAL LUNATE SIGMA SYMBOL
481 04F2; C; 04F3; # CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE
H A DUnicodeData.txt499 01F2;LATIN CAPITAL LETTER D WITH SMALL LETTER Z;Lt;0;L;<compat> 0044 007A;;;;N;;;01F1;01F3;01F2
1258 04F3;CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE;Ll;0;L;0443 030B;;;;N;;;04F2;;04F2
2310 09F2;BENGALI RUPEE MARK;Sc;0;ET;;;;;N;;;;;
4095 12F2;ETHIOPIC SYLLABLE DI;Lo;0;L;;;;;N;;;;;
4337 13F2;CHEROKEE LETTER YO;Lo;0;L;;;;;N;;;;;
5713 19F2;KHMER SYMBOL PII ROC;So;0;ON;;;;;N;;;;;
7974 23F2;TIMER CLOCK;So;0;ON;;;;;N;;;;;
8684 26F2;FOUNTAIN;So;0;ON;;;;;N;;;;;
10907 30F2;KATAKANA LETTER WO;Lo;0;L;;;;;N;;;;;
18019 120F2;CUNEIFORM SIGN GAL;Lo;0;L;;;;;N;;;;;
[all …]