/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 100 uInt pending; /* nb of bytes in the pending buffer */ 103 uInt gzindex; /* where in extra, name, or comment */ 109 uInt w_size; /* LZ77 window size (32K by default) */ 110 uInt w_bits; /* log2(w_size) (8..16) */ 111 uInt w_mask; /* w_size - 1 */ 136 uInt ins_h; /* hash index of string to be inserted */ 137 uInt hash_size; /* number of elements in hash table */ 138 uInt hash_bits; /* log2(hash_size) */ 139 uInt hash_mask; /* hash_size-1 */ 141 uInt hash_shift; [all …]
|
H A D | zutil.c | 50 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 D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 314 uInt dictLength; 317 uInt length = dictLength; 318 uInt n; 550 uInt b; 653 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; 654 uInt level_flags; 673 putShortMSB(s, (uInt)(strm->adler >> 16)); [all …]
|
H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
H A D | trees.c | 1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 54 extern void decDigitsFromDPD(decNumber *, const uInt *, Int); 55 extern void decDigitsToDPD(const decNumber *, uInt *, Int); 91 uInt status=0; /* status accumulator */ in decimal64FromNumber() 95 uInt *pu; /* .. */ in decimal64FromNumber() 96 uInt comb, exp; /* .. */ in decimal64FromNumber() 97 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber() 148 uInt msd; /* work */ in decimal64FromNumber() 152 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber() 161 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber() [all …]
|
H A D | decimal32.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 54 extern void decDigitsToDPD(const decNumber *, uInt *, Int); 55 extern void decDigitsFromDPD(decNumber *, const uInt *, Int); 85 uInt status=0; /* status accumulator */ in decimal32FromNumber() 89 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() 144 exp=(uInt)(dn->exponent+DECIMAL32_Bias); /* bias exponent */ in decimal32FromNumber() 154 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10; in decimal32FromNumber() [all …]
|
H A D | decimal128.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 54 extern void decDigitsFromDPD(decNumber *, const uInt *, Int); 55 extern void decDigitsToDPD(const decNumber *, uInt *, Int); 85 uInt status=0; /* status accumulator */ in decimal128FromNumber() 89 uInt *pu; /* .. */ in decimal128FromNumber() 90 uInt comb, exp; /* .. */ in decimal128FromNumber() 91 uInt targar[4]={0,0,0,0}; /* target 128-bit */ in decimal128FromNumber() 144 uInt msd; /* work */ in decimal128FromNumber() 148 exp=(uInt)(dn->exponent+DECIMAL128_Bias); /* bias exponent */ in decimal128FromNumber() 172 pu=(uInt *)d128->bytes; /* overlay */ in decimal128FromNumber() [all …]
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 87 uInt w_size; /* LZ77 window size (32K by default) */ 88 uInt w_bits; /* log2(w_size) (8..16) */ 89 uInt w_mask; /* w_size - 1 */ 114 uInt ins_h; /* hash index of string to be inserted */ 115 uInt hash_size; /* number of elements in hash table */ 116 uInt hash_bits; /* log2(hash_size) */ 117 uInt hash_mask; /* hash_size-1 */ 119 uInt hash_shift; 131 uInt match_length; /* length of best match */ 134 uInt strstart; /* start of string to insert */ [all …]
|
H A D | deflate.c | 77 static void putShortMSB (deflate_state *s, uInt b); 79 static uInt longest_match (deflate_state *s, IPos cur_match); 321 uInt b in putShortMSB() 356 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; in zlib_deflate() 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() [all …]
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 83 #define uInt uint32_t macro 105 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */ 106 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */ 117 uInt u0, u1, v0, v1, w0, w1, w2, t; \ 136 #define UINTAT(b) (*((uInt *)(b))) 152 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0') 292 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */ 328 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */ 329 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */ 405 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) [all …]
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 102 # 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)); 415 typedef void (*free_func) OF((voidpf opaque, voidpf address, 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 */ 451 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 452 uInt extra_max; /* space at extra (only when reading header) */ [all …]
|
/openbmc/qemu/libdecnumber/ |
H A D | decContext.c | 74 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 D | decNumber.c | 207 #define ueInt uInt /* unsigned extended integer */ 211 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 213 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 225 decContext *, uByte, uInt *); 227 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 228 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 232 Flag, uInt *); 234 Int *, uInt *); 237 const decNumber *, decContext *, Flag, uInt *); 239 decContext *, uInt *); [all …]
|
/openbmc/linux/include/linux/ |
H A D | zutil.h | 48 uInt len); 80 uInt len) in zlib_adler32()
|
H A D | zconf.h | 53 typedef unsigned int uInt; /* 16 bits or more */ typedef
|
/openbmc/u-boot/lib/ |
H A D | crc32.c | 183 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 D | dfltcc_util.h | 91 uInt window_bits, in dfltcc_are_params_ok()
|
H A D | dfltcc_deflate.c | 128 uInt masked_avail_in; in dfltcc_deflate()
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.c | 789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()
|