Searched refs:tableLength (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbatom.c102 static unsigned long tableLength; variable in typeref:typename:unsigned long
152 if ((lastAtom + 1) >= tableLength) {
156 tableLength * (2 *
164 tableLength <<= 1;
193 tableLength = InitialTableSize;
/xsrc/external/mit/xfs/dist/difs/
H A Datom.c70 static unsigned long tableLength; variable in typeref:typename:unsigned long
121 if ((lastAtom + 1) >= tableLength) {
124 table = (NodePtr *) FSreallocarray(nodeTable, tableLength,
132 tableLength <<= 1;
197 tableLength = InitialTableSize;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Datom.c72 static unsigned long tableLength; variable in typeref:typename:unsigned long
130 if ((lastAtom + 1) >= tableLength) {
133 table = realloc(nodeTable, tableLength * (2 * sizeof(NodePtr)));
142 tableLength <<= 1;
210 tableLength = InitialTableSize;
/xsrc/external/mit/xorg-server/dist/dix/
H A Datom.c70 static unsigned long tableLength; variable in typeref:typename:unsigned long
117 if ((lastAtom + 1) >= tableLength) {
120 table = reallocarray(nodeTable, tableLength, 2 * sizeof(NodePtr));
129 tableLength <<= 1;
200 tableLength = InitialTableSize;

Completed in 3 milliseconds