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

  /xsrc/external/mit/xorg-server.old/dist/dix/
privates.c 155 static Bool (* const allocated_early[PRIVATE_LAST])(FixupFunc, unsigned) = { variable
198 if (!allocated_early[t])
200 else if (!allocated_early[t](dixReallocPrivates, bytes))
212 if (allocated_early[t])
213 allocated_early[t](dixMovePrivates, bytes);
220 if (!allocated_early[type])
222 else if (!allocated_early[type](dixReallocPrivates, bytes))
  /xsrc/external/mit/xorg-server/dist/dix/
privates.c 287 static Bool (*const allocated_early[PRIVATE_LAST]) (FixupFunc, unsigned) = { variable
358 if (!allocated_early[t])
360 else if (!allocated_early[t] (dixReallocPrivates, bytes))
371 if (allocated_early[t])
372 allocated_early[t] (dixMovePrivates, bytes);
381 if (!allocated_early[type])
383 else if (!allocated_early[type] (dixReallocPrivates, bytes))
623 assert (!allocated_early[type]);

Completed in 10 milliseconds