Lines Matching defs:PAGE_USIZE
787 #define PAGE_USIZE ((unsigned long) PAGE_SIZE)
1566 if (len >= PAGE_USIZE)
1572 if (vp->objects_last_page + len >= PAGE_USIZE)
1575 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE;
2280 if (strlen (file_name) > PAGE_USIZE - 2)
4751 page_type *value = xmalloc (npages * PAGE_USIZE);
4758 memset (value, 0, npages * PAGE_USIZE);
4788 ptr = xmalloc (PAGE_USIZE);
4789 memset (ptr, 0, PAGE_USIZE);