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

/freebsd-9.3-release/contrib/gcc/
H A Dflags.h264 extern int align_functions_log;
H A Dtoplev.c370 int align_functions_log; variable
1648 align_functions_log = floor_log2 (align_functions * 2 - 1);
H A Dvarasm.c1444 && align_functions_log > align
1449 align_functions_log, align_functions - 1);
1451 ASM_OUTPUT_ALIGN (asm_out_file, align_functions_log);

Completed in 205 milliseconds