Home
last modified time | relevance | path

Searched refs:UInt16 (Results 1 – 7 of 7) sorted by relevance

/u-boot/lib/bzip2/
A Dbzlib_blocksort.c391 UInt16* quadrant, in mainGtU()
397 UInt16 s1, s2; in mainGtU()
528 UInt16* quadrant, in mainSimpleSort()
664 UInt16* quadrant, in mainQSort3()
794 UInt16* quadrant, in mainSort()
807 UInt16 s; in mainSort()
817 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
831 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
1039 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
1080 UInt16* quadrant; in BZ2_blockSort()
[all …]
A Dbzlib_private.h90 typedef unsigned short UInt16; typedef
250 UInt16* mtfv;
412 UInt16 *ll16;
491 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
A Dbzlib_compress.c192 UInt16* mtfv = s->mtfv; in generateMTFValues()
297 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
300 UInt16* mtfv = s->mtfv; in sendMTFValues()
402 register UInt16 icv; in sendMTFValues()
431 UInt16 icv = mtfv[i]; in sendMTFValues()
597 UInt16 mtfv_i; in sendMTFValues()
A Dbzlib_decompress.c255 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
444 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
521 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
A Dbzlib.c251 s->mtfv = (UInt16*)s->arr1; in BZ_API()
/u-boot/lib/lzma/
A DLzmaDec.h16 #define CLzmaProb UInt16
A DTypes.h45 typedef unsigned short UInt16; typedef

Completed in 14 milliseconds