OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numDesc
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/xkb/
XKBGetMap.c
249
CARD8 *
numDesc
= NULL;
257
numDesc
= numDescBuf;
259
numDesc
= Xmallocarray(nKeyActs, sizeof(CARD8));
261
if (!_XkbCopyFromReadBuffer(buf, (char *)
numDesc
, nKeyActs)) {
272
if (
numDesc
[i] == 0) {
282
/* 8/16/93 (ef) -- XXX! Verify size here (
numdesc
must be */
285
numDesc
[i]);
291
(int) (
numDesc
[i] * sizeof(XkbAction)))) {
299
if (
numDesc
!= NULL &&
numDesc
!= numDescBuf
[
all
...]
XKBSetMap.c
181
CARD8 *
numDesc
;
189
BufAlloc(CARD8 *,
numDesc
, n);
192
numDesc
[i] = 0;
194
numDesc
[i] = XkbKeyNumActions(xkb, (i + req->firstKeyAct));
196
actDesc = (XkbAction *) &
numDesc
[XkbPaddedSize(req->nKeyActs)];
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c
1168
CARD8 *
numDesc
;
1171
numDesc
= (CARD8 *)buf;
1174
numDesc
[i] = 0;
1175
else
numDesc
[i] = XkbKeyNumActions(xkb,(i+rep->firstKeyAct));
/xsrc/external/mit/xorg-server/dist/xkb/
xkb.c
1192
CARD8 *
numDesc
;
1195
numDesc
= (CARD8 *) buf;
1198
numDesc
[i] = 0;
1200
numDesc
[i] = XkbKeyNumActions(xkb, (i + rep->firstKeyAct));
Completed in 27 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026