Home
last modified time | relevance | path

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

/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/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/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/
H A Dcrc32.c66 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table()
78 c = (uLong)n; in make_crc_table()
/openbmc/qemu/libdecnumber/
H A DdecContext.c57 const uLong DECPOWERS[20] = {1, 10, 100, 1000, 10000, 100000, 1000000,
H A DdecNumber.c219 #define ueInt uLong /* unsigned extended integer */
266 static bool mulUInt128ByPowOf10(uLong *, uLong *, uInt);
4401 uLong const *pow; /* .. */ in decDivideOp()
5020 uLong zaccbuff[(DECBUFFER*2+1)/4+2]; /* buffer (+1 for DECBUFFER==0) */ in decMultiplyOp()
5022 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ in decMultiplyOp()
5030 uLong lcarry; /* uLong carry */ in decMultiplyOp()
5035 uLong *lp; /* .. */ in decMultiplyOp()
5120 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5126 allocacc=(uLong *)malloc(needbytes); in decMultiplyOp()
5127 zacc=(uLong *)allocacc;} in decMultiplyOp()
[all …]
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h86 #define uLong uint64_t macro
100 extern const uLong DECPOWERS[20]; /* powers of ten table */