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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c60 * a code_int must be able to hold 2**BITS values of type int, and also -1
63 typedef long int code_int; typedef in typeref:typename:long int
65 typedef int code_int; typedef in typeref:typename:int
106 code_int oldcode;
111 code_int maxcode, maxmaxcode;
113 code_int free_ent;
129 static code_int getcode ( CompressedFile *file );
203 register code_int code, oldcode, incode;
300 static code_int
303 register code_int cod
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c61 * a code_int must be able to hold 2**BITS values of type int, and also -1
64 typedef long int code_int; typedef in typeref:typename:long int
66 typedef int code_int; typedef in typeref:typename:int
107 code_int oldcode;
112 code_int maxcode, maxmaxcode;
114 code_int free_ent;
130 static code_int getcode ( CompressedFile *file );
204 register code_int code, oldcode, incode;
301 static code_int
304 register code_int cod
[all...]

Completed in 4 milliseconds