Searched refs:ssection (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbUtils.c | 1388 XkbSectionPtr ssection = NULL, dsection = NULL; local in function:_XkbCopyGeom 1714 ssection = src->geom->sections, 1717 i++, ssection++, dsection++) { 1718 *dsection = *ssection; 1719 if (ssection->num_rows) { 1720 tmp = calloc(ssection->num_rows, sizeof(XkbRowRec)); 1725 dsection->num_rows = ssection->num_rows; 1726 dsection->sz_rows = ssection->num_rows; 1728 for (j = 0, srow = ssection->rows, drow = dsection->rows; 1729 j < ssection [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbUtils.c | 1437 XkbSectionPtr ssection = NULL, dsection = NULL; local in function:_XkbCopyGeom 1723 ssection = src->geom->sections, 1725 i < src->geom->num_sections; i++, ssection++, dsection++) { 1726 *dsection = *ssection; 1727 if (ssection->num_rows) { 1728 tmp = calloc(ssection->num_rows, sizeof(XkbRowRec)); 1733 dsection->num_rows = ssection->num_rows; 1734 dsection->sz_rows = ssection->num_rows; 1736 for (j = 0, srow = ssection->rows, drow = dsection->rows; 1737 j < ssection [all...] |
Completed in 6 milliseconds