Searched refs:UInt16 (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 390 UInt16* quadrant, in mainGtU() 396 UInt16 s1, s2; in mainGtU() 527 UInt16* quadrant, in mainSimpleSort() 663 UInt16* quadrant, in mainQSort3() 793 UInt16* quadrant, in mainSort() 806 UInt16 s; in mainSort() 816 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort() 830 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort() 1038 UInt16 qVal = (UInt16)(j >> shifts); in mainSort() 1079 UInt16* quadrant; in BZ2_blockSort() [all …]
|
H A D | bzlib_private.h | 90 typedef unsigned short UInt16; typedef 250 UInt16* mtfv; 412 UInt16 *ll16; 491 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
|
H A D | bzlib_compress.c | 192 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()
|
H A D | bzlib_decompress.c | 255 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()
|
H A D | bzlib.c | 250 s->mtfv = (UInt16*)s->arr1; in BZ_API()
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.h | 16 #define CLzmaProb UInt16
|
H A D | Types.h | 45 typedef unsigned short UInt16; typedef
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 118 'x': long, 'q': dbus.UInt16, 'u': dbus.UInt32, 122 'x': int, 'q': dbus.UInt16, 'u': dbus.UInt32,
|