Searched refs:PAGE_USIZE (Results 1 – 2 of 2) sorted by relevance
784 #define PAGE_USIZE ((unsigned long) PAGE_SIZE) macro1558 if (len >= PAGE_USIZE) in add_string()1564 if (vp->objects_last_page + len >= PAGE_USIZE) in add_string()1567 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE; in add_string()2282 if (strlen (file_name) > PAGE_USIZE - 2) in add_file()4759 page_type *value = (page_type *) xmalloc (npages * PAGE_USIZE); in allocate_cluster()4766 memset (value, 0, npages * PAGE_USIZE); in allocate_cluster()4796 ptr = xmalloc (PAGE_USIZE); in allocate_page()4797 memset (ptr, 0, PAGE_USIZE); in allocate_page()
21702 (add_string): Cast PAGE_USIZE to Ptrdiff_t when comparing against one.21708 (add_file): Cast PAGE_USIZE to long when comparing against one.