Searched refs:s0 (Results 76 - 100 of 165) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = GETU32(ct ) ^ rk[0];
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
141 PUTU32(pt , s0);
/freebsd-11-stable/lib/libc/mips/gen/
H A D_setjmp.S68 * Registers s0..s7 are callee-saved.
73 REG_S s0, (_JB_REG_S0 * SZREG)(a0)
135 * Registers s0..s7 are callee-saved.
140 REG_L s0, (_JB_REG_S0 * SZREG)(a0)
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha256.c170 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; local
202 s0 = X[(i + 1) & 0x0f];
203 s0 = sigma0(s0);
207 T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
240 s0 = X[(i+1)&0x0f]; s0 = sigma0(s0); \
242 T1 = X[(i)&0x0f] += s0 + s1 + X[(i+9)&0x0f]; \
248 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s local
[all...]
H A Dsha512.c480 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; local
514 s0 = X[(i + 1) & 0x0f];
515 s0 = sigma0(s0);
519 T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
551 s0 = X[(j+1)&0x0f]; s0 = sigma0(s0); \
553 T1 = X[(j)&0x0f] += s0 + s1 + X[(j+9)&0x0f]; \
559 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s local
[all...]
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c231 s0 = W256[(j+1)&0x0f]; \
232 s0 = sigma0_256(s0); \
236 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
242 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
300 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
342 s0 = W256[(j+1)&0x0f];
343 s0 = sigma0_256(s0);
349 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c351 s0 = W256[(j+1)&0x0f]; \
352 s0 = sigma0_256(s0); \
356 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
464 s0 = W256[(j+1)&0x0f];
465 s0 = sigma0_256(s0);
471 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
677 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
733 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/freebsd-11-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c113 char *s0; local
122 s0 = *s;
129 *s = s0; \
132 ch = (unsigned char)*s0++; \
247 *s = s0;
/freebsd-11-stable/sys/mips/mips/
H A Dswtch.S75 move a0,s0
117 RESTORE_U_PCB_REG(s0, S0, k1)
152 SAVE_U_PCB_CONTEXT(s0, PCB_REG_S0, a0)
212 SAVE_U_PCB_CONTEXT(s0, PCB_REG_S0, a0) # do a 'savectx()'
248 move s0, a0
279 move a0, s0
304 PTR_LI s0, MIPS_XKSEG_START
306 PTR_LI s0, MIPS_KSEG2_START # If Uarea addr is below kseg2,
308 bltu v0, s0, sw2 # no need to insert in TLB.
322 mfc0 s0, MIPS_COP_0_TLB_INDE
[all...]
/freebsd-11-stable/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c849 char *p, *result, *s0; local
858 s0 = *s;
878 psenc->ch[psenc->chlen++] = *s0++;
909 wchar = _ISO2022_sgetwchar(ei, s0, n, &result, psenc);
911 c += result - s0;
913 s0 = result;
916 if (result > s0) {
917 c += (result - s0);
918 n -= (result - s0);
919 s0
[all...]
/freebsd-11-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c156 char *s0; local
160 s0 = *s;
166 *s = s0;
169 psenc->ch[psenc->chlen++] = *s0++;
230 *nresult = (size_t)((*u16 == 0) ? 0 : s0 - *s);
231 *s = s0;
/freebsd-11-stable/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c259 char *s0; local
269 s0 = *s;
276 *s = s0;
280 psenc->ch[psenc->chlen++] = *s0++;
309 *nresult = (size_t)(wc == 0 ? 0 : s0 - *s);
310 *s = s0;
/freebsd-11-stable/lib/libc/riscv/gen/
H A D_setjmp.S49 sd s0, (0 * 8)(a0)
105 ld s0, (0 * 8)(a0)
H A Dsetjmp.S63 sd s0, (0 * 8)(a0)
133 ld s0, (0 * 8)(a0)
/freebsd-11-stable/sys/mips/nlm/
H A Dmpreset.S138 sd s0, 0(sp)
183 ld s0, 0(sp)
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.h77 double bwstod(struct bwstring *s0, bool *empty);
78 int bws_month_score(const struct bwstring *s0);
H A Dbwstring.c852 bwstod(struct bwstring *s0, bool *empty) argument
860 s = s0->data.cstr;
861 end = s + s0->len;
880 s = s0->data.wstr;
881 end = s + s0->len;
910 bws_month_score(const struct bwstring *s0) argument
916 s = s0->data.cstr;
917 end = s + s0->len;
931 s = s0->data.wstr;
932 end = s + s0
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c321 unsigned char *end, *p, *p0, *s, *s0; local
357 s0 = s; /* Start of string table. */
358 if (strtabsize < 0 || s0 + strtabsize > end)
380 s = s0 + stroffset;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S48 t0=r32; s0=r33;
83 // s0-s3
85 // Output: r16,r20,r24,r28 as s0-s3
104 { .mmi; xor s0=s0,t0
118 (p0) and te30=s0,maskff // 0/1:s0&0xff
119 (p0) shr.u te00=s0,twenty4 };; // 0/0:s0>>24
121 (p0) shladd te33=te33,3,te3 // 1/0:te0+s0>>2
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c631 s0 = W256[(j+1)&0x0f]; \
632 s0 = sigma0_256(s0); \
636 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
642 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
704 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local
746 s0 = W256[(j+1)&0x0f];
747 s0 = sigma0_256(s0);
753 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
967 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
1026 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c273 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
313 s0 = W512[(j+1)&0x0f];
314 s0 = sigma0_512(s0);
320 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);
/freebsd-11-stable/contrib/gdtoa/
H A Dstrtod.c97 CONST char *s, *s0, *s1; local
117 if (!(s0 = decimalpoint_cache)) {
118 s0 = localeconv_l(loc)->decimal_point;
119 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
120 strcpy(decimalpoint_cache, s0);
121 s0 = decimalpoint_cache;
123 dplen = strlen(s0);
125 decimalpoint = (char*)s0;
206 s0 = s;
230 s0
[all...]
H A Dstrtodg.c329 CONST char *s, *s0, *s1; local
343 if (!(s0 = decimalpoint_cache)) {
344 s0 = localeconv_l(loc)->decimal_point;
345 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
346 strcpy(decimalpoint_cache, s0);
347 s0 = decimalpoint_cache;
349 dplen = strlen(s0);
351 decimalpoint = (char*)s0;
405 s0 = s;
429 s0
[all...]
H A Ddtoa.c129 char *s, *s0; local
327 s = s0 = rv_alloc(i);
430 s = s0;
481 if (s == s0) {
741 if (s == s0) {
779 return s0;
H A Dgdtoa.c162 char *s, *s0; local
316 s = s0 = rv_alloc(i);
436 s = s0;
483 if (s == s0) {
735 if (s == s0) {
763 return s0;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl127 s0=r26; s1=r27; t0=r28; t1=r29;
509 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
511 $SHRU s0=X[15-1],sgm0 };; // s0=X[(i+1)&0xF]>>7
513 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s0,8)
526 { .mib; xor s0=s0,r9 // s0=sigma0(X[(i+1)&0xF])
542 { .mib; xor s0=s0,r
[all...]

Completed in 339 milliseconds

1234567