Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h208 Int32 mode;
237 Int32 numZ;
259 Int32 nMTF;
287 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
290 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
379 Int32 k0;
489 extern Int32
490 BZ2_indexIntoF ( Int32, Int32* );
492 extern Int32
496 BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
[all …]
H A Dhuffman.c64 Int32 *freq, in BZ2_hbMakeCodeLengths()
66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
154 Int32 minLen, in BZ2_hbAssignCodes()
155 Int32 maxLen, in BZ2_hbAssignCodes()
158 Int32 n, vec, i; in BZ2_hbAssignCodes()
[all …]
H A Dblocksort.c37 Int32 i, j, tmp; in fallbackSimpleSort()
99 Int32 sp, lo, hi; in fallbackQSort3()
138 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
149 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
218 Int32 ftab[257]; in fallbackSort()
221 Int32 nNotDone; in fallbackSort()
222 Int32 nBhtab; in fallbackSort()
354 Int32 k; in mainGtU()
843 Int32 vv; in mainSort()
844 Int32 h = 1; in mainSort()
[all …]
H A Ddecompress.c29 Int32 i; in makeMaps_d()
115 Int32 i; in BZ2_decompress()
116 Int32 j; in BZ2_decompress()
117 Int32 t; in BZ2_decompress()
121 Int32 EOB; in BZ2_decompress()
127 Int32 es; in BZ2_decompress()
128 Int32 N; in BZ2_decompress()
129 Int32 curr; in BZ2_decompress()
130 Int32 zt; in BZ2_decompress()
131 Int32 zn; in BZ2_decompress()
[all …]
H A Dbzlib.c156 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
184 void* default_bzalloc ( void* opaque __unused, Int32 items, Int32 size ) in default_bzalloc()
202 Int32 i; in prepare_new_block()
237 Int32 n; in BZ_API()
303 Int32 n, t; in BZ_API()
357 Int32 i; in add_pair_to_block()
864 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF()
866 Int32 nb, na, mid; in BZ2_indexIntoF()
1107 Int32 ret; in BZ_API()
1154 Int32 n, n2, ret; in BZ_API()
[all …]
H A Dcompress.c74 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
109 Int32 i; in makeMaps_e()
124 Int32 i, j; in generateMTFValues()
125 Int32 zPend; in generateMTFValues()
126 Int32 wr; in generateMTFValues()
127 Int32 EOB; in generateMTFValues()
244 Int32 nGroups, nBytes __unused; in sendMTFValues()
258 Int32 fave[BZ_N_GROUPS]; in sendMTFValues()
282 Int32 nPart, remF, tFreq, aFreq; in sendMTFValues()
533 Int32 curr = s->len[t][0]; in sendMTFValues()
[all …]
H A DSolaris.README.txt107 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
135 +void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
161 + Int32 n, t;
431 Int32, Int32, Int32 );
H A Drandtable.c26 Int32 BZ2_rNums[512] = {
/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]; } in MatchFinder_GetIndexByte()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif364 ##### type [0] Int32,
369 ##### keytype [0] Int32,
466 ##### type [0] Int32,
471 ##### keytype [0] Int32,
508 ##### keytype [0] Int32,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h148 #define Int32 "int32" macro
H A Dtopo_2xml.c138 Int32, Value, vbuf, NULL); in txml_print_prop()
H A Dtopo_xml.c177 if (xmlStrcmp(str, (xmlChar *)Int32) == 0) { in xmlattr_to_type()