Searched refs:XkbSizeCountedString (Results 1 – 1 of 1) sorted by relevance
4583 #define XkbSizeCountedString(s) ((s)?((((2+strlen(s))+3)/4)*4):4) macro4624 size += XkbSizeCountedString(prop->name); in XkbSizeGeomProperties()4625 size += XkbSizeCountedString(prop->value); in XkbSizeGeomProperties()4669 size += XkbSizeCountedString(color->spec); in XkbSizeGeomColors()4766 size += XkbSizeCountedString(doodad->text.text); in XkbSizeGeomDoodads()4767 size += XkbSizeCountedString(doodad->text.font); in XkbSizeGeomDoodads()4770 size += XkbSizeCountedString(doodad->logo.logo_name); in XkbSizeGeomDoodads()5008 len = XkbSizeCountedString(geom->label_font); in XkbComputeGetGeometryReplySize()6436 nameLen = XkbSizeCountedString(dev->name); in ProcXkbGetDeviceInfo()