Searched defs:BUILDFIXED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.c113 # ifndef BUILDFIXED
114 # define BUILDFIXED macro
121 #ifdef BUILDFIXED
222 If BUILDFIXED is defined, then instead this routine builds the tables the
225 exchange for a little execution time. However, BUILDFIXED should not be
232 #ifdef BUILDFIXED
263 #else /* !BUILDFIXED */
265 #endif /* BUILDFIXED */
277 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes

Completed in 65 milliseconds