HomeSort by: relevance | last modified time | path
    Searched defs:s3 (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
opt_cs.c 31 struct s s3 = (struct s) s; variable in typeref:struct:s
38 struct s s3 = (struct s) s; variable in typeref:struct:s
45 struct s s3 = (struct s)s; variable in typeref:struct:s
lsym_preprocessing.c 115 int s3 ; variable in typeref:typename:int
132 int s3; variable in typeref:typename:int
  /src/lib/libcompat/4.3/
rexec.c 72 int s, s3; local in function:rexec
140 s3 = accept(s2, (struct sockaddr *)(void *)&from, &fromlen);
142 if (s3 == -1) {
147 *fd2p = s3;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 76 StackTrace s3(array3, ARRAY_SIZE(array3)); local in function:__sanitizer::TEST
80 ids[2] = StackDepotPut(s3);
  /src/libexec/rpc.rstatd/
rstat_proc.c 97 struct statstime s3; member in union:__anon20c31f3e010a
127 return (&stats_all.s3);
136 stats_all.s2.if_opackets = stats_all.s3.if_opackets;
146 stats_all.s1.if_opackets = stats_all.s3.if_opackets;
207 memset(stats_all.s3.dk_xfer, 0, sizeof(stats_all.s3.dk_xfer));
209 stats_all.s3.dk_xfer[i] = cur.rxfer[i] + cur.wxfer[i];
212 stats_all.s3.cp_time[i] = cur.cp_time[cp_xlat[i]];
214 stats_all.s3.avenrun[0] = avrun[0] * FSCALE;
215 stats_all.s3.avenrun[1] = avrun[1] * FSCALE
    [all...]
  /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
149 s3 = q0 ^ q1 ^ q2 ^ q5 ^ q6 ^ r0 ^ r2 ^ r3 ^ r5 ^ rotr32(q0 ^ q1 ^ q3 ^ q5 ^ q6 ^ q7 ^ r0 ^ r3 ^ r5 ^ r7);
158 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_sse2_enc.c 84 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:mix_columns
108 s3 = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr32(q3 ^ r3);
117 q[3] = _mm_unpacklo_epi64(s3, s7);
aes_via.c 444 uint32_t s0, s1, s2, s3; local in function:aesvia_xts_update
449 s3 = *t3 >> 31;
450 *t0 = (*t0 << 1) ^ (-s3 & 0x87);
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 13 UINT64 s3; member in struct:__anoncf1e21b50108
  /src/tests/lib/libc/regex/
t_exhaust.c 130 char *d, *s1, *s2, *s3; local in function:p1
133 s3 = concat(s1, s2);
136 s1 = concat(s3, ")");
137 free(s3);
146 char *d, *s1, *s2, *s3; local in function:ps
149 s3 = concat(s1, s2);
152 d = concat("(.?)", s3);
153 free(s3);
  /src/usr.bin/netstat/
mroute.c 273 char s0[256*3], s1[256], s2[256], s3[256]; local in function:print_bw_meter
335 snprintf(s3, sizeof s3, "%lld.%ld",
340 snprintf(s3, sizeof s3, "-%lld.%ld",
343 printf(" %s", s3);
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 52 #define s3 $19 macro
  /src/sys/arch/mips/include/
regdef.h 73 #define s3 $19 macro
  /src/sys/crypto/aes/
aes_bear.c 347 uint32_t s0, s1, s2, s3; local in function:aesbear_xts_update
352 s3 = *t3 >> 31;
353 *t0 = (*t0 << 1) ^ (-s3 & 0x87);
  /src/sys/dev/raidframe/
rf_nwayxor.c 77 unsigned long d0, d1, d2, d3, s0, s1, s2, s3; local in function:rf_nWayXor1
88 s3 = src[3];
92 dest[3] = d3 ^ s3;
rf_dagfuncs.c 576 unsigned long d0, d1, d2, d3, s0, s1, s2, s3; /* temps */ local in function:rf_longword_bxor
598 s3 = pg_src[3];
602 pg_dest[3] = d3 ^ s3;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna32.h 61 unsigned long s1, s2, s3, s4; local in function:poly1305_blocks
74 s3 = r3 * 5;
93 ((unsigned long long) h2 * s3) + ((unsigned long long) h3 * s2) +
96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) +
100 ((unsigned long long) h4 * s3);
  /src/usr.bin/rdist/
expand.c 566 char *s1, *s2, *s3; local in function:exptilde
575 s3 = NULL;
578 s3 = file;
580 s3 = file;
581 while (*s3 && *s3 != '/')
582 s3++;
583 if (*s3 == '/')
584 *s3 = '\0';
586 s3 = NULL
    [all...]
  /src/lib/libm/src/
e_lgammaf_r.c 74 s3 = 1.4635047317e-01, /* 0x3e15dce6 */ 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 138 s3 = 1.46350472652464452805e-01, /* 0x3FC2BB9C, 0xBEE5F2F7 */ variable in typeref:typename:const double
274 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /src/lib/libc/net/
rcmd.c 281 int s2 = rresvport_af(&lport, r->ai_family), s3; local in function:resrcmd
309 s3 = accept(s2, (struct sockaddr *)(void *)&from, &len);
311 if (s3 < 0) {
316 *fd2p = s3;
  /src/lib/libm/noieee_src/
n_lgamma.c 108 #define s3 3.485846389981109850e-001 macro
229 q = s0+z*(s1+z*(s2+z*(s3+z*s4)));
  /src/tests/lib/libprop/
t_proplib.c 683 prop_string_t s1, s2, s3; local in function:ATF_TC_BODY
731 s3 = prop_string_copy(s2);
732 ATF_REQUIRE(s3 != NULL);
733 ATF_REQUIRE(s3 == s2);
737 ATF_REQUIRE(prop_string_equals(s2, s3));
740 ATF_REQUIRE(prop_string_compare(s2, s3) == 0);
743 ATF_REQUIRE(prop_string_compare_string(s3, "b") == 0);
749 prop_object_release(s3);
  /src/lib/libm/ld80/
e_lgammal_r.c 169 #define s3 (s3u.extu_ld) macro
328 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /src/sys/crypto/adiantum/
adiantum.c 302 uint32_t s0, s1, s2, s3, s4; /* h - (2^130 - 5) */
321 s3 = h3 + c; c = s3 >> 26; s3 &= 0x03ffffff;
332 h3 = (m & h3) | (~m & s3);
299 uint32_t s0, s1, s2, s3, s4; \/* h - (2^130 - 5) *\/ local in function:poly1305_final

Completed in 22 milliseconds

1 2