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

  /src/games/trek/
setup.c 231 short s5; local in function:setup
237 s5 = q->stars / 5;
238 q->holes = q->holes > s5 ? q->holes - s5 : 0;
  /src/tests/lib/libpthread/
t_fpu.c 135 pthread_t s5; local in function:ATF_TC_BODY
141 PTHREAD_REQUIRE(pthread_create(&s5, 0, stir, stirseed));
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 45 all: check_epoc32_cross arm $(PROG:.ldd=-s5.ldd) $(PROG:.ldd=-s5mx.ldd)
50 $(PROG:.ldd=-s5.ldd): $(PROG)
82 rm -f $(PROG:.ldd=-s5.ldd) $(PROG:.ldd=-s5mx.ldd)
  /src/sys/crypto/aes/arch/x86/
aes_sse2_dec.c 125 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:inv_mix_columns
151 s5 = q2 ^ q3 ^ q4 ^ q6 ^ r2 ^ r4 ^ r5 ^ r6 ^ r7 ^ rotr32(q2 ^ q3 ^ q5 ^ q6 ^ r2 ^ r5 ^ r6 ^ r7);
156 q[1] = _mm_unpacklo_epi64(s1, s5);
aes_sse2_enc.c 84 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:mix_columns
110 s5 = q4 ^ r4 ^ r5 ^ rotr32(q5 ^ r5);
115 q[1] = _mm_unpacklo_epi64(s1, s5);
aes_sse2.c 70 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:aes_sse2_bitslice_Sbox
206 s5 = t47 ^ t65;
211 q[2] = _mm_unpacklo_epi64(s5, s1);
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 15 UINT64 s5; member in struct:__anoncf1e21b50108
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 54 #define s5 $21 macro
  /src/sys/arch/mips/include/
regdef.h 75 #define s5 $21 macro
  /src/lib/libc/gdtoa/
dtoa.c 121 j, jj1, k, k0, k_check, leftright, m2, m5, s2, s5, local in function:dtoa
283 s5 = k;
289 s5 = 0;
554 if (s5 > 0) {
555 S = pow5mult(S, s5);
588 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
591 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
gdtoa.c 164 int rdir, s2, s5, spec_case, try_quick; local in function:gdtoa
282 s5 = k;
288 s5 = 0;
531 s5 += j -= m5;
577 if (s5 > 0) {
578 S = pow5mult(S, s5);
602 i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
  /src/lib/libm/src/
e_lgammaf_r.c 76 s5 = 1.8402845599e-03, /* 0x3af135b4 */ variable in typeref:typename:const float
210 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
e_lgamma_r.c 140 s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */ variable in typeref:typename:const double
274 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /src/lib/libm/ld80/
e_lgammal_r.c 171 #define s5 (s5u.extu_ld) macro
328 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /src/sys/crypto/aes/
aes_ct.c 67 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local in function:br_aes_ct_bitslice_Sbox
203 s5 = t47 ^ t65;
212 q[2] = s5;
  /src/lib/libm/ld128/
e_lgammal_r.c 140 s5 = 1.31572908743275052623410195011261575e-01L, variable in typeref:typename:const long double
300 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1131 int64_t s5; local in function:sc25519_muladd
1180 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
1218 s5 += carry4;
1254 carry5 = (s5 + (int64_t) (1L << 20)) >> 21;
1256 s5 -= carry5 * ((uint64_t) 1L << 21);
1359 s5 += s17 * 666643;
1367 s5 += s16 * 470296;
1375 s5 += s15 * 654183;
1383 s5 -= s14 * 997805;
1391 s5 += s13 * 136657
1578 int64_t s5 = 2097151 & (load_3(s + 13) >> 1); local in function:sc25519_reduce
    [all...]
  /src/sys/arch/alpha/include/
asm.h 73 #define s5 $14 macro

Completed in 23 milliseconds