Searched refs:baseSize (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | privates.c | 470 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear, argument 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); 690 _dixAllocateScreenObjectWithPrivates(ScreenPtr pScreen,unsigned baseSize,unsigned clear,unsigned offset,DevPrivateType type) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | privates.c | 304 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear, unsigned offset, DevPrivateType type) argument 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/ |
| H A D | tdfx_priv.h | 68 uint32 baseSize; member in struct:_H3CmdFifo 203 /*----------------- SST cmdFifo*.baseSize bits --------------------------- */
|
Completed in 5 milliseconds