Searched refs:FUNCTION_ALIGNMENT (Results 1 – 11 of 11) sorted by relevance
70 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \71 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))116 #define HASHFRACTION (FUNCTION_ALIGNMENT / sizeof(unsigned short) == 0 \117 ? 1 : FUNCTION_ALIGNMENT / sizeof(unsigned short))
108 #define FUNCTION_ALIGNMENT 16 macro119 #define FUNCTION_ALIGNMENT 4 macro
48 #define FUNCTION_ALIGNMENT 16 macro107 #define FUNCTION_ALIGNMENT 4 macro
48 #define FUNCTION_ALIGNMENT 16 macro120 #define FUNCTION_ALIGNMENT 4 macro
46 #define FUNCTION_ALIGNMENT 16 macro
41 #define FUNCTION_ALIGNMENT 32 macro
39 #define FUNCTION_ALIGNMENT 4 macro
477 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */ in pmcpl_gmon_process()501 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT; in pmcpl_gmon_process()
182 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY; in kmstartup()