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

  /src/common/dist/zlib/
inflate.c 90 #ifdef MAKEFIXED
295 #ifdef MAKEFIXED
299 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
300 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
302 can simply call makefixed to do this:
304 void makefixed(void);
308 makefixed();
312 Then that can be linked with zlib built with MAKEFIXED defined and run:
316 void makefixed(void) function in typeref:typename:void
323 puts(" * Generated automatically by makefixed().")
    [all...]
inflate.c 90 #ifdef MAKEFIXED
295 #ifdef MAKEFIXED
299 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
300 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
302 can simply call makefixed to do this:
304 void makefixed(void);
308 makefixed();
312 Then that can be linked with zlib built with MAKEFIXED defined and run:
316 void makefixed(void) function in typeref:typename:void
323 puts(" * Generated automatically by makefixed().")
    [all...]

Completed in 23 milliseconds