Home
last modified time | relevance | path

Searched refs:uLong (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/linux/
H A Dzlib.h86 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 Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32()
H A Dzconf.h54 typedef unsigned long uLong; /* 32 bits or more */ typedef
/openbmc/u-boot/include/u-boot/
H A Dzlib.h103 # define uLong z_uLong macro
315 typedef unsigned long uLong; /* 32 bits or more */ typedef
326 typedef uLong FAR uLongf;
423 uLong total_in; /* total nb of input bytes read so far */
426 uLong total_out; /* total nb of bytes output so far */
435 uLong adler; /* adler32 value of the uncompressed data */
436 uLong reserved; /* reserved for future use */
447 uLong time; /* modification time */
543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
544 uLong sourceLen));
[all …]
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc.h104 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 Ddfltcc_util.h93 uLong level_mask in dfltcc_are_params_ok()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch121 -uLong ZEXPORT zlibCompileFlags()
122 +uLong ZEXPORT zlibCompileFlags(void)
124 uLong flags;
/openbmc/u-boot/lib/zlib/
H A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
H A Ddeflate.c486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound()
488 uLong sourceLen;
491 uLong complen, wraplen;
/openbmc/u-boot/lib/
H A Dcrc32.c66 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table()
78 c = (uLong)n; in make_crc_table()
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h87 #define uLong uint64_t macro
101 extern const uLong DECPOWERS[20]; /* powers of ten table */
/openbmc/qemu/libdecnumber/
H A DdecNumber.c220 #define ueInt uLong /* unsigned extended integer */
267 static bool mulUInt128ByPowOf10(uLong *, uLong *, uInt);
4402 uLong const *pow; /* .. */ in decDivideOp()
5021 uLong zaccbuff[(DECBUFFER*2+1)/4+2]; /* buffer (+1 for DECBUFFER==0) */ in decMultiplyOp()
5023 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ in decMultiplyOp()
5031 uLong lcarry; /* uLong carry */ in decMultiplyOp()
5036 uLong *lp; /* .. */ in decMultiplyOp()
5121 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5127 allocacc=(uLong *)malloc(needbytes); in decMultiplyOp()
5128 zacc=(uLong *)allocacc;} in decMultiplyOp()
[all …]
H A DdecContext.c58 const uLong DECPOWERS[20] = {1, 10, 100, 1000, 10000, 100000, 1000000,