Home
last modified time | relevance | path

Searched refs:Z_U4 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dzconf.h432 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
435 # define Z_U4 unsigned macro
437 # define Z_U4 unsigned long macro
439 # define Z_U4 unsigned short macro
443 #ifdef Z_U4
444 typedef Z_U4 z_crc_t;
H A Dcrc32.c40 #if !defined(NOBYFOUR) && defined(Z_U4)
/third_party/node/deps/zlib/
H A Dzconf.h442 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
445 # define Z_U4 unsigned macro
447 # define Z_U4 unsigned long macro
449 # define Z_U4 unsigned short macro
453 #ifdef Z_U4
454 typedef Z_U4 z_crc_t;
H A Dcrc32.c32 #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */
98 # elif defined(Z_U4)
101 typedef Z_U4 z_word_t;
/third_party/skia/third_party/externals/zlib/
H A Dzconf.h432 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
435 # define Z_U4 unsigned macro
437 # define Z_U4 unsigned long macro
439 # define Z_U4 unsigned short macro
443 #ifdef Z_U4
444 typedef Z_U4 z_crc_t;
H A Dcrc32.c40 #if !defined(NOBYFOUR) && defined(Z_U4)
/third_party/zlib/
H A Dzconf.h419 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
422 # define Z_U4 unsigned macro
424 # define Z_U4 unsigned long macro
426 # define Z_U4 unsigned short macro
430 #ifdef Z_U4
431 typedef Z_U4 z_crc_t;
H A Dcrc32.c30 #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */
92 # elif defined(Z_U4)
95 typedef Z_U4 z_word_t;

Completed in 10 milliseconds