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

/openbsd-current/gnu/gcc/gcc/
H A Dfunction.c89 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1)) macro
465 = (FLOOR_ROUND (function->x_frame_offset - frame_phase,
3503 FLOOR_ROUND (offset_ptr->constant + sp_offset, boundary_in_bytes);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfunction.c83 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1)) macro
590 function->x_frame_offset = FLOOR_ROUND (function->x_frame_offset - frame_phase, alignment) + frame_phase;
5532 FLOOR_ROUND (offset_ptr->constant, boundary_in_bytes);
H A Dprotector.c54 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1)) macro

Completed in 112 milliseconds