Searched refs:PAGE_USIZE (Results 1 – 1 of 1) sorted by relevance
784 #define PAGE_USIZE ((unsigned long) PAGE_SIZE) macro1558 if (len >= PAGE_USIZE) in add_string()1566 if (vp->objects_last_page + len >= PAGE_USIZE) in add_string()1569 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE; in add_string()2291 if (strlen (file_name) > PAGE_USIZE - 2) in add_file()4791 page_type *value = (page_type *) xmalloc (npages * PAGE_USIZE); in allocate_cluster()4798 memset (value, 0, npages * PAGE_USIZE); in allocate_cluster()4828 ptr = xmalloc (PAGE_USIZE); in allocate_page()4829 memset (ptr, 0, PAGE_USIZE); in allocate_page()