Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/lib/libm/
A De_pow.c205 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
222 ss = u*v; in __ieee754_pow()
223 s_h = ss; in __ieee754_pow()
231 s2 = ss*ss; in __ieee754_pow()
233 r += s_l*(s_h+ss); in __ieee754_pow()
240 v = s_l*t_h+t_l*ss; in __ieee754_pow()
/lk-master/arch/x86/64/
A Dstart.S78 movw %ax, %ss
80 movw %ax, %ss
/lk-master/arch/x86/32/
A Dstart.S73 movw %ax, %ss
75 movw %ax, %ss
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c2765 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link() argument
2768 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()
4046 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local
4055 assert(is_aligned(ss)); in add_segment()
4057 *ss = m->seg; /* Push current record */ in add_segment()
4061 m->seg.next = ss; in add_segment()
4139 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local
4142 if (ss == 0) { /* First time through or recovery */ in sys_alloc()
4164 (br = (char*)(CALL_MORECORE(ssize))) == ss->base+ss->size) { in sys_alloc()
/lk-master/arch/x86/include/arch/
A Dx86.h85 uint16_t ss, __ssh; member

Completed in 18 milliseconds