Searched refs:sp (Results 51 - 75 of 142) sorted by relevance

123456

/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dsysdep.h64 move.l %fp, -(%sp); move.l %sp, %fp; \
66 move.l (%sp)+, %fp;
/haiku/src/bin/unzip/
H A Dtimezone.c115 static void generate_transitions OF((register struct state * ZCONST sp,
124 static int Parse_TZ OF((ZCONST char *name, register struct state * ZCONST sp));
218 static void generate_transitions(sp, start, end)
219 register struct state * ZCONST sp;
227 long stdoffset = -sp->ttis[0].tt_gmtoff;
228 long dstoffset = -sp->ttis[1].tt_gmtoff;
235 sp->timecnt = 2 * (LAST_GOOD_YEAR - EPOCH_YEAR + 1);
236 atp = sp->ats;
237 typep = sp->types;
393 static int Parse_TZ(name, sp)
[all...]
H A Dtimezone.h69 int GetPlatformLocalTimezone OF((register struct state * ZCONST sp,
/haiku/headers/libs/agg/
H A Dagg_scanline_storage_aa.h311 span_data sp; local
313 sp.x = span_iterator->x;
314 sp.len = span_iterator->len;
315 int len = abs(int(sp.len));
316 sp.covers_id =
319 m_spans.add(sp);
320 int x1 = sp.x;
321 int x2 = sp.x + len - 1;
359 const span_data& sp = m_spans[span_idx++]; local
360 const T* covers = covers_by_index(sp
412 const span_data& sp = m_spans[span_idx++]; local
471 const span_data& sp = m_spans[span_idx++]; local
[all...]
H A Dagg_scanline_storage_bin.h166 span_data sp; local
167 sp.x = span_iterator->x;
168 sp.len = (int32)abs((int)(span_iterator->len));
169 m_spans.add(sp);
170 int x1 = sp.x;
171 int x2 = sp.x + sp.len - 1;
209 const span_data& sp = m_spans[span_idx++]; local
210 sl.add_span(sp.x, sp
293 const span_data& sp = m_spans[span_idx++]; local
[all...]
/haiku/headers/private/kernel/arch/x86/32/
H A Diframe.h21 uint32 sp; member in struct:iframe
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h44 subi sp, sp, CALLFRAME_SIZE; \
45 REG_S a0, CALLFRAME_S0(sp); \
46 REG_S ra, CALLFRAME_RA(sp); \
49 REG_L ra, CALLFRAME_RA(sp); \
50 REG_L a0, CALLFRAME_S0(sp); \
51 addi sp, sp, CALLFRAME_SIZ; \
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsigsetjmp.S27 sd sp, 13*8(a0)
H A Dsiglongjmp.S29 ld sp, 13*8(a0)
/haiku/src/system/kernel/arch/riscv64/
H A Dasm_offsets.cpp40 DEFINE_OFFSET_MACRO(ARCH_CONTEXT, arch_context, sp);
49 DEFINE_OFFSET_MACRO(IFRAME, iframe, sp);
H A Darch_thread.cpp55 thread->arch_info.context.sp = (addr_t)_stackTop;
136 frame.sp = thread->user_stack_base + thread->user_stack_size;
155 return frame->sp >= thread->signal_stack_base
156 && frame->sp < thread->signal_stack_base
169 frame->sp < thread->signal_stack_base ||
170 frame->sp >= thread->signal_stack_base + thread->signal_stack_size
177 return (uint8*)ROUNDDOWN(frame->sp - spaceNeeded, 16);
190 signalFrameData->context.uc_mcontext.x[ 1] = frame->sp;
225 signal_get_user_stack(frame->sp, &signalFrameData->context.uc_stack);
255 frame->sp
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dsmp_trampoline.S36 xorw %sp, %sp
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S74 movem.l %d1-%d7/%a0-%a6,-(%sp)
137 move.l %a1,-(%sp)
139 move.l (%sp)+,%a1
175 // movem.l (%sp)+,%d1-%d7/%a0-%a6
191 movem.l (%sp)+,%d1-%d7/%a0-%a6
203 move.l #AMIGA_ZBEOS_STACK_END,%sp
224 movem.l %d0-%d2/%a0-%a2,-(%sp)
246 movem.l (%sp)+,%d0-%d2/%a0-%a2
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dlshift.S24 res_ptr (sp + 4)
25 s_ptr (sp + 8)
26 s_size (sp + 16)
27 cnt (sp + 12)
42 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp)
45 movel MEM_DISP(sp,28),R(res_ptr)
46 movel MEM_DISP(sp,32),R(s_ptr)
47 movel MEM_DISP(sp,36),R(s_size)
48 movel MEM_DISP(sp,40),R(cnt)
113 moveml MEM_POSTINC(sp),
[all...]
H A Drshift.S24 res_ptr (sp + 4)
25 s_ptr (sp + 8)
26 s_size (sp + 16)
27 cnt (sp + 12)
41 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp)
44 movel MEM_DISP(sp,28),R(res_ptr)
45 movel MEM_DISP(sp,32),R(s_ptr)
46 movel MEM_DISP(sp,36),R(s_size)
47 movel MEM_DISP(sp,40),R(cnt)
102 moveml MEM_POSTINC(sp),
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp540 as described in (geo), in the buffer (buf), for the list of star (sp) */
541 void RefreshStarPacket(buffer *buf, star_packet *sp, geometry *geo) argument
550 sp->count = max_c(sp->count, 0);
554 min_count = sp->erase_count;
555 if (sp->count < min_count)
556 min_count = sp->count;
558 s = sp->list;
581 for (; i<sp->erase_count; s++, i++) {
588 for (; i<sp
600 RefreshClipping(buffer *buf, star_packet *sp) argument
[all...]
H A DChartRender.h225 void RefreshStarPacket(buffer *buf, star_packet *sp, geometry *geo);
228 void RefreshClipping(buffer *buf, star_packet *sp);
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S17 add sp, sp, \xt
18 sub \xt, sp, \xt
19 sub sp, sp, \xt
25 // avoid using sp in case it is misaligned
26 // swap sp with x19 and use it instead
41 mov x0, sp // original x19 that we swapped with sp
53 // add sizeof back here to store original sp
[all...]
H A Dasm_offsets.cpp39 DEFINE_OFFSET_MACRO(IFRAME, iframe, sp);
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S57 // enter real mode (clobbers %eax, %ds, %es, %fs, %gs, %ss, %sp)
81 addw $6, %sp
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp155 t->arch_info.sp = (void *)kstackTop;
190 ppc_context_switch(&t_from->arch_info.sp, t_to->arch_info.sp);
199 dprintf("\tsp: %p\n", at->sp);
/haiku/headers/private/kernel/arch/x86/64/
H A Diframe.h37 uint64 sp; member in union:iframe::__anon3
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h31 ulong sp; member in struct:vregs
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h11 uint64 sp; member in struct:iframe
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp183 t->arch_info.sp = (void *)kstackTop;
214 m68k_context_switch(&from->arch_info.sp, to->arch_info.sp);
223 dprintf("\tsp: %p\n", at->sp);

Completed in 229 milliseconds

123456