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

/bionic/libc/arch-mips/bionic/
H A D_exit_with_stack_teardown.S40 move $s0,$a2 /* preserve retCode for exit() call */
44 move $a0,$s0
H A D_setjmp.S69 REG_S s0, SC_REGS+S0*REGSZ(a0)
132 REG_L s0, SC_REGS+S0*REGSZ(a0)
H A Dsetjmp.S83 REG_S s0, SC_REGS+S0*REGSZ(a0)
161 REG_L s0, SC_REGS+S0*REGSZ(a0)
/bionic/linker/arch/mips/
H A Dbegin.S60 lw $s0, 4($t1)
61 addu $s0, $t0
79 addu $s0, 4
81 lw $t1, ($s0)
83 addu $s0, 4
87 1: lw $t1, ($s0)
89 sw $t1, ($s0)
90 addu $s0, 4
/bionic/libc/string/
H A Dstrtotimeval.c36 char *s, *s0; local
45 s0 = s+1;
/bionic/libm/src/
H A De_sqrt.c98 int32_t ix0,s0,q,m,t,i; local
137 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
141 t = s0+r;
143 s0 = t+r;
155 t = s0;
158 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
H A De_lgamma_r.c136 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c70 s0 = -7.7215664089e-02, /* 0xbd9e233f */ variable
207 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h75 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/kernel/arch-mips/asm/
H A Dregdef.h44 #define s0 $16 macro
94 #define s0 $16 macro
/bionic/libc/stdlib/
H A Dstrtod.c1341 CONST char *s, *s0, *s1; local
1400 s0 = s;
1406 s = s0; /* ... otherwise go back. */
1419 s0 = s;
1433 s0 = s;
1505 /* Now we have nd0 digits, starting at s0, followed by a
1645 bd0 = s2b(s0, nd0, nd, y);
2125 char *s, *s0; local
2157 s0 = (char *)(void *)result;
2158 strcpy(s0,
[all...]

Completed in 840 milliseconds