Searched refs:nProperties (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DLiProps.c52 if (rep.nProperties) {
53 properties = Xmallocarray (rep.nProperties, sizeof(Atom));
60 nbytes = rep.nProperties << 2;
65 *n_props = rep.nProperties;
/xsrc/external/mit/fstobdf/dist/
H A Dprops.c75 unsigned int nProperties; local in function:EmitProperties
85 nProperties = propInfo->num_offsets;
86 for (property = &propOffsets[0]; nProperties--; property++) {
101 nProperties = propInfo->num_offsets;
102 fprintf(outFile, "STARTPROPERTIES %d\n", nProperties +
106 for (property = &propOffsets[0]; nProperties--; property++) {
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c261 if (rep->nProperties < 1)
263 if ((rtrn = XkbAllocGeomProps(geom, rep->nProperties)) == Success) {
267 for (i = 0; (i < rep->nProperties) && ok; i++) {
H A DXKBSetGeom.c467 req->nProperties = geom->num_properties;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbSwap.c389 swaps(&stuff->nProperties);
H A Dxkb.c5019 rep->nProperties = geom->num_properties;
5033 rep->nProperties = rep->nColors = rep->nShapes = 0;
5053 if (rep->nProperties > 0)
5082 swaps(&rep->nProperties);
5532 for (i = 0; i < req->nProperties; i++) {
5629 sizes.num_properties = stuff->nProperties;
6167 grep.nProperties = grep.nColors = grep.nShapes = 0;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbSwap.c430 swaps(&stuff->nProperties,n);
H A Dxkb.c4872 rep->nProperties= geom->num_properties;
4886 rep->nProperties= rep->nColors= rep->nShapes= 0;
4909 if ( rep->nProperties>0 )
4938 swaps(&rep->nProperties,n);
5354 for (i = 0; i < req->nProperties; i++) {
5445 sizes.num_properties= stuff->nProperties;
5971 grep.nProperties= grep.nColors= grep.nShapes= 0;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c613 xlpr.nProperties = numProps;
H A Dswaprep.c286 swaps(&pRep->nProperties, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c613 .nProperties = numProps
H A Dswaprep.c263 swaps(&pRep->nProperties);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h806 CARD16 nProperties; member in struct:_xkbGetGeometryReply
827 CARD16 nProperties; member in struct:_xkbSetGeometry
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h540 CARD16 nProperties;
538 CARD16 nProperties; member in struct:__anone2852e7a1608

Completed in 41 milliseconds