Home
last modified time | relevance | path

Searched refs:cluster_ptr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c4947 static page_t *cluster_ptr = NULL; variable
4962 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_multiple_pages()
4967 page_t *ptr = cluster_ptr; in allocate_multiple_pages()
4968 cluster_ptr += npages; in allocate_multiple_pages()
4990 cluster_ptr = page_ptr; in free_multiple_pages()
4994 else if ((page_ptr + npages) == cluster_ptr) in free_multiple_pages()
4996 cluster_ptr -= npages; in free_multiple_pages()
5020 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_page()
5024 return cluster_ptr++; in allocate_page()
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c4795 static page_type *cluster_ptr = NULL; variable
4810 cluster_ptr = allocate_cluster (pages_left); in allocate_page()
4814 return cluster_ptr++; in allocate_page()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c4790 static page_type *cluster_ptr = NULL; variable
4805 cluster_ptr = allocate_cluster (pages_left); in allocate_page()
4809 return cluster_ptr++; in allocate_page()