Searched refs:size_slept_fpes (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c74 static int size_slept_fpes = 0; variable in typeref:typename:int
141 if (num_slept_fpes == size_slept_fpes) {
143 FSreallocarray(slept_fpes, (size_slept_fpes + 4),
148 size_slept_fpes += 4;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c84 static int size_slept_fpes = 0; variable in typeref:typename:int
161 if (num_slept_fpes == size_slept_fpes) {
164 sizeof(FontPathElementPtr) * (size_slept_fpes + 4));
168 size_slept_fpes += 4;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c85 static int size_slept_fpes = 0; variable in typeref:typename:int
171 if (num_slept_fpes == size_slept_fpes) {
172 new = reallocarray(slept_fpes, size_slept_fpes + 4,
177 size_slept_fpes += 4;

Completed in 8 milliseconds