HomeSort by: relevance | last modified time | path
    Searched defs:BUILDFIXED (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
inflate.c 91 # ifndef BUILDFIXED
92 # define BUILDFIXED
247 If BUILDFIXED is defined, then instead this routine builds the tables the
250 exchange for a little execution time. However, BUILDFIXED should not be
255 #ifdef BUILDFIXED
286 #else /* !BUILDFIXED */
288 #endif /* BUILDFIXED */
300 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/sys/net/
zlib.c 4429 #if !defined(BUILDFIXED) && !defined(STDC)
4430 # define BUILDFIXED /* non ANSI compilers may not accept inffixed.h */
4809 #ifdef BUILDFIXED
4983 #ifdef BUILDFIXED

Completed in 16 milliseconds