HomeSort by relevance Sort by last modified time
    Searched refs:BUILDFIXED (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
zutil.c 70 #ifdef BUILDFIXED
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
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
    [all...]
infback.c 66 If BUILDFIXED is defined, then instead this routine builds the tables the
69 exchange for a little execution time. However, BUILDFIXED should not be
76 #ifdef BUILDFIXED
107 #else /* !BUILDFIXED */
109 #endif /* BUILDFIXED */
  /external/zlib/
zutil.c 70 #ifdef BUILDFIXED
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
97 #ifdef BUILDFIXED
253 If BUILDFIXED is defined, then instead this routine builds the tables the
256 exchange for a little execution time. However, BUILDFIXED should not be
263 #ifdef BUILDFIXED
294 #else /* !BUILDFIXED */
296 #endif /* BUILDFIXED */
308 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
    [all...]
infback.c 75 If BUILDFIXED is defined, then instead this routine builds the tables the
78 exchange for a little execution time. However, BUILDFIXED should not be
85 #ifdef BUILDFIXED
116 #else /* !BUILDFIXED */
118 #endif /* BUILDFIXED */

Completed in 66 milliseconds