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

/ast/src/lib/libz/
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
97 #ifdef BUILDFIXED
198 If BUILDFIXED is defined, then instead this routine builds the tables the
201 exchange for a little execution time. However, BUILDFIXED should not be
208 #ifdef BUILDFIXED
239 #else /* !BUILDFIXED */
241 #endif /* BUILDFIXED */
253 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes

Completed in 17 milliseconds