Searched refs:FUNCTION_ALIGNMENT (Results 1 – 8 of 8) sorted by relevance
67 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \68 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))113 #define HASHFRACTION (FUNCTION_ALIGNMENT / sizeof(unsigned short) == 0 \114 ? 1 : FUNCTION_ALIGNMENT / sizeof(unsigned short))
40 #define FUNCTION_ALIGNMENT 32 macro
39 #define FUNCTION_ALIGNMENT 4 macro
43 #define FUNCTION_ALIGNMENT 4 macro
36 #define FUNCTION_ALIGNMENT 32 macro
43 #define FUNCTION_ALIGNMENT 16 macro
38 #define FUNCTION_ALIGNMENT 4 macro
474 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */ in pmcpl_gmon_process()498 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT; in pmcpl_gmon_process()