Searched refs:_XkbGeomAlloc (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 439 _XkbGeomAlloc( void ** old, function in typeref:typename:Status 469 #define _XkbAllocProps(g,n) _XkbGeomAlloc((void *)&(g)->properties,\ 472 #define _XkbAllocColors(g,n) _XkbGeomAlloc((void *)&(g)->colors,\ 475 #define _XkbAllocShapes(g,n) _XkbGeomAlloc((void *)&(g)->shapes,\ 478 #define _XkbAllocSections(g,n) _XkbGeomAlloc((void *)&(g)->sections,\ 481 #define _XkbAllocDoodads(g,n) _XkbGeomAlloc((void *)&(g)->doodads,\ 484 #define _XkbAllocKeyAliases(g,n) _XkbGeomAlloc((void *)&(g)->key_aliases,\ 488 #define _XkbAllocOutlines(s,n) _XkbGeomAlloc((void *)&(s)->outlines,\ 491 #define _XkbAllocRows(s,n) _XkbGeomAlloc((void *)&(s)->rows,\ 494 #define _XkbAllocPoints(o,n) _XkbGeomAlloc((voi [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBGAlloc.c | 384 * grow or shrink unlike in _XkbGeomAlloc. 392 * @see _XkbGeomAlloc 435 _XkbGeomAlloc(void **old, function in typeref:typename:Status 459 #define _XkbAllocProps(g,n) _XkbGeomAlloc((void *)&(g)->properties,\ 462 #define _XkbAllocColors(g,n) _XkbGeomAlloc((void *)&(g)->colors,\ 465 #define _XkbAllocShapes(g,n) _XkbGeomAlloc((void *)&(g)->shapes,\ 468 #define _XkbAllocSections(g,n) _XkbGeomAlloc((void *)&(g)->sections,\ 471 #define _XkbAllocDoodads(g,n) _XkbGeomAlloc((void *)&(g)->doodads,\ 474 #define _XkbAllocKeyAliases(g,n) _XkbGeomAlloc((void *)&(g)->key_aliases,\ 478 #define _XkbAllocOutlines(s,n) _XkbGeomAlloc((voi [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGAlloc.c | 450 _XkbGeomAlloc(XPointer *old, function in typeref:typename:Status 481 #define _XkbAllocProps(g, n) _XkbGeomAlloc((XPointer *)&(g)->properties, \ 484 #define _XkbAllocColors(g, n) _XkbGeomAlloc((XPointer *)&(g)->colors, \ 487 #define _XkbAllocShapes(g, n) _XkbGeomAlloc((XPointer *)&(g)->shapes, \ 490 #define _XkbAllocSections(g, n) _XkbGeomAlloc((XPointer *)&(g)->sections, \ 493 #define _XkbAllocDoodads(g, n) _XkbGeomAlloc((XPointer *)&(g)->doodads, \ 496 #define _XkbAllocKeyAliases(g, n) _XkbGeomAlloc((XPointer *)&(g)->key_aliases, \ 500 #define _XkbAllocOutlines(s, n) _XkbGeomAlloc((XPointer *)&(s)->outlines, \ 503 #define _XkbAllocRows(s, n) _XkbGeomAlloc((XPointer *)&(s)->rows, \ 506 #define _XkbAllocPoints(o, n) _XkbGeomAlloc((XPointe [all...] |
Completed in 5 milliseconds