Home
last modified time | relevance | path

Searched refs:PAGE_USIZE (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c905 #define PAGE_USIZE ((Size_t) PAGE_SIZE) macro
1822 if (len >= (Ptrdiff_t) PAGE_USIZE)
1833 = ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE;
2528 if (file_end_p1 - file_start > (long) PAGE_USIZE-2)
4387 ptr = allocate_multiple_pages ((size + PAGE_USIZE - 1) / PAGE_USIZE);
4829 if (sizeof (efdr_t) > PAGE_USIZE)
4832 (int) PAGE_USIZE);
4834 if (sizeof (page_t) != PAGE_USIZE)
4837 (int) PAGE_USIZE);
5113 if (sbrk (PAGE_USIZE - offset) == (char *)-1)
[all …]
H A DChangeLog.17234 (add_string): Cast PAGE_USIZE to Ptrdiff_t when comparing against one.
7240 (add_file): Cast PAGE_USIZE to long when comparing against one.
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c905 #define PAGE_USIZE ((Size_t) PAGE_SIZE) macro
1709 if (len >= (Ptrdiff_t) PAGE_USIZE) in add_string()
1720 = ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE; in add_string()
4251 ptr = allocate_multiple_pages ((size + PAGE_USIZE - 1) / PAGE_USIZE); in read_seek()
4691 if (sizeof (efdr_t) > PAGE_USIZE) in main()
4694 (int) PAGE_USIZE); in main()
4696 if (sizeof (page_t) != PAGE_USIZE) in main()
4699 (int) PAGE_USIZE); in main()
4968 page_t *value = xcalloc (npages, PAGE_USIZE); in allocate_cluster()
4986 if (sbrk (PAGE_USIZE - offset) == (char *)-1) in allocate_cluster()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c786 #define PAGE_USIZE ((unsigned long) PAGE_SIZE) macro
1550 if (len >= PAGE_USIZE) in add_string()
1558 if (vp->objects_last_page + len >= PAGE_USIZE) in add_string()
1561 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE; in add_string()
2283 if (strlen (file_name) > PAGE_USIZE - 2) in add_file()
4785 register page_type *value = (page_type *) xmalloc (npages * PAGE_USIZE); in allocate_cluster()
4792 memset (value, 0, npages * PAGE_USIZE); in allocate_cluster()
4822 ptr = xmalloc (PAGE_USIZE); in allocate_page()
4823 memset (ptr, 0, PAGE_USIZE); in allocate_page()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c787 #define PAGE_USIZE ((unsigned long) PAGE_SIZE) macro
1551 if (len >= PAGE_USIZE) in add_string()
1559 if (vp->objects_last_page + len >= PAGE_USIZE) in add_string()
1562 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE; in add_string()
2284 if (strlen (file_name) > PAGE_USIZE - 2) in add_file()
4784 register page_type *value = (page_type *) xmalloc (npages * PAGE_USIZE); in allocate_cluster()
4791 memset (value, 0, npages * PAGE_USIZE); in allocate_cluster()
4821 ptr = xmalloc (PAGE_USIZE); in allocate_page()
4822 memset (ptr, 0, PAGE_USIZE); in allocate_page()