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

/external/chromium_org/third_party/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
/external/freetype/src/gzip/
H A Dinftrees.c9 #if !defined(BUILDFIXED) && !defined(STDC)
10 # define BUILDFIXED /* non ANSI compilers may not accept inffixed.h */ macro
396 #ifdef BUILDFIXED
417 #ifdef BUILDFIXED
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
98 #ifdef BUILDFIXED
254 If BUILDFIXED is defined, then instead this routine builds the tables the
257 exchange for a little execution time. However, BUILDFIXED should not be
264 #ifdef BUILDFIXED
295 #else /* !BUILDFIXED */
297 #endif /* BUILDFIXED */
309 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
98 #ifdef BUILDFIXED
254 If BUILDFIXED is defined, then instead this routine builds the tables the
257 exchange for a little execution time. However, BUILDFIXED should not be
264 #ifdef BUILDFIXED
295 #else /* !BUILDFIXED */
297 #endif /* BUILDFIXED */
309 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
/external/zlib/src/
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
98 #ifdef BUILDFIXED
254 If BUILDFIXED is defined, then instead this routine builds the tables the
257 exchange for a little execution time. However, BUILDFIXED should not be
264 #ifdef BUILDFIXED
295 #else /* !BUILDFIXED */
297 #endif /* BUILDFIXED */
309 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes

Completed in 1340 milliseconds