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

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__tan.c69 double w0, a0; local
107 a0 = a = -1.0 / w;
108 SET_LOW_WORD(a0, 0);
109 return a0 + a * (1.0 + a0 * w0 + a0 * v);
H A Dlgamma_r.c85 a0 = 7.72156649015328655494e-02, /* 0x3FB3C467, 0xE37DB0C8 */ variable
240 p1 = a0 + z * (a2 + z * (a4 + z * (a6 + z * (a8 + z * a10))));
H A Dlgammaf_r.c20 a0 = 7.7215664089e-02, /* 0x3d9e233f */ variable
175 p1 = a0 + z * (a2 + z * (a4 + z * (a6 + z * (a8 + z * a10))));
H A Dlgammal.c105 a0 = -6.343246574721079391729402781192128239938E2L, variable
286 p1 = a0 + y * (a1 + y * (a2 + y * (a3 + y * (a4 + y * a5))));
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c16 uint64_t a0, a1, d0, d1; local
20 sz = sizeof(a0);
21 if ((err = mallctl("thread.allocated", (void *)&a0, &sz, NULL, 0))) {
34 assert_u64_eq(*ap0, a0,
71 assert_u64_le(a0 + usize, a1,
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dinet_ntop.c7 const char* inet_ntop(int af, const void* restrict a0, char* restrict s, socklen_t l) { argument
8 const unsigned char* a = a0;
H A Dinet_pton.c16 int inet_pton(int af, const char* restrict s, void* restrict a0) { argument
18 unsigned char* a = a0;
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c944 zx_handle_t a0, a1; local
945 status = zx_socket_create(ZX_SOCKET_HAS_ACCEPT, &a0, &a1);
956 zx_signals_t signals0 = get_satisfied_signals(a0);
962 status = zx_socket_share(b0, a0);
965 status = zx_socket_create(ZX_SOCKET_HAS_ACCEPT, &a0, &a1);
973 status = zx_socket_share(a0, a0);
976 status = zx_socket_create(ZX_SOCKET_HAS_ACCEPT, &a0, &a1);
979 status = zx_socket_share(a0, a1);
981 zx_handle_close(a0);
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-x86_64.pl146 ($T1,$a0,$a1,$a2,$a3)=("%r12","%r13","%r14","%r15","%rdi");
158 ($T1,$a0,$a1,$a2,$a3)=("%r12d","%r13d","%r14d","%r15d","%edi");
183 ror \$`$Sigma1[2]-$Sigma1[1]`,$a0
186 xor $e,$a0
194 ror \$`$Sigma1[1]-$Sigma1[0]`,$a0
199 xor $e,$a0
207 ror \$$Sigma1[0],$a0 # Sigma1(e)
212 add $a0,$T1 # T1+=Sigma1(e)
230 mov `$SZ*(($i+1)&0xf)`(%rsp),$a0
233 mov $a0,
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl124 my ($a0,$b0,$c0,$d0)=@_;
125 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
161 "&add (@x[$a0],@x[$b0])", # Q1
162 "&xor (@x[$d0],@x[$a0])",
175 "&add (@x[$a0],@x[$b0])",
176 "&xor (@x[$d0],@x[$a0])",
566 my ($a0,$b0,$c0,$d0)=@_;
567 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
596 "&paddd (@x[$a0],@x[$b0])", # Q1
598 "&pxor (@x[$d0],@x[$a0])",
[all...]
H A Dchacha-armv8.pl62 my ($a0,$b0,$c0,$d0)=@_;
63 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
68 "&add_32 (@x[$a0],@x[$a0],@x[$b0])",
72 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])",
94 "&add_32 (@x[$a0],@x[$a0],@x[$b0])",
98 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])",
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc.c61 static arena_t *a0; /* arenas[0]; read-only after initialization. */ variable
298 * The a0*() functions are used instead of i{d,}alloc() in situations that
1215 arenas = &a0;
1293 arenas = (arena_t **)base_alloc(tsdn, a0->base, sizeof(arena_t *) *
1298 arena_set(0, a0);
/fuchsia/zircon/third_party/ulib/jemalloc/
H A DMakefile.in156 $(srcroot)test/unit/a0.c \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dbsaes-x86_64.pl772 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
778 pxor $a0,$b0
782 pxor $b0,$a0

Completed in 160 milliseconds