Searched refs:startSearch (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | mm.h | 51 * restrict the search to free memory after 'startSearch' 56 * startSearch = linear offset from start of heap to begin search 61 int startSearch);
|
| H A D | mm.c | 164 int align2, int startSearch) 178 if (startofs < startSearch) { 179 startofs = startSearch; 163 mmAllocMem(struct mem_block * heap,int size,int align2,int startSearch) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mm.h | 55 * restrict the search to free memory after 'startSearch' 60 * startSearch = linear offset from start of heap to begin search 64 unsigned align2, unsigned startSearch);
|
| H A D | mm.c | 167 mmAllocMem(struct mem_block *heap, unsigned size, unsigned align2, unsigned startSearch) argument 181 if ( startofs < startSearch ) { 182 startofs = startSearch;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_mm.h | 56 * restrict the search to free memory after 'startSearch' 61 * startSearch = linear offset from start of heap to begin search 65 int startSearch);
|
| H A D | u_mm.c | 177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument 198 if ( startofs < startSearch ) { 199 startofs = startSearch;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_mm.h | 56 * restrict the search to free memory after 'startSearch' 61 * startSearch = linear offset from start of heap to begin search 65 int startSearch);
|
| H A D | u_mm.c | 177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument 198 if ( startofs < startSearch ) { 199 startofs = startSearch;
|
Completed in 7 milliseconds