HomeSort by: relevance | last modified time | path
    Searched defs:S21 (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libm/src/
e_sinhl.c 79 S21= 1.9572943931418891e-20, /* 0x171b8f2fab9628.0p-118 */
124 S21)*x2 + S19)*x2 +
  /src/common/lib/libc/md/
md4c.c 70 #define S21 3
249 GG (a, b, c, d, x[ 0], S21); /* 17 */
253 GG (a, b, c, d, x[ 1], S21); /* 21 */
257 GG (a, b, c, d, x[ 2], S21); /* 25 */
261 GG (a, b, c, d, x[ 3], S21); /* 29 */
md5c.c 67 #define S21 5
295 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
299 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
303 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
307 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
md5c.c 53 #define S21 5
266 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
270 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
274 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
278 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /src/external/bsd/ipf/dist/
md5.c 244 #define S21 5
248 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
252 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
256 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
260 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
  /src/external/bsd/iscsi/dist/src/lib/
md5c.c 69 #define S21 5
308 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
312 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
316 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
320 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /src/external/bsd/ppp/dist/pppd/
ppp-md5.c 328 #define S21 5
332 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
336 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
340 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
344 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24;
281 S21 = _mm_mul_epu32(R21, FIVE);
419 v00 = _mm_mul_epu32(v00, S21);
546 T0 = _mm_mul_epu32(T0, S21);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nested-types.cc 140 struct S21 {
588 S10::S21 s21; local
589 S10::S21::S22 s22;
590 S10::S21::S22::S23 s23;
591 S10::S21::S22::S23::S24 s24;
592 S10::S21::S22::S23::S24::S25 s25;
593 S10::S21::S22::S23::S24::S25::S26 s26;
594 S10::S21::S22::S23::S24::S25::S26::S27 s27;
595 S10::S21::S22::S23::S24::S25::S26::S27::S28 s28
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nested-types.cc 140 struct S21 {
588 S10::S21 s21; local
589 S10::S21::S22 s22;
590 S10::S21::S22::S23 s23;
591 S10::S21::S22::S23::S24 s24;
592 S10::S21::S22::S23::S24::S25 s25;
593 S10::S21::S22::S23::S24::S25::S26 s26;
594 S10::S21::S22::S23::S24::S25::S26::S27 s27;
595 S10::S21::S22::S23::S24::S25::S26::S27::S28 s28
    [all...]

Completed in 39 milliseconds