Home
last modified time | relevance | path

Searched refs:F4 (Results 1 – 25 of 93) sorted by relevance

1234

/external/libvpx/
Dmd5_utils.c158 #define F4(x, y, z) (y ^ (x | ~z)) macro
230 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
231 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
232 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
233 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
234 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
235 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
236 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
237 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
238 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/external/chromium/base/
Dmd5.cc51 #define F4(x, y, z) (y ^ (x | ~z)) macro
121 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6); in MD5Transform()
122 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10); in MD5Transform()
123 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15); in MD5Transform()
124 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21); in MD5Transform()
125 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6); in MD5Transform()
126 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10); in MD5Transform()
127 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15); in MD5Transform()
128 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21); in MD5Transform()
129 MD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f, 6); in MD5Transform()
[all …]
/external/wpa_supplicant/
Dmd5.c299 #define F4(x, y, z) (y ^ (x | ~z)) macro
370 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
371 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
372 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
373 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
374 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
375 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
376 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
377 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
378 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dmd5.c299 #define F4(x, y, z) (y ^ (x | ~z)) macro
370 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in MD5Transform()
371 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in MD5Transform()
372 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15); in MD5Transform()
373 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in MD5Transform()
374 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in MD5Transform()
375 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in MD5Transform()
376 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15); in MD5Transform()
377 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in MD5Transform()
378 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in MD5Transform()
[all …]
/external/icu4c/test/perf/
Dperf.sln13 …D11-00A0C91BC942}") = "utfperf", "utfperf\utfperf.vcproj", "{E7728E98-0469-43F4-AF37-4529A3D52C6B}"
19 …91BC942}") = "unisetperf", "unisetperf\unisetperf.vcproj", "{E7728E98-0469-AF37-43F4-4529A3D52C6B}"
75 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|Win32.ActiveCfg = Debug|Win32
76 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|Win32.Build.0 = Debug|Win32
77 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|x64.ActiveCfg = Debug|x64
78 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|x64.Build.0 = Debug|x64
79 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|Win32.ActiveCfg = Release|Win32
80 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|Win32.Build.0 = Release|Win32
81 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|x64.ActiveCfg = Release|x64
82 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|x64.Build.0 = Release|x64
[all …]
/external/chromium/third_party/icu/source/test/perf/
Dperf.sln13 …D11-00A0C91BC942}") = "utfperf", "utfperf\utfperf.vcproj", "{E7728E98-0469-43F4-AF37-4529A3D52C6B}"
19 …91BC942}") = "unisetperf", "unisetperf\unisetperf.vcproj", "{E7728E98-0469-AF37-43F4-4529A3D52C6B}"
75 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|Win32.ActiveCfg = Debug|Win32
76 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|Win32.Build.0 = Debug|Win32
77 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|x64.ActiveCfg = Debug|x64
78 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Debug|x64.Build.0 = Debug|x64
79 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|Win32.ActiveCfg = Release|Win32
80 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|Win32.Build.0 = Release|Win32
81 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|x64.ActiveCfg = Release|x64
82 {E7728E98-0469-43F4-AF37-4529A3D52C6B}.Release|x64.Build.0 = Release|x64
[all …]
/external/icu4c/data/locales/
Dsg.txt217 "F4-1",
218 "F4-2",
219 "F4-3",
220 "F4-4",
/external/openssl/crypto/ripemd/
Drmd_locl.h105 #define F4(x,y,z) (((x)&(z))|((y)&(~(z))))
114 #define F4(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) macro
142 a+=F4(b,c,d)+X(w)+K; \
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
Dregress-94506.js65 function F4() class
96 actual = typeof F4();
/external/icu4c/data/unidata/norm2/
Dnfc.txt315 00F4=006F 0302
469 01F4=0047 0301
601 04F4=0427 0308
890 1ED1=00F4 0301
892 1ED3=00F4 0300
894 1ED5=00F4 0309
896 1ED7=00F4 0303
1264 30F4=30A6 3099
1271 F901>66F4
1678 FAA8>76F4
[all …]
Dnfkc.txt329 00F4=006F 0302
501 01F4=0047 0301
615 03F4>0398
666 04F4=0427 0308
1067 1ED1=00F4 0301
1069 1ED3=00F4 0300
1071 1ED5=00F4 0309
1073 1ED7=00F4 0303
1982 30F4=30A6 3099
2331 32F4>30E6
[all …]
/external/v8/test/cctest/
Dtest-assembler-ia32.cc201 typedef int (*F4)(double x); typedef
227 F4 f = FUNCTION_CAST<F4>(code->entry()); in TEST()
/external/webkit/WebCore/inspector/front-end/
DKeyboardShortcut.js64 F4: 115, property
/external/icu4c/test/testdata/
DCollationTest_NON_IGNORABLE_SHORT.txt6581 05F4 0021
6582 05F4 003F
6583 05F4 0061
6584 05F4 0041
6585 05F4 0062
7181 02F4 0021
7182 02F4 003F
7183 02F4 0061
7184 02F4 0041
7185 02F4 0062
[all …]
DCollationTest_SHIFTED_SHORT.txt2507 05F4 0021
2508 05F4 003F
2747 02F4 0021
2748 02F4 003F
3039 19F4 0021
3040 19F4 003F
3363 21F4 0021
3364 21F4 003F
4047 22F4 0021
4048 22F4 003F
[all …]
/external/quake/quake/app/id1/
Dconfig.cfg58 bind "F4" "menu_options"
/external/chromium/third_party/icu/source/test/testdata/
DCollationTest_SHIFTED_STUB.txt378 22F4 003F;
1169 09F4 003F;
1219 09F4 0041;
1360 17F4 0061;
2103 21F4 0041;
4977 04F4 0062;
5132 10F4 0062;
5913 12F4 003F;
7429 13F4 0061;
7551 14F4 0061;
[all …]
DCollationTest_NON_IGNORABLE_STUB.txt704 19F4 0062;
783 21F4 0061;
1212 25F4 003F;
1399 27F4 003F;
1516 29F4 003F;
4510 03F4 0041;
5795 07F4 003F;
8369 32F4 0041;
9280 100F4 0021;
9470 120F4 0021;
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_lfz1.pkb30 8&:�p��l��z��]0�� uL[�D�6���Ϸ#T�Xq�Td����/�c����0l-���������t��/^� �a8��F4����11��#�D@�r&�4…
/external/icu4c/data/unidata/
DDerivedCoreProperties.txt26 03F4..03F5 ; Math
83 21F4..22FF ; Math
293 07F4..07F5 ; Alphabetic
555 13A0..13F4 ; Alphabetic
1664 01F4 ; Uppercase
1726 03F4 ; Uppercase
1799 04F4 ; Uppercase
2331 05F4 ; Case_Ignorable
2349 07F4..07F5 ; Case_Ignorable
2716 01F4 ; Changes_When_Lowercased
[all …]
DWordBreakProperty.txt442 07F4..07F5 ; ALetter
558 13A0..13F4 ; ALetter
805 05F4 ; MidLetter
/external/chromium/third_party/icu/source/data/unidata/
DScripts.txt195 21F4..22FF ; Common
703 05F3..05F4 ; Hebrew
825 09F4..09F9 ; Bengali
1213 13A0..13F4 ; Cherokee
1626 07F4..07F5 ; Nko
DDerivedCoreProperties.txt26 03F4..03F5 ; Math
83 21F4..22FF ; Math
293 07F4..07F5 ; Alphabetic
546 13A0..13F4 ; Alphabetic
1585 01F4 ; Uppercase
1647 03F4 ; Uppercase
1720 04F4 ; Uppercase
2138 07F4..07F5 ; ID_Start
2283 13A0..13F4 ; ID_Start
2622 07F4..07F5 ; ID_Continue
[all …]
DWordBreakProperty.txt387 07F4..07F5 ; ALetter
502 13A0..13F4 ; ALetter
727 05F4 ; MidLetter
DEastAsianWidth.txt64 00F4..00F6;N
162 05F0..05F4;N
353 13A0..13F4;N

1234