| /xsrc/external/mit/libXi/dist/src/ |
| XIProperties.c | 64 if (rep.num_properties) { 65 props = (Atom*)Xmalloc(rep.num_properties * sizeof(Atom)); 72 _XRead32(dpy, (long*)props, rep.num_properties << 2); 75 *num_props_return = rep.num_properties;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBGAlloc.c | 155 &geom->num_properties, &geom->sz_properties, 423 XkbFreeGeomProperties(geom, 0, geom->num_properties, True); 482 &(g)->num_properties, &(g)->sz_properties, \ 619 ((rtrn = _XkbAllocProps(geom, sizes->num_properties)) != Success)) { 660 for (i = 0, prop = geom->properties; i < geom->num_properties; i++, prop++) { 667 if ((geom->num_properties >= geom->sz_properties) && 671 prop = &geom->properties[geom->num_properties]; 681 geom->num_properties++;
|
| XKBSetGeom.c | 70 for (size = i = 0, prop = geom->properties; i < geom->num_properties; 181 for (i = 0, prop = geom->properties; i < geom->num_properties; i++, prop++) { 426 if (geom->num_properties > 0) 467 req->nProperties = geom->num_properties;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| XKBGAlloc.c | 150 &geom->num_properties,&geom->sz_properties, 414 XkbFreeGeomProperties(geom,0,geom->num_properties,TRUE); 470 &(g)->num_properties,&(g)->sz_properties,\ 607 ((rtrn=_XkbAllocProps(geom,sizes->num_properties))!=Success)) { 647 for (i=0,prop=geom->properties;i<geom->num_properties;i++,prop++) { 656 if ((geom->num_properties>=geom->sz_properties)&& 660 prop= &geom->properties[geom->num_properties]; 672 geom->num_properties++;
|
| xkbUtils.c | 1400 if (src->geom->num_properties) { 1401 if (src->geom->num_properties != dst->geom->sz_properties) { 1405 if (src->geom->num_properties < dst->geom->sz_properties) { 1406 for (i = src->geom->num_properties, 1408 i < dst->geom->num_properties; 1417 src->geom->num_properties * 1420 tmp = malloc(src->geom->num_properties * 1427 /* We don't set num_properties as we need it to try and avoid 1429 dst->geom->sz_properties = src->geom->num_properties; 1431 if (dst->geom->sz_properties > dst->geom->num_properties) { [all...] |
| xkbgeom.h | 281 unsigned short num_properties; member in struct:_XkbGeometry 306 unsigned short num_properties; member in struct:_XkbGeometrySizes
|
| xkmread.c | 1009 sizes.num_properties= wireGeom.num_properties; 1025 if (wireGeom.num_properties>0) { 1027 for (i=0;i<wireGeom.num_properties;i++) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| XKBGAlloc.c | 145 &geom->num_properties, &geom->sz_properties, 358 XkbFreeGeomProperties(geom, 0, geom->num_properties, TRUE); 460 &(g)->num_properties,&(g)->sz_properties,\ 513 ((rtrn = _XkbAllocProps(geom, sizes->num_properties)) != Success)) { 554 for (i = 0, prop = geom->properties; i < geom->num_properties; i++, prop++) { 561 if ((geom->num_properties >= geom->sz_properties) && 565 prop = &geom->properties[geom->num_properties]; 575 geom->num_properties++;
|
| xkbgeom.h | 271 unsigned short num_properties; member in struct:_XkbGeometry 297 unsigned short num_properties; member in struct:_XkbGeometrySizes
|
| xkbUtils.c | 1449 if (src->geom->num_properties) { 1453 if (src->geom->num_properties < dst->geom->sz_properties) { 1454 for (i = src->geom->num_properties, dprop = 1455 dst->geom->properties + i; i < dst->geom->num_properties; 1465 src->geom->num_properties, sizeof(XkbPropertyRec), 1468 /* We don't set num_properties as we need it to try and avoid 1470 dst->geom->sz_properties = src->geom->num_properties; 1475 i < src->geom->num_properties; i++, sprop++, dprop++) { 1476 if (i < dst->geom->num_properties) { 1498 /* ... which is already src->geom->num_properties. * [all...] |
| xkmread.c | 1049 sizes.num_properties = wireGeom.num_properties; 1065 if (wireGeom.num_properties > 0) { 1068 for (i = 0; i < wireGeom.num_properties; i++) {
|
| xkbout.c | 868 if (geom->num_properties > 0) { 871 for (prop = geom->properties, i = 0; i < geom->num_properties;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSinkP.h | 111 Cardinal num_properties; member in struct:_XawTextPropertyList
|
| /xsrc/external/mit/libX11/dist/include/X11/extensions/ |
| XKBgeom.h | 244 unsigned short num_properties; member in struct:_XkbGeometry 269 unsigned short num_properties; member in struct:_XkbGeometrySizes
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| cout.c | 527 if (geom->num_properties > 0) { 531 geom->num_properties); 532 for (i = 0; i < geom->num_properties; i++) { 945 geom->num_properties, geom->num_colors, geom->num_shapes); 951 geom->num_properties, geom->num_colors, geom->num_shapes); 956 (geom->num_properties > 0 ? "g_props" : "NULL"),
|
| xkmout.c | 843 for (i = 0, prop = geom->properties; i < geom->num_properties; 1078 wire.num_properties = geom->num_properties; 1091 for (i = 0, prop = geom->properties; i < geom->num_properties;
|
| xkmread.c | 950 sizes.num_properties = wireGeom.num_properties; 966 if (wireGeom.num_properties > 0) { 969 for (i = 0; i < wireGeom.num_properties; i++) {
|
| xkbout.c | 925 if (geom->num_properties > 0) { 928 for (prop = geom->properties, i = 0; i < geom->num_properties;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| XKBgeom.h | 288 unsigned short num_properties; member in struct:_XkbGeometry 313 unsigned short num_properties; member in struct:_XkbGeometrySizes
|
| XI2proto.h | 756 uint16_t num_properties; member in struct:__anon11248
|
| /xsrc/external/mit/libxkbfile/dist/include/X11/extensions/ |
| XKMformat.h | 143 CARD16 num_properties; member in struct:_xkmGeometryDesc
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextSink.c | 1137 for (i = 0; (Cardinal)i < list->num_properties; i++) { 1153 list->properties, list->num_properties, 1348 (list->num_properties + 1))); 1349 list->properties[list->num_properties++] = result; 1350 qsort((void*)list->properties, list->num_properties, 1520 propl->num_properties = 0; 1530 if (def_prop == NULL && propl->num_properties)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_perf.c | 154 param.num_properties = p / 2;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xiproperty.c | 1116 .num_properties = natoms 1315 swaps(&rep->num_properties);
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| freetype.h | 3845 * num_properties :: 3849 * A handle to an @FT_Parameter array with `num_properties` elements. 3905 FT_UInt num_properties,
|