Searched refs:mapSize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXi/dist/src/
H A DXSetMMap.c69 int mapSize = modmap->max_keypermod << 3; /* 8 modifiers */ local in function:XSetDeviceModifierMapping
78 GetReqExtra(SetDeviceModifierMapping, mapSize, req);
83 memcpy((char *)&req[1], modmap->modifiermap, mapSize);
/xsrc/external/mit/libX11/dist/src/
H A DModMap.c81 int mapSize = modifier_map->max_keypermod << 3; /* 8 modifiers */ local in function:XSetModifierMapping
85 req->length += mapSize >> 2;
88 Data(dpy, (const char *)modifier_map->modifiermap, mapSize);
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.h94 unsigned long mapPhys, mapOff, mapSize; /* video memory */ member in struct:_VESARec
H A Dvesa.c672 pVesa->mapSize, LOOKUP_BEST_REFRESH);
821 pVesa->mapSize = vbe->TotalMemory * 65536;
1032 pScrn->videoRam = pVesa->mapSize;
1039 pVesa->mapSize = 0x10000;
1045 pVesa->mapSize = 0x10000;
1354 pVesa->mapSize,
1366 pVesa->mapSize,
1378 pVesa->mapSize);
1381 pScrn->memPhysBase, pVesa->mapSize);
1403 pScrn->memPhysBase, pVesa->mapSize);
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c41 #define mapSize(m) (sizeof(m)/sizeof(XkbKTMapEntryRec)) macro
71 mapSize(map2Level), /* map_count */
77 mapSize(mapAlpha), /* map_count */
83 mapSize(mapKeypad), /* map_count */
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis.h1227 int mapPhys, mapOff, mapSize; member in struct:__anon2d7f85d00508

Completed in 12 milliseconds