Searched refs:Int32 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Drandtable.c26 Int32 BZ2_rNums[512] = {
H A Dbzlib_private.h44 typedef int Int32; typedef
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nbloc
[all...]
H A Dhuffman.c35 Int32 zz, tmp; \
46 Int32 zz, yy, tmp; \
64 Int32 *freq,
65 Int32 alphaSize,
66 Int32 maxLen )
72 Int32 nNodes, nHeap, n1, n2, i, j, k;
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ];
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ];
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ];
152 void BZ2_hbAssignCodes ( Int32 *cod
[all...]
H A Dblocksort.c34 Int32 lo,
35 Int32 hi )
37 Int32 i, j, tmp;
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt,
96 Int32 hiSt )
98 Int32 unL
[all...]
H A Dbzip2recover.c52 typedef int Int32; typedef
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVa
[all...]
H A Ddecompress.c29 Int32 i;
106 Int32 BZ2_decompress ( DState* s )
109 Int32 retVal;
110 Int32 minLen, maxLen;
114 Int32 i;
115 Int32 j;
116 Int32 t;
117 Int32 alphaSize;
118 Int32 nGroups;
119 Int32 nSelector
[all...]
H A Dbzip2.c164 typedef int Int32; typedef
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
[all...]
H A Dcompress.c73 void bsW ( EState* s, Int32 n, UInt32 v )
108 Int32 i;
123 Int32 i, j;
124 Int32 zPend;
125 Int32 wr;
126 Int32 EOB;
241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
243 Int32 nGroups, nBytes;
249 Int32 cod
[all...]
H A Dbzlib.c102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
119 Int32 i;
154 Int32 n;
218 Int32 i;
584 s->state_out_len = ((Int32)k1) + 4;
594 Int32 c_state_out_len = s->state_out_len;
595 Int32 c_nblock_used = s->nblock_used;
596 Int32 c_k0 = s->k0;
601 Int32 ro_blockSize100
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbzip2_inflate.c85 typedef int Int32; typedef
98 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab );
99 void BZ2_hbCreateDecodeTables ( Int32 *limit,
100 Int32 *base,
101 Int32 *perm,
103 Int32 minLen,
104 Int32 maxLen,
105 Int32 alphaSiz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzFind.h50 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
H A DTypes.h52 typedef long Int32; typedef
55 typedef int Int32; typedef
H A DLzFind.c46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }

Completed in 86 milliseconds