Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dggc-page.c145 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro
H A Dmips-tfile.c937 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
939 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c811 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
813 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c812 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
814 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c937 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
939 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
H A Dggc-page.c155 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro