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

  /external/chromium_org/third_party/zlib/
inflate.c 88 #ifdef MAKEFIXED
98 void makefixed OF((void));
283 #ifdef MAKEFIXED
287 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
288 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
290 can simply call makefixed to do this:
292 void makefixed(void);
296 makefixed();
300 Then that can be linked with zlib built with MAKEFIXED defined and run:
304 void makefixed() function
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 88 #ifdef MAKEFIXED
98 void makefixed OF((void));
248 #ifdef MAKEFIXED
252 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
253 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
255 can simply call makefixed to do this:
257 void makefixed(void);
261 makefixed();
265 Then that can be linked with zlib built with MAKEFIXED defined and run:
269 void makefixed() function
    [all...]
  /external/zlib/src/
inflate.c 88 #ifdef MAKEFIXED
99 void makefixed OF((void));
304 #ifdef MAKEFIXED
308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
309 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
311 can simply call makefixed to do this:
313 void makefixed(void);
317 makefixed();
321 Then that can be linked with zlib built with MAKEFIXED defined and run:
325 void makefixed() function
    [all...]

Completed in 80 milliseconds