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

/illumos-gate/usr/src/common/bzip2/
H A Drandtable.c26 Int32 BZ2_rNums[512] = {
H A Dbzlib_private.h48 typedef int Int32; typedef
136 extern Int32 BZ2_rNums[512];
139 Int32 rNToGo; \
140 Int32 rTPos \
208 Int32 mode;
209 Int32 state;
218 Int32 origPtr;
227 Int32 workFactor;
231 Int32 state_in_len;
235 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 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 Dcompress.c74 void bsW ( EState* s, Int32 n, UInt32 v )
109 Int32 i;
124 Int32 i, j;
125 Int32 zPend;
126 Int32 wr;
127 Int32 EOB;
242 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
243 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
244 Int32 nGroups, __GNU_UNUSED nBytes;
250 Int32 cod
[all...]
H A Dbzlib.c156 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
184 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
202 Int32 i;
237 Int32 n;
303 Int32 n, t;
357 Int32 i;
756 s->state_out_len = ((Int32)k1) + 4;
766 Int32 c_state_out_le
[all...]
/illumos-gate/usr/src/common/lzma/
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.h55 typedef long Int32; typedef
58 typedef int Int32; typedef
H A DLzFind.c51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h144 #define Int32 "int32" macro
H A Dtopo_2xml.c118 (void) snprintf(tbuf, 10, "%s", Int32);
H A Dtopo_xml.c160 if (xmlStrcmp(str, (xmlChar *)Int32) == 0) {

Completed in 84 milliseconds