Searched refs:_XkbAllocSections (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 478 #define _XkbAllocSections(g,n) _XkbGeomAlloc((void *)&(g)->sections,\ macro 537 return _XkbAllocSections(geom,nSections); 619 ((rtrn=_XkbAllocSections(geom,sizes->num_sections))!=Success)) { 830 (_XkbAllocSections(geom,1)!=Success))
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGAlloc.c | 490 #define _XkbAllocSections(g, n) _XkbGeomAlloc((XPointer *)&(g)->sections, \ macro 549 return _XkbAllocSections(geom, nSections); 631 ((rtrn = _XkbAllocSections(geom, sizes->num_sections)) != Success)) { 843 (_XkbAllocSections(geom, 1) != Success))
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBGAlloc.c | 468 #define _XkbAllocSections(g,n) _XkbGeomAlloc((void *)&(g)->sections,\ macro 525 ((rtrn = _XkbAllocSections(geom, sizes->num_sections)) != Success)) { 733 (_XkbAllocSections(geom, 1) != Success))
|
Completed in 8 milliseconds