Searched refs:C_32_STK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c76 #define C_32_STK_ALIGN 16 macro
304 ua_fp = TRUNC_DOWN32(ua_fp, C_32_STK_ALIGN);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c68 #define C_32_STK_ALIGN 16 macro
382 sp = TRUNC_DOWN32(sp, C_32_REDZONE_LEN, C_32_STK_ALIGN);
420 sp = TRUNC_DOWN32(sp, C_32_PARAMSAVE_LEN+C_32_LINKAGE_LEN, C_32_STK_ALIGN);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c142 #define C_32_STK_ALIGN 16 macro
921 ts->esp = (int)((vm_offset_t)(th_stack-C_32_STK_ALIGN));
2035 ts->esp = (int)((vm_offset_t)((tl->th_stackaddr + PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE) - C_32_STK_ALIGN));

Completed in 73 milliseconds