Home
last modified time | relevance | path

Searched defs:OBJECTS_PER_PAGE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c809 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
811 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c809 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
811 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c890 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
892 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
H A Dggc-page.c135 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc-page.c130 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro