Searched refs:nAtoms (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/libXi/dist/src/
H A DXListDProp.c64 if (rep.nAtoms) {
65 props = (Atom*)Xmalloc(rep.nAtoms * sizeof(Atom));
72 _XRead32(dpy, (long*)props, rep.nAtoms << 2);
75 *nprops_return = rep.nAtoms;
/xsrc/external/mit/libX11/dist/src/
H A DRotProp.c46 req->nAtoms = nprops;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c295 register unsigned int i, bit, nAtoms; local in function:_XkbCountAtoms
298 for (i = nAtoms = atomsPresent = 0, bit = 1; i < maxAtoms; i++, bit <<= 1) {
301 nAtoms++;
305 *count = nAtoms;
334 int nKeys = 0, firstKey = 0, nAtoms; local in function:XkbSetNames
373 nVMods = nLEDs = nRG = nKA = nAtoms = nGroups = 0;
386 nAtoms++;
388 nAtoms++;
390 nAtoms++;
392 nAtoms
542 int nKeys = 0, firstKey = 0, nAtoms; local in function:XkbChangeNames
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c133 REQUEST_FIXED_SIZE(xRotatePropertiesReq, stuff->nAtoms << 2);
136 if (rc != Success || stuff->nAtoms <= 0)
140 props = malloc(stuff->nAtoms * sizeof(PropertyPtr));
141 saved = malloc(stuff->nAtoms * sizeof(PropertyRec));
147 for (i = 0; i < stuff->nAtoms; i++)
154 for (j = i + 1; j < stuff->nAtoms; j++)
174 if (abs(delta) % stuff->nAtoms)
177 delta += stuff->nAtoms;
178 for (i = 0; i < stuff->nAtoms; i++)
180 j = (i + delta) % stuff->nAtoms;
[all...]
H A Dswapreq.c1082 swaps(&stuff->nAtoms, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c143 REQUEST_FIXED_SIZE(xRotatePropertiesReq, stuff->nAtoms << 2);
146 if (rc != Success || stuff->nAtoms <= 0)
150 props = xallocarray(stuff->nAtoms, sizeof(PropertyPtr));
151 saved = xallocarray(stuff->nAtoms, sizeof(PropertyRec));
157 for (i = 0; i < stuff->nAtoms; i++) {
163 for (j = i + 1; j < stuff->nAtoms; j++)
182 if (abs(delta) % stuff->nAtoms) {
184 delta += stuff->nAtoms;
185 for (i = 0; i < stuff->nAtoms; i++) {
186 j = (i + delta) % stuff->nAtoms;
[all...]
H A Dswapreq.c998 swaps(&stuff->nAtoms);
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c59 if (rep.nAtoms) {
60 size_t rbytes = rep.nAtoms * sizeof (Atom);
61 size_t nbytes = rep.nAtoms << 2;
75 *nprop = rep.nAtoms;
H A DXrrProviderProperty.c59 if (rep.nAtoms) {
60 size_t rbytes = rep.nAtoms * sizeof (Atom);
61 size_t nbytes = rep.nAtoms << 2;
75 *nprop = rep.nAtoms;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c411 .nAtoms = numProps
416 swaps(&rep.nAtoms);
H A Drrproperty.c435 .nAtoms = numProps
440 swaps(&rep.nAtoms);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c409 rep.nAtoms = numProps;
415 swaps (&rep.nAtoms, n);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandrproto.h307 CARD16 nAtoms; member in struct:__anonb71068b81208
739 CARD16 nAtoms; member in struct:__anonb71068b83508
H A DXIproto.h1447 CARD16 nAtoms; member in struct:__anonacf995025808
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiproperty.c875 .nAtoms = natoms
1072 swaps(&rep->nAtoms);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiproperty.c900 rep.nAtoms = natoms;
1098 swaps(&rep->nAtoms, n);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c3599 register unsigned int i,bit,nAtoms; local in function:_XkbCountAtoms
3602 for (i=nAtoms=atomsPresent=0,bit=1;i<maxAtoms;i++,bit<<=1) {
3605 nAtoms++;
3609 *count= nAtoms;
3924 _XkbCheckAtoms(CARD32 *wire,int nAtoms,int swapped,Atom *pError) argument
3928 for (i=0;i<nAtoms;i++,wire++) {
3942 _XkbCheckMaskedAtoms(CARD32 *wire,int nAtoms,CARD32 present,int swapped, argument
3947 for (i=0,bit=1;(i<nAtoms)&&(present);i++,bit<<=1) {
3966 int nAtoms,
3971 for (i=0,bit=1;(i<nAtoms)
3964 _XkbCopyMaskedAtoms(Atom * wire,Atom * dest,int nAtoms,CARD32 present) argument
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c3717 register unsigned int i, bit, nAtoms; local in function:_XkbCountAtoms
3720 for (i = nAtoms = atomsPresent = 0, bit = 1; i < maxAtoms; i++, bit <<= 1) {
3723 nAtoms++;
3727 *count = nAtoms;
4056 _XkbCheckAtoms(CARD32 *wire, int nAtoms, int swapped, Atom *pError) argument
4060 for (i = 0; i < nAtoms; i++, wire++) {
4073 _XkbCheckMaskedAtoms(CARD32 *wire, int nAtoms, CARD32 present, int swapped, argument
4078 for (i = 0, bit = 1; (i < nAtoms) && (present); i++, bit <<= 1) {
4094 _XkbCopyMaskedAtoms(Atom *wire, Atom *dest, int nAtoms, CARD32 present) argument
4098 for (i = 0, bit = 1; (i < nAtoms)
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h2013 CARD16 nAtoms;
2009 CARD16 nAtoms; member in struct:__anone2852e7a9f08

Completed in 89 milliseconds