Searched refs:UInt32 (Results 1 – 10 of 10) sorted by relevance
| /u-boot/lib/bzip2/ |
| A D | bzlib_private.h | 242 UInt32* arr1; 243 UInt32* arr2; 244 UInt32* ftab; 248 UInt32* ptr; 257 UInt32 state_in_ch; 273 UInt32 bsBuff; 277 UInt32 blockCRC; 278 UInt32 combinedCRC; 390 UInt32 bsBuff; 401 UInt32 tPos; [all …]
|
| A D | bzlib_decompress.c | 90 UInt32 v; \ 100 ((UInt32) \ 286 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 288 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 290 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 292 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 451 s->tt[nblock] = (UInt32)uc; in BZ2_decompress() 465 UInt32 nn; in BZ2_decompress() 466 nn = (UInt32)(nextSym - 1); in BZ2_decompress() 522 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress() [all …]
|
| A D | bzlib_blocksort.c | 79 UInt32 ec_tmp; in fallbackSimpleSort() 141 UInt32 med, r, r3; in fallbackQSort3() 388 Bool mainGtU ( UInt32 i1, in mainGtU() 389 UInt32 i2, in mainGtU() 392 UInt32 nblock, in mainGtU() 536 UInt32 v; in mainSimpleSort() 662 void mainQSort3 ( UInt32* ptr, in mainQSort3() 792 void mainSort ( UInt32* ptr, in mainSort() 795 UInt32* ftab, in mainSort() 1074 UInt32* ptr = s->ptr; in BZ2_blockSort() [all …]
|
| A D | bzlib_crctable.c | 72 UInt32 BZ2_crc32Table[256] = {
|
| A D | bzlib.c | 229 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API() 230 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API() 231 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API() 253 s->ptr = (UInt32*)s->arr1; in BZ_API() 314 UInt32 zchh = (UInt32)(zchh0); \ 354 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 372 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 638 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST() 643 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST() 644 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() [all …]
|
| A D | bzlib_compress.c | 113 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 123 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32() 136 bsW( s, 8, (UInt32)c ); in bsPutUChar() 190 UInt32* ptr = s->ptr; in generateMTFValues() 401 register UInt32 cost01, cost23, cost45; in sendMTFValues()
|
| /u-boot/lib/lzma/ |
| A D | LzmaDec.h | 14 #define CLzmaProb UInt32 27 UInt32 dicSize; 52 UInt32 range, code; 55 UInt32 processedPos; 56 UInt32 checkDicSize; 58 UInt32 reps[4]; 62 UInt32 numProbs;
|
| A D | LzmaDec.c | 153 UInt32 range = p->range; in LzmaDec_DecodeReal() 154 UInt32 code = p->code; in LzmaDec_DecodeReal() 161 UInt32 bound; in LzmaDec_DecodeReal() 307 UInt32 distance; in LzmaDec_DecodeReal() 346 UInt32 t; in LzmaDec_DecodeReal() 516 UInt32 code = p->code; in LzmaDec_TryDummy() 524 UInt32 bound; in LzmaDec_TryDummy() 706 …p->code = ((UInt32)data[1] << 24) | ((UInt32)data[2] << 16) | ((UInt32)data[3] << 8) | ((UInt32)da… in LzmaDec_InitRc() 736 UInt32 i; in LzmaDec_InitStateReal() 926 UInt32 dicSize; in LzmaProps_Decode() [all …]
|
| A D | LzmaTools.c | 68 outSize += (UInt32)(b) << (i * 8); in lzmaBuffToBuffDecompress() 70 outSizeHigh += (UInt32)(b) << ((i - 4) * 8); in lzmaBuffToBuffDecompress() 81 } else if (outSizeHigh != 0 || (UInt32)(SizeT)outSize != outSize) { in lzmaBuffToBuffDecompress()
|
| A D | Types.h | 49 typedef unsigned long UInt32; typedef 52 typedef unsigned int UInt32; typedef 78 typedef UInt32 SizeT;
|
Completed in 28 milliseconds