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

/fuchsia/zircon/third_party/ulib/musl/src/math/aarch64/
H A Dfabsf.S5 fabs s0, s0
H A Dsqrtf.S5 fsqrt s0, s0
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dinet_aton.c7 int __inet_aton(const char* s0, struct in_addr* dest) { argument
8 const char* s = s0;
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dstrfmon.c13 char* s0 = s; local
69 return s - s0;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daes-x86_64.pl56 $s0="%eax";
103 movzb `&lo("$s0")`,$acc0
119 movzb `&hi("$s0")`,$acc2
126 shr \$16,$s0
130 movzb `&lo("$s0")`,$acc2
136 movzb `&hi("$s0")`,$acc1
145 mov 0($key),$s0
151 xor $t0,$s0
162 movzb `&lo("$s0")`,$acc0
184 movzb `&hi("$s0")`,
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c220 s0 = X[(i + 1) & 0x0f]; \
221 s0 = sigma0(s0); \
224 T1 = X[(i) & 0x0f] += s0 + s1 + X[(i + 9) & 0x0f]; \
230 uint32_t a, b, c, d, e, f, g, h, s0, s1, T1; local
H A Dsha512.c502 s0 = X[(j + 1) & 0x0f]; \
503 s0 = sigma0(s0); \
506 T1 = X[(j) & 0x0f] += s0 + s1 + X[(j + 9) & 0x0f]; \
512 uint64_t a, b, c, d, e, f, g, h, s0, s1, T1; local
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Daes.c685 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
693 s0 = GETU32(in) ^ rk[0];
701 t0 = Te0[(s0 >> 24)] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
704 Te3[(s0) & 0xff] ^ rk[5];
705 t2 = Te0[(s2 >> 24)] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
707 t3 = Te0[(s3 >> 24)] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^
715 s0 = Te0[(t0 >> 24)] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
726 s0 = (Te2[(t0 >> 24)] & 0xff000000) ^ (Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^
729 PUTU32(out, s0);
747 uint32_t s0, s local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c127 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
262 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
197 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
H A Dlgammal.c168 s0 = 1.454726263410661942989109455292824853344E6L, variable
305 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
/fuchsia/zircon/third_party/ulib/cryptolib/
H A Dcryptolib.c147 uint32_t s0 = _ROR(W[t-15], 7) ^ _ROR(W[t-15], 18) ^ _SHR(W[t-15], 3); local
149 W[t] = W[t-16] + s0 + W[t-7] + s1;
162 uint32_t s0 = _ROR(A, 2) ^ _ROR(A, 13) ^ _ROR(A, 22); local
164 uint32_t t2 = s0 + maj;
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c311 __NO_SAFESTACK NO_ASAN static uint32_t sysv_hash(const char* s0) { argument
312 const unsigned char* s = (void*)s0;
321 __NO_SAFESTACK NO_ASAN static uint32_t gnu_hash(const char* s0) { argument
322 const unsigned char* s = (void*)s0;
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h2737 float s0; member in struct:ec_response_tmp006_get_calibration_v0
2746 float s0; member in struct:ec_params_tmp006_set_calibration_v0

Completed in 127 milliseconds