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

  /external/zlib/src/
zconf.h 391 #define Z_U4 unsigned /* ./configure put the #define Z_U4 here */
393 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
396 # define Z_U4 unsigned
399 # define Z_U4 unsigned long
402 # define Z_U4 unsigned short
408 #ifdef Z_U4
409 typedef Z_U4 z_crc_t;
zconf.h.cmakein 393 /* ./configure may #define Z_U4 here */
395 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
398 # define Z_U4 unsigned
401 # define Z_U4 unsigned long
404 # define Z_U4 unsigned short
410 #ifdef Z_U4
411 typedef Z_U4 z_crc_t;
zconf.h.in 391 /* ./configure may #define Z_U4 here */
393 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
396 # define Z_U4 unsigned
399 # define Z_U4 unsigned long
402 # define Z_U4 unsigned short
408 #ifdef Z_U4
409 typedef Z_U4 z_crc_t;
configure 718 Z_U4=""
719 if try $CC $CFLAGS $test.c -o $test && Z_U4=`./$test` && test -n "$Z_U4"; then
720 sed < zconf.h "/#define Z_U4/s/\/\* \.\/configure may/#define Z_U4 $Z_U4 \/* .\/configure put the/" > zconf.temp.h
753 echo Z_U4 = $Z_U4 >> configure.log
crc32.c 36 #if !defined(NOBYFOUR) && defined(Z_U4)

Completed in 1091 milliseconds