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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c122 char_type *tab_suffix; member in struct:_compressedFILE
160 file->tab_suffix = (char_type *) &file[1];
161 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode);
168 file->tab_suffix[code] = (char_type) code;
257 *stackp++ = file->tab_suffix[code];
260 finchar = file->tab_suffix[code];
268 file->tab_suffix[code] = finchar;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c123 char_type *tab_suffix; member in struct:_compressedFILE
161 file->tab_suffix = (char_type *) &file[1];
162 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode);
169 file->tab_suffix[code] = (char_type) code;
258 *stackp++ = file->tab_suffix[code];
261 finchar = file->tab_suffix[code];
269 file->tab_suffix[code] = finchar;

Completed in 2 milliseconds