Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Datom.c68 static Atom lastAtom = None; variable
107 if (lastAtom < XA_LAST_PREDEFINED) { in MakeAtom()
117 if ((lastAtom + 1) >= tableLength) { in MakeAtom()
135 nd->a = ++lastAtom; in MakeAtom()
136 nodeTable[lastAtom] = nd; in MakeAtom()
146 return (atom != None) && (atom <= lastAtom); in ValidAtom()
154 if (atom > lastAtom) in NameForAtom()
193 lastAtom = None; in FreeAllAtoms()
206 if (lastAtom != XA_LAST_PREDEFINED) in InitAtoms()