Searched refs:de_stack (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c121 char_type de_stack[STACK_SIZE]; member in struct:_compressedFILE
175 file->stackp = file->de_stack;
201 register char_type *stackp, *de_stack; local in function:BufCompressedFill
211 de_stack = file->de_stack;
215 while (stackp > de_stack && buf < bufend)
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c122 char_type de_stack[STACK_SIZE]; member in struct:_compressedFILE
176 file->stackp = file->de_stack;
202 register char_type *stackp, *de_stack; local in function:BufCompressedFill
212 de_stack = file->de_stack;
216 while (stackp > de_stack && buf < bufend)

Completed in 3 milliseconds