Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/
HDecoff.c812 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
814 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
/trueos/contrib/gcc/
HDmips-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
HDggc-page.c155 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro