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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/pdfium/third_party/zlib_v128/
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...]
  /external/python/cpython2/Modules/zlib/
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...]
  /external/syslinux/com32/lib/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/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 262 milliseconds