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

/external/chromium/third_party/zlib/
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
/external/qemu/distrib/zlib-1.2.3/
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
/external/zlib/
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
97 #ifdef BUILDFIXED
233 If BUILDFIXED is defined, then instead this routine builds the tables the
236 exchange for a little execution time. However, BUILDFIXED should not be
243 #ifdef BUILDFIXED
274 #else /* !BUILDFIXED */
276 #endif /* BUILDFIXED */
288 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes

Completed in 17 milliseconds