Home
last modified time | relevance | path

Searched refs:Int32 (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h87 typedef int Int32; typedef
167 extern Int32 BZ2_rNums[512];
170 Int32 rNToGo; \
171 Int32 rTPos \
235 Int32 mode;
236 Int32 state;
245 Int32 origPtr;
254 Int32 workFactor;
258 Int32 state_in_len;
262 Int32 nblock;
[all …]
H A Dbzlib_huffman.c76 Int32 zz, tmp; \
87 Int32 zz, yy, tmp; \
105 Int32 *freq, in BZ2_hbMakeCodeLengths()
106 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
107 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
113 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
116 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
117 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
118 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
176 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
[all …]
H A Dbzlib_blocksort.c74 Int32 lo, in fallbackSimpleSort()
75 Int32 hi ) in fallbackSimpleSort()
77 Int32 i, j, tmp; in fallbackSimpleSort()
104 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
108 Int32 yyp1 = (zzp1); \
109 Int32 yyp2 = (zzp2); \
110 Int32 yyn = (zzn); \
135 Int32 loSt, in fallbackQSort3()
136 Int32 hiSt ) in fallbackQSort3()
138 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
[all …]
H A Dbzlib_decompress.c72 Int32 i; in makeMaps_d()
149 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
152 Int32 retVal; in BZ2_decompress()
153 Int32 minLen, maxLen; in BZ2_decompress()
157 Int32 i; in BZ2_decompress()
158 Int32 j; in BZ2_decompress()
159 Int32 t; in BZ2_decompress()
160 Int32 alphaSize; in BZ2_decompress()
161 Int32 nGroups; in BZ2_decompress()
162 Int32 nSelectors; in BZ2_decompress()
[all …]
H A Dbzlib_compress.c113 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
148 Int32 i; in makeMaps_e()
163 Int32 i, j; in generateMTFValues()
164 Int32 zPend; in generateMTFValues()
165 Int32 wr; in generateMTFValues()
166 Int32 EOB; in generateMTFValues()
281 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues()
282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues()
283 Int32 nGroups; in sendMTFValues()
284 Int32 nBytes __maybe_unused; in sendMTFValues()
[all …]
H A Dbzlib.c154 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
171 Int32 i; in prepare_new_block()
205 Int32 n; in BZ_API()
269 Int32 i; in add_pair_to_block()
629 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
639 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST()
640 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST()
641 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST()
649 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST()
699 c_state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
[all …]
H A Dbzlib_randtable.c67 Int32 BZ2_rNums[512] = {
/openbmc/u-boot/lib/lzma/
H A DTypes.h48 typedef long Int32; typedef
51 typedef int Int32; typedef