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

/xsrc/external/mit/xfs/dist/difs/
H A Datom.c68 static Atom lastAtom = None; variable in typeref:typename:Atom
108 if (lastAtom < FSA_LAST_PREDEFINED) {
121 if ((lastAtom + 1) >= tableLength) {
138 nd->a = (++lastAtom);
139 *(nodeTable + lastAtom) = nd;
148 return (atom != None) && (atom <= lastAtom);
156 if (atom > lastAtom)
190 lastAtom = None;
202 lastAtom = FSA_LAST_PREDEFINED;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Datom.c70 static Atom lastAtom = None; variable in typeref:typename:Atom
115 if (lastAtom < XA_LAST_PREDEFINED)
130 if ((lastAtom + 1) >= tableLength) {
148 nd->a = ++lastAtom;
149 nodeTable[lastAtom] = nd;
159 return (atom != None) && (atom <= lastAtom);
166 if (atom > lastAtom) return 0;
203 lastAtom = None;
216 if (lastAtom != XA_LAST_PREDEFINED)
/xsrc/external/mit/xorg-server/dist/dix/
H A Datom.c68 static Atom lastAtom = None; variable in typeref:typename:Atom
107 if (lastAtom < XA_LAST_PREDEFINED) {
117 if ((lastAtom + 1) >= tableLength) {
135 nd->a = ++lastAtom;
136 nodeTable[lastAtom] = nd;
146 return (atom != None) && (atom <= lastAtom);
154 if (atom > lastAtom)
193 lastAtom = None;
206 if (lastAtom != XA_LAST_PREDEFINED)
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbatom.c100 static Atom lastAtom = None; variable in typeref:typename:Atom
152 if ((lastAtom + 1) >= tableLength) {
170 nd->a = (++lastAtom);
171 *(nodeTable + lastAtom) = nd;
183 if (atom > lastAtom)
/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c54 static Atom lastAtom; variable in typeref:typename:Atom
202 a->atom = ++lastAtom;
236 return (atom != None) && (atom <= lastAtom);
247 if (atom != None && atom <= lastAtom)
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Datom.c55 static Atom lastAtom; variable in typeref:typename:Atom
187 a->atom = ++lastAtom;
218 return (atom != None) && (atom <= lastAtom);
224 if (atom != None && atom <= lastAtom)
/xsrc/external/mit/bdftopcf/dist/
H A Datom.c53 static Atom lastAtom; variable in typeref:typename:Atom
182 a->atom = ++lastAtom;
209 if (atom != None && atom <= lastAtom)

Completed in 10 milliseconds