HomeSort by: relevance | last modified time | path
    Searched refs:S22 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/wscons/
mra.c 54 int64_t S11, S22, S12;
85 S22 = X2X2s - n * X2a * X2a;
96 printf("S11=%d S22=%d S12=%d\n", (int)S11, (int)S22, (int)S12);
100 M = (S11 * S22 - S12 * S12);
106 A = (S1Y * S22 - S2Y * S12) * scale / M;
  /src/common/lib/libc/md/
md4c.c 71 #define S22 5
250 GG (d, a, b, c, x[ 4], S22); /* 18 */
254 GG (d, a, b, c, x[ 5], S22); /* 22 */
258 GG (d, a, b, c, x[ 6], S22); /* 26 */
262 GG (d, a, b, c, x[ 7], S22); /* 30 */
md5c.c 68 #define S22 9
296 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
300 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
304 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
308 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
  /src/external/bsd/ipf/dist/
md5.c 245 #define S22 9
249 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
253 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
257 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
261 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
  /src/external/bsd/iscsi/dist/src/lib/
md5c.c 70 #define S22 9
309 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
313 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
317 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
321 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
  /src/external/bsd/ppp/dist/pppd/
ppp-md5.c 329 #define S22 9
333 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
337 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
341 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
345 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
md.d 162 S22 = 9,
218 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
222 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
226 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
230 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
  /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;
282 S22 = _mm_mul_epu32(R22, FIVE);
417 T15 = S22;
544 T15 = S22;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 107 case AArch64::S22:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 157 {codeview::RegisterId::ARM64_S22, AArch64::S22},
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 264 {codeview::RegisterId::ARM_FS22, ARM::S22},
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 3131 class S22 { typeof(S17.tupleof) a; void delegate() p; }
3149 static assert(!hasRawUnsharedAliasing!S22);
3150 static assert(!hasRawUnsharedAliasing!(immutable(S22)));
3151 static assert(!hasRawUnsharedAliasing!(shared(S22)));
3385 union S22 { int a; int b; }
3411 static assert(!hasIndirections!S22);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 374 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 202 {PPC::S22, -80},
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1316 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 71 milliseconds