Home
last modified time | relevance | path

Searched refs:uInt (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */
111 uInt w_mask; /* w_size - 1 */
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
141 uInt hash_shift;
160 uInt prev_length;
165 uInt max_chain_length;
171 uInt max_lazy_match;
185 uInt good_match;
216 uInt lit_bufsize;
[all …]
H A Dzutil.c50 extern voidp malloc OF((uInt size));
51 extern voidp calloc OF((uInt items, uInt size));
60 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc()
H A Ddeflate.c314 uInt dictLength;
317 uInt length = dictLength;
318 uInt n;
550 uInt b;
654 uInt level_flags;
1061 local uInt longest_match(s, cur_match) in longest_match()
1077 uInt wmask = s->w_mask;
1200 if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
1210 local uInt longest_match(s, cur_match) in longest_match()
1260 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
[all …]
H A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
H A Dtrees.c1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c95 uInt *pu; /* .. */ in decimal64FromNumber()
96 uInt comb, exp; /* .. */ in decimal64FromNumber()
148 uInt msd; /* work */ in decimal64FromNumber()
161 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber()
162 uInt i; in decimal64FromNumber()
218 const uInt *pu; /* work */ in decimal64ToNumber()
307 const uInt *pu; /* work */ in decimal64ToString()
637 uInt next=0; /* work */ in decDigitsToDPD()
753 uInt bcd; /* BCD result */ in decDigitsFromDPD()
754 uInt nibble; /* work */ in decDigitsFromDPD()
[all …]
H A Ddecimal32.c89 uInt *pu; /* .. */ in decimal32FromNumber()
90 uInt comb, exp; /* .. */ in decimal32FromNumber()
91 uInt targ=0; /* target 32-bit */ in decimal32FromNumber()
140 uInt msd; /* work */ in decimal32FromNumber()
175 pu=(uInt *)d32->bytes; /* overlay */ in decimal32FromNumber()
190 uInt msd; /* coefficient MSD */ in decimal32ToNumber()
193 uInt sour; /* source 32-bit */ in decimal32ToNumber()
194 const uInt *pu; /* work */ in decimal32ToNumber()
259 uInt msd; /* coefficient MSD */ in decimal32ToString()
264 const uInt *pu; /* work */ in decimal32ToString()
[all …]
H A Ddecimal128.c89 uInt *pu; /* .. */ in decimal128FromNumber()
90 uInt comb, exp; /* .. */ in decimal128FromNumber()
144 uInt msd; /* work */ in decimal128FromNumber()
172 pu=(uInt *)d128->bytes; /* overlay */ in decimal128FromNumber()
198 uInt msd; /* coefficient MSD */ in decimal128ToNumber()
200 uInt comb; /* combination field */ in decimal128ToNumber()
201 const uInt *pu; /* work */ in decimal128ToNumber()
203 uInt sourar[4]; /* source 128-bit */ in decimal128ToNumber()
286 uInt msd; /* coefficient MSD */ in decimal128ToString()
288 uInt comb; /* combination field */ in decimal128ToString()
[all …]
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h88 uInt w_bits; /* log2(w_size) (8..16) */
89 uInt w_mask; /* w_size - 1 */
116 uInt hash_bits; /* log2(hash_size) */
117 uInt hash_mask; /* hash_size-1 */
119 uInt hash_shift;
138 uInt prev_length;
143 uInt max_chain_length;
149 uInt max_lazy_match;
163 uInt good_match;
194 uInt lit_bufsize;
[all …]
H A Ddeflate.c77 static void putShortMSB (deflate_state *s, uInt b);
321 uInt b in putShortMSB()
357 uInt level_flags = (s->level-1) >> 1; in zlib_deflate()
369 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate()
370 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate()
457 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate()
458 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate()
565 static uInt longest_match( in longest_match()
582 uInt wmask = s->w_mask; in longest_match()
751 uInt wsize = s->w_size; in fill_window()
[all …]
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h83 #define uInt uint32_t macro
136 #define UINTAT(b) (*((uInt *)(b)))
405 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
410 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
480 uInt sourhi=DFWORD(df, 0); \
496 uInt sourhi=DFWORD(df, 0); \
497 uInt sourlo=DFWORD(df, 1); \
524 uInt sourhi=DFWORD(df, 0); \
525 uInt sourmh=DFWORD(df, 1); \
526 uInt sourml=DFWORD(df, 2); \
[all …]
/openbmc/u-boot/include/u-boot/
H A Dzlib.h102 # define uInt z_uInt macro
314 typedef unsigned int uInt; /* 16 bits or more */ typedef
325 typedef uInt FAR uIntf;
414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
422 uInt avail_in; /* number of bytes available at next_in */
425 uInt avail_out; /* remaining free space at next_out */
452 uInt extra_max; /* space at extra (only when reading header) */
454 uInt name_max; /* space at name (only when reading header) */
529 uInt dictLength));
[all …]
/openbmc/qemu/libdecnumber/
H A DdecContext.c74 decContext *decContextClearStatus(decContext *context, uInt mask) { in decContextClearStatus()
178 uInt decContextGetStatus(decContext *context) { in decContextGetStatus()
195 uInt newstatus, uInt mask) { in decContextRestoreStatus()
211 uInt decContextSaveStatus(decContext *context, uInt mask) { in decContextSaveStatus()
240 decContext * decContextSetStatus(decContext *context, uInt status) { in decContextSetStatus()
356 decContext * decContextSetStatusQuiet(decContext *context, uInt status) { in decContextSetStatusQuiet()
404 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) { in decContextTestSavedStatus()
418 uInt decContextTestStatus(decContext *context, uInt mask) { in decContextTestStatus()
H A DdecNumber.c227 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
232 Flag, uInt *);
247 uInt *);
252 uInt *);
339 uInt unsig; in decNumberFromInt32()
4986 uInt *status) { in decMultiplyOp()
5189 uInt carry2=(uInt)(lcarry/FASTBASE); /* top top part */ in decMultiplyOp()
5206 uInt item=(uInt)*lp; /* decapitate to uInt */ in decMultiplyOp()
7218 uInt *status) {
7422 uInt *status) {
[all …]
/openbmc/linux/include/linux/
H A Dzutil.h48 uInt len);
80 uInt len) in zlib_adler32()
H A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
/openbmc/u-boot/lib/
H A Dcrc32.c183 uint32_t __efi_runtime crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp()
225 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) in crc32()
234 uint32_t crc32_wd(uint32_t crc, const unsigned char *buf, uInt len, in crc32_wd()
235 uInt chunk_sz) in crc32_wd()
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h91 uInt window_bits, in dfltcc_are_params_ok()
H A Ddfltcc_deflate.c128 uInt masked_avail_in; in dfltcc_deflate()
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()