Searched refs:nmap (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXi/dist/src/
H A DXSetBMap.c70 int nmap)
82 req->map_length = nmap;
83 req->length += (nmap + 3) >> 2;
86 Data(dpy, (char *)map, (long)nmap); /* note that map is char[] */
66 XSetDeviceButtonMapping(register Display * dpy,XDevice * device,unsigned char map[],int nmap) argument
H A DXGetBMap.c75 unsigned int nmap)
102 memcpy(map, mapping, MIN((int)rep.nElts, nmap));
71 XGetDeviceButtonMapping(register Display * dpy,XDevice * device,unsigned char map[],unsigned int nmap) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DPointer.c54 int nmap; local in function:xnestPointerProc
60 nmap = XGetPointerMapping(xnestDisplay, map, MAXBUTTONS);
61 for (i = 0; i <= nmap; i++)
79 InitPointerDeviceStruct(&pDev->public, map, nmap, btn_labels,
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DPointer.c54 int nmap; local in function:xnestPointerProc
59 nmap = XGetPointerMapping(xnestDisplay, map, MAXBUTTONS);
60 for (i = 0; i <= nmap; i++)
78 InitPointerDeviceStruct(&pDev->public, map, nmap, btn_labels,
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcxml.c2674 FcConfigLexOp (const FcChar8 *op, const FcOpMap *map, int nmap) argument
2678 for (i = 0; i < nmap; i++)

Completed in 9 milliseconds