Home
last modified time | relevance | path

Searched refs:FUNCTION_ALIGNMENT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dgmon.h70 #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))
/f-stack/freebsd/mips/include/
H A Dprofile.h101 #define FUNCTION_ALIGNMENT 16 macro
112 #define FUNCTION_ALIGNMENT 4 macro
/f-stack/freebsd/amd64/include/
H A Dprofile.h48 #define FUNCTION_ALIGNMENT 16 macro
107 #define FUNCTION_ALIGNMENT 4 macro
/f-stack/freebsd/i386/include/
H A Dprofile.h48 #define FUNCTION_ALIGNMENT 16 macro
120 #define FUNCTION_ALIGNMENT 4 macro
/f-stack/freebsd/arm/include/
H A Dprofile.h46 #define FUNCTION_ALIGNMENT 16 macro
/f-stack/freebsd/arm64/include/
H A Dprofile.h41 #define FUNCTION_ALIGNMENT 32 macro
/f-stack/freebsd/kern/
H A Dsubr_prof.c182 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY; in kmstartup()