Searched refs:compat (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBAlloc.c47 XkbCompatMapPtr compat; local in function:XkbAllocCompatMap
52 if (xkb->compat) {
53 if (xkb->compat->size_si>=nSI)
55 compat= xkb->compat;
56 compat->size_si= nSI;
57 if (compat->sym_interpret==NULL)
58 compat->num_si= 0;
59 prev_interpret = compat->sym_interpret;
60 compat
94 register XkbCompatMapPtr compat; local in function:XkbFreeCompatMap
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBAlloc.c46 XkbCompatMapPtr compat; local in function:XkbAllocCompatMap
51 if (xkb->compat) {
52 if (xkb->compat->size_si >= nSI)
54 compat = xkb->compat;
55 compat->size_si = nSI;
56 if (compat->sym_interpret == NULL)
57 compat->num_si = 0;
58 prev_interpret = compat->sym_interpret;
59 compat
94 register XkbCompatMapPtr compat; local in function:XkbFreeCompatMap
[all...]
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBAlloc.c46 XkbCompatMapPtr compat; local in function:XkbAllocCompatMap
50 if (xkb->compat) {
51 if (xkb->compat->size_si >= nSI)
53 compat = xkb->compat;
54 compat->size_si = nSI;
55 if (compat->sym_interpret == NULL)
56 compat->num_si = 0;
57 _XkbResizeArray(compat->sym_interpret, compat
86 register XkbCompatMapPtr compat; local in function:XkbFreeCompatMap
[all...]
H A DXKBCompat.c52 if ((!xkb->compat) &&
64 syms = &xkb->compat->sym_interpret[rep->firstSI];
74 xkb->compat->num_si += rep->nSI;
92 xkb->compat->groups[i].mask = wire->mask;
93 xkb->compat->groups[i].real_mods = wire->realMods;
94 xkb->compat->groups[i].vmods = wire->virtualMods;
184 XkbSymInterpretPtr sym = &xkb->compat->sym_interpret[firstSI];
202 out->mask = xkb->compat->groups[i].mask;
203 out->realMods = xkb->compat->groups[i].real_mods;
204 out->virtualMods = xkb->compat
[all...]
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A DMakefile.am36 compat-api.h
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A DMakefile.am35 compat-api.h \
/xsrc/external/mit/xf86-video-ark/dist/src/
H A DMakefile.am35 compat-api.h \
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A DMakefile.am40 compat-api.h
/xsrc/external/mit/xf86-video-i128/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-i740/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-apm/dist/src/
H A DMakefile.am35 compat-api.h \
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A DMakefile.am36 compat-api.h \
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-tga/dist/src/
H A DMakefile.am36 compat-api.h \
/xsrc/external/mit/xf86-video-ast/dist/src/
H A DMakefile.am47 compat-api.h
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A DMakefile.am38 compat-api.h \
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A DMakefile.am47 compat-api.h
/xsrc/external/mit/xkbcomp/dist/
H A DMakefile.am34 compat.c \
35 compat.h \
/xsrc/external/mit/xf86-video-s3/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-savage/dist/src/
H A DMakefile.am32 compat-api.h \
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A DMakefile.am34 compat-api.h \

Completed in 15 milliseconds

1234567891011>>