Searched refs:C_64_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.c77 #define C_64_STK_ALIGN 16 macro
197 ua_fp = TRUNC_DOWN64(ua_sp, C_64_STK_ALIGN);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c73 #define C_64_STK_ALIGN 32 macro
380 sp = TRUNC_DOWN64(sp, C_64_REDZONE_LEN, C_64_STK_ALIGN);
403 sp = TRUNC_DOWN64(sp, C_64_PARAMSAVE_LEN+C_64_LINKAGE_LEN, C_64_STK_ALIGN);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c143 #define C_64_STK_ALIGN 16 macro

Completed in 76 milliseconds