Searched refs:S12 (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dapr_md4.c56 #define S12 7 macro
304 FF (d, a, b, c, x[ 1], S12); /* 2 */
308 FF (d, a, b, c, x[ 5], S12); /* 6 */
312 FF (d, a, b, c, x[ 9], S12); /* 10 */
316 FF (d, a, b, c, x[13], S12); /* 14 */
H A Dapr_md5.c73 #define S12 12 macro
356 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
360 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
364 FF(d, a, b, c, x[9], S12, 0x8b44f7af); /* 10 */
368 FF(d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmd4.c43 #define S12 7 macro
185 FF (d, a, b, c, x[ 1], S12); /* 2 */
189 FF (d, a, b, c, x[ 5], S12); /* 6 */
193 FF (d, a, b, c, x[ 9], S12); /* 10 */
197 FF (d, a, b, c, x[13], S12); /* 14 */
H A Dmd5.c205 #define S12 12 macro
353 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
357 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
361 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
365 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dmd4c.c40 #define S12 7 macro
185 FF (d, a, b, c, x[ 1], S12); /* 2 */
189 FF (d, a, b, c, x[ 5], S12); /* 6 */
193 FF (d, a, b, c, x[ 9], S12); /* 10 */
197 FF (d, a, b, c, x[13], S12); /* 14 */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.c30 #define S12 7 macro
180 FF (d, a, b, c, x[ 1], S12); /* 2 */
184 FF (d, a, b, c, x[ 5], S12); /* 6 */
188 FF (d, a, b, c, x[ 9], S12); /* 10 */
192 FF (d, a, b, c, x[13], S12); /* 14 */
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-md5.c131 #define S12 12 macro
192 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
196 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
200 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
204 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dmd5.c41 #define S12 12 macro
195 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
199 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
203 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
207 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dmd5.c41 #define S12 12 macro
199 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
203 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
207 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
211 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmd5.c233 #define S12 12 macro
237 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
241 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
245 FF ( d, a, b, c, in[ 9], S12, UL(2336552879)); /* 10 */
249 FF ( d, a, b, c, in[13], S12, UL(4254626195)); /* 14 */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5.c202 #define S12 12 macro
206 FF ( d, a, b, c, in[ 1], S12, 0xE8C7B756L); /* 2 */
210 FF ( d, a, b, c, in[ 5], S12, 0x4787C62AL); /* 6 */
214 FF ( d, a, b, c, in[ 9], S12, 0x8B44F7AFL); /* 10 */
218 FF ( d, a, b, c, in[13], S12, 0xFD987193L); /* 14 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/md5/
H A Dmd5.c202 #define S12 12 macro
206 FF ( d, a, b, c, in[ 1], S12, 0xE8C7B756L); /* 2 */
210 FF ( d, a, b, c, in[ 5], S12, 0x4787C62AL); /* 6 */
214 FF ( d, a, b, c, in[ 9], S12, 0x8B44F7AFL); /* 10 */
218 FF ( d, a, b, c, in[13], S12, 0xFD987193L); /* 14 */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dfrv-opc.c1882 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1888 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1894 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1900 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1906 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1912 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1918 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1924 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1930 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', OP (GRK), 0 } },
1936 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (S12), ',', O
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp617 case ARM::S13: return ARM::S12;
670 case ARM::S12: return ARM::S13;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp983 ARM::S12, ARM::S13, ARM::S14, ARM::S15,

Completed in 188 milliseconds