Searched refs:s6 (Results 1 - 9 of 9) sorted by relevance

/bionic/tests/
H A Darpa_inet_test.cpp75 char s6[INET6_ADDRSTRLEN]; local
78 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN));
79 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN));
80 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h81 #define s6 $22 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h88 #define s6 $22 macro
/bionic/libc/arch-mips/bionic/
H A D_setjmp.S64 REG_S s6, SC_REGS+S6*REGSZ(a0)
114 REG_L s6, SC_REGS+S6*REGSZ(a0)
H A Dsetjmp.S78 REG_S s6, SC_REGS+S6*REGSZ(a0)
143 REG_L s6, SC_REGS+S6*REGSZ(a0)
/bionic/libc/arch-mips64/bionic/
H A D_setjmp.S64 REG_S s6, SC_REGS+S6*REGSZ(a0)
114 REG_L s6, SC_REGS+S6*REGSZ(a0)
H A Dsetjmp.S78 REG_S s6, SC_REGS+S6*REGSZ(a0)
143 REG_L s6, SC_REGS+S6*REGSZ(a0)
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c142 s6 = 3.19475326584100867617e-05, /* 0x3F00BFEC, 0xDD17E945 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c75 s6 = 3.1947532989e-05, /* 0x3805ff67 */ variable
206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));

Completed in 2023 milliseconds