Searched refs:uLong (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | zlib.h | 86 uLong avail_in; /* number of bytes available at next_in */ 87 uLong total_in; /* total nb of input bytes read so far */ 90 uLong avail_out; /* remaining free space at next_out */ 91 uLong total_out; /* total nb of bytes output so far */ 99 uLong adler; /* adler32 value of the uncompressed data */ 100 uLong reserved; /* reserved for future use */
|
H A D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, 71 uLong adler = zlib_adler32(0L, NULL, 0); 78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32()
|
H A D | zconf.h | 54 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zlib.h | 86 uLong avail_in; /* number of bytes available at next_in */ 87 uLong total_in; /* total nb of input bytes read so far */ 90 uLong avail_out; /* remaining free space at next_out */ 91 uLong total_out; /* total nb of bytes output so far */ 99 uLong adler; /* adler32 value of the uncompressed data */ 100 uLong reserved; /* reserved for future use */
|
H A D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, 71 uLong adler = zlib_adler32(0L, NULL, 0); 78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32()
|
H A D | zconf.h | 54 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc.h | 104 uLong level_mask; /* Levels on which to use DFLTCC */ 105 uLong block_size; /* New block each X bytes */ 106 uLong block_threshold; /* New block after total_in > X */ 107 uLong dht_threshold; /* New block only if avail_in >= X */
|
H A D | dfltcc_util.h | 93 uLong level_mask in dfltcc_are_params_ok()
|
/kernel/linux/linux-5.10/lib/zlib_dfltcc/ |
H A D | dfltcc.h | 96 uLong level_mask; /* Levels on which to use DFLTCC */ 97 uLong block_size; /* New block each X bytes */ 98 uLong block_threshold; /* New block after total_in > X */ 99 uLong dht_threshold; /* New block only if avail_in >= X */
|
H A D | dfltcc_util.h | 93 uLong level_mask in dfltcc_are_params_ok()
|
Completed in 4 milliseconds