Home
last modified time | relevance | path

Searched refs:Z_U8 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libz/
Dzutil.h47 #if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC)
50 # define Z_U8 unsigned long macro
52 # define Z_U8 unsigned long long macro
54 # define Z_U8 unsigned long long macro
56 # define Z_U8 unsigned macro
Dcrc32.c88 # if W == 8 && defined(Z_U8)
89 typedef Z_U8 z_word_t;
/openbsd/src/sys/lib/libz/
Dzutil.h60 #if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC)
63 # define Z_U8 unsigned long macro
65 # define Z_U8 unsigned long long macro
67 # define Z_U8 unsigned long long macro
69 # define Z_U8 unsigned macro
Dcrc32.c88 # if W == 8 && defined(Z_U8)
89 typedef Z_U8 z_word_t;
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.h45 #if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC)
48 # define Z_U8 unsigned long macro
50 # define Z_U8 unsigned long long macro
52 # define Z_U8 unsigned macro
Dcrc32.c90 # if W == 8 && defined(Z_U8)
91 typedef Z_U8 z_word_t;