HomeSort by: relevance | last modified time | path
    Searched refs:startofs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
sis_ds.c 197 int startofs, int size,
203 if (startofs > p->ofs) {
206 newblock->ofs = startofs;
207 newblock->size = p->size - (startofs - p->ofs);
219 newblock->ofs = startofs + size;
236 int mask, startofs, endofs; local in function:mmAllocMem
243 startofs = 0;
247 startofs = (p->ofs + mask) & ~mask;
248 if (startofs < startSearch) {
249 startofs = startSearch
    [all...]

Completed in 10 milliseconds