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

  /xsrc/external/mit/xorg-server/dist/dix/
privates.c 470 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear,
483 baseSize = (baseSize + sizeof(void *) - 1) & ~(sizeof(void *) - 1);
484 totalSize = baseSize + global_keys[type].offset;
490 privates = (PrivatePtr) (((char *) object) + baseSize);
691 unsigned baseSize,
711 baseSize = (baseSize + sizeof(void *) - 1) & ~(sizeof(void *) - 1);
712 totalSize = baseSize + privates_size;
718 privates = (PrivatePtr) (((char *) object) + baseSize);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
privates.c 304 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear, unsigned offset, DevPrivateType type)
314 baseSize = (baseSize + sizeof (void *) - 1) & ~(sizeof (void *) - 1);
315 totalSize = baseSize + keys[type].offset;
321 privates = (PrivatePtr) (((char *) object) + baseSize);
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_priv.h 68 uint32 baseSize;
203 /*----------------- SST cmdFifo*.baseSize bits --------------------------- */

Completed in 9 milliseconds