Searched refs:s0 (Results 1 - 19 of 19) sorted by relevance

/haiku/src/system/libroot/os/arch/arm64/
H A Dbyteorder.S13 fmov s0, w0 // Bitcopy float to general register
15 fmov w0, s0 // and back
/haiku/src/system/libroot/posix/musl/math/
H A Dsqrt.c87 int32_t ix0,s0,q,m,t,i; local
128 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
132 t = s0 + r;
134 s0 = t + r;
146 t = s0;
150 s0++;
H A Dlgamma_r.c127 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
257 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A Dlgammaf_r.c62 s0 = -7.7215664089e-02, /* 0xbd9e233f */ variable
192 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A Dlgammal.c169 s0 = 1.454726263410661942989109455292824853344E6L, variable
308 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
/haiku/src/system/libnetwork/musl/network/
H A Dinet_aton.c8 int __inet_aton(const char *s0, struct in_addr *dest) argument
10 const char *s = s0;
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
873 s0 = GETU32(pt ) ^ rk[0];
879 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
881 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
882 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
889 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
890 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
891 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsigsetjmp.S15 sd s0, 1*8(a0)
H A Dsiglongjmp.S17 ld s0, 1*8(a0)
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c280 s0 = W256[(j+1)&0x0f]; \
281 s0 = sigma0_256(s0); \
285 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
294 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
352 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
388 s0 = W256[(j+1)&0x0f];
389 s0 = sigma0_256(s0);
395 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
573 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
630 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
H A Daes.c120 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local
250 s0 = t59 ^ t63;
260 q[7] = s0;
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp150 uint32 s0 = rotate_right(v0, 7) ^ rotate_right(v0, 18) ^ (v0 >> 3); local
152 fBuffer[i] = fBuffer[i - 16] + s0 + fBuffer[i - 7] + s1;
166 uint32 s0 = rotate_right(a, 2) ^ rotate_right(a, 13) local
169 uint32 t2 = s0 + maj;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c82 u_int64_t pn, int lm, u_int8_t b[16], u_int8_t a[16], u_int8_t s0[16])
162 AES_Encrypt(ctx, a, s0);
173 u_int8_t a[16], b[16], s0[16], s[16]; local
214 m0->m_pkthdr.len - hdrlen, b, a, s0);
290 mic[i] = b[i] ^ s0[i];
352 u_int8_t a[16], b[16], s0[16], s[16]; local
398 n0->m_pkthdr.len - hdrlen, b, a, s0);
470 b[i] ^= s0[i];
81 ieee80211_ccmp_phase1(AES_CTX *ctx, const struct ieee80211_frame *wh, u_int64_t pn, int lm, u_int8_t b[16], u_int8_t a[16], u_int8_t s0[16]) argument
/haiku/src/apps/glteapot/
H A DQuaternion.h268 float s0 = sin((1.0f - t) * theta); local
270 return Quaternion((m_x * s0 + q.x() * s1) * d,
271 (m_y * s0 + q.y() * s1) * d,
272 (m_z * s0 + q.z() * s1) * d,
273 (m_w * s0 + q.m_w * s1) * d);
/haiku/src/apps/haiku3d/
H A DQuaternion.h276 float s0 = sin((1.0f - t) * theta); local
278 return Quaternion((m_x * s0 + q.x() * s1) * d,
279 (m_y * s0 + q.y() * s1) * d,
280 (m_z * s0 + q.z() * s1) * d,
281 (m_w * s0 + q.m_w * s1) * d);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S23 sd s0, 1*8(a0)
39 ld s0, 1*8(a1)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c348 uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN])
434 rijndael_encrypt(ctx, b0, s0);
457 e[AES_BLOCK_LEN], s0[AES_BLOCK_LEN]; local
465 data_len, b0, aad, b, s0);
578 xor_block(b, s0, ccmp.ic_trailer);
345 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, u_int64_t pn, size_t dlen, uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) argument
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c1129 const char *s, *s0, *s1; local
1161 s0 = s;
1175 s0 = s;
1244 /* Now we have nd0 digits, starting at s0, followed by a
1370 bd0 = s2b(s0, nd0, nd, y);
1839 char *s, *s0;
1999 s = s0 = *resultp;
2094 s = s0;
2127 if (s == s0) {
2347 if (s == s0) {
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_interrupts.c246 u_int32_t s0, s1; local
256 s0 = OS_REG_READ(ah, AR_ISR_S0);
257 OS_REG_WRITE(ah, AR_ISR_S0, s0);

Completed in 115 milliseconds