Searched refs:FUNCTION_ALIGNMENT (Results 1 – 7 of 7) 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))
101 #define FUNCTION_ALIGNMENT 16 macro112 #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
182 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY; in kmstartup()