Home
last modified time | relevance | path

Searched refs:pSyms (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c579 KeySym oldSyms[XkbMaxSymsPerKey], *pSyms; in XkbChangeTypesOfKey() local
583 pSyms = XkbResizeKeySyms(xkb, key, width * nGroups); in XkbChangeTypesOfKey()
584 if (pSyms != NULL) { in XkbChangeTypesOfKey()
596 pSyms = XkbKeySymsPtr(xkb, key); in XkbChangeTypesOfKey()
597 memcpy(oldSyms, pSyms, XkbKeyNumSyms(xkb, key) * sizeof(KeySym)); in XkbChangeTypesOfKey()
598 pSyms = XkbResizeKeySyms(xkb, key, width * nGroups); in XkbChangeTypesOfKey()
599 if (pSyms == NULL) in XkbChangeTypesOfKey()
601 memset(pSyms, 0, width * nGroups * sizeof(KeySym)); in XkbChangeTypesOfKey()
609 memcpy(&pSyms[i * width], &oldSyms[i * oldWidth], in XkbChangeTypesOfKey()
H A DXKBMAlloc.c457 KeySym *pSyms; in XkbResizeKeyType() local
463 pSyms = XkbKeySymsPtr(xkb, key); in XkbResizeKeyType()
467 memset(&pSyms[g * width + firstClear], 0, in XkbResizeKeyType()
H A Dxkb.c1737 KeySym *pSyms; in CheckKeySyms() local
1777 pSyms = (KeySym *) &wire[1]; in CheckKeySyms()
1778 wire = (xkbSymMapWireDesc *) &pSyms[wire->nSyms]; in CheckKeySyms()
2109 KeySym *pSyms; in SetKeySyms() local
2114 pSyms = (KeySym *) &wire[1]; in SetKeySyms()
2118 newSyms[s] = pSyms[s]; in SetKeySyms()
2135 wire = (xkbSymMapWireDesc *) &pSyms[wire->nSyms]; in SetKeySyms()