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

/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c5202 static page_t *cluster_ptr = NULL;
5218 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES);
5223 page_t *ptr = cluster_ptr;
5224 cluster_ptr += npages;
5248 cluster_ptr = page_ptr;
5252 else if ((page_ptr + npages) == cluster_ptr)
5254 cluster_ptr -= npages;
5278 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES);
5282 return cluster_ptr++;
5159 static page_t *cluster_ptr = NULL; variable
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c4829 static page_type *cluster_ptr = NULL;
4844 cluster_ptr = allocate_cluster (pages_left);
4848 return cluster_ptr++;
4796 static page_type *cluster_ptr = NULL; variable
/haiku-buildtools/binutils/gas/
H A Decoff.c4823 static page_type *cluster_ptr = NULL;
4838 cluster_ptr = allocate_cluster (pages_left);
4842 return cluster_ptr++;
4790 static page_type *cluster_ptr = NULL; variable

Completed in 187 milliseconds