Lines Matching refs:Int32
464 typedef int Int32; typedef
551 extern Int32 BZ2_rNums[512];
554 Int32 rNToGo; \
555 Int32 rTPos \
623 Int32 mode;
624 Int32 state;
633 Int32 origPtr;
642 Int32 workFactor;
646 Int32 state_in_len;
650 Int32 nblock;
651 Int32 nblockMAX;
652 Int32 numZ;
653 Int32 state_out_pos;
656 Int32 nInUse;
662 Int32 bsLive;
669 Int32 verbosity;
670 Int32 blockNo;
671 Int32 blockSize100k;
674 Int32 nMTF;
675 Int32 mtfFreq [BZ_MAX_ALPHA_SIZE];
680 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
681 Int32 rfreq [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
702 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
705 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
773 Int32 state;
777 Int32 state_out_len;
783 Int32 bsLive;
786 Int32 blockSize100k;
788 Int32 currBlockNo;
789 Int32 verbosity;
792 Int32 origPtr;
794 Int32 k0;
795 Int32 unzftab[256];
796 Int32 nblock_used;
797 Int32 cftab[257];
798 Int32 cftabCopy[257];
814 Int32 nInUse;
821 Int32 mtfbase[256 / MTFL_SIZE];
826 Int32 limit [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
827 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
828 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
829 Int32 minLens[BZ_N_GROUPS];
832 Int32 save_i;
833 Int32 save_j;
834 Int32 save_t;
835 Int32 save_alphaSize;
836 Int32 save_nGroups;
837 Int32 save_nSelectors;
838 Int32 save_EOB;
839 Int32 save_groupNo;
840 Int32 save_groupPos;
841 Int32 save_nextSym;
842 Int32 save_nblockMAX;
843 Int32 save_nblock;
844 Int32 save_es;
845 Int32 save_N;
846 Int32 save_curr;
847 Int32 save_zt;
848 Int32 save_zn;
849 Int32 save_zvec;
850 Int32 save_zj;
851 Int32 save_gSel;
852 Int32 save_gMinlen;
853 Int32* save_gLimit;
854 Int32* save_gBase;
855 Int32* save_gPerm;
898 extern Int32
899 BZ2_indexIntoF ( Int32, Int32* );
901 extern Int32
905 BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
906 Int32, Int32, Int32 );
1417 Int32 i; in makeMaps_d()
1495 Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF()
1497 Int32 nb, na, mid; in BZ2_indexIntoF()
1509 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
1512 Int32 retVal; in BZ2_decompress()
1513 Int32 minLen, maxLen; in BZ2_decompress()
1517 Int32 i; in BZ2_decompress()
1518 Int32 j; in BZ2_decompress()
1519 Int32 t; in BZ2_decompress()
1520 Int32 alphaSize; in BZ2_decompress()
1521 Int32 nGroups; in BZ2_decompress()
1522 Int32 nSelectors; in BZ2_decompress()
1523 Int32 EOB; in BZ2_decompress()
1524 Int32 groupNo; in BZ2_decompress()
1525 Int32 groupPos; in BZ2_decompress()
1526 Int32 nextSym; in BZ2_decompress()
1527 Int32 nblockMAX; in BZ2_decompress()
1528 Int32 nblock; in BZ2_decompress()
1529 Int32 es; in BZ2_decompress()
1530 Int32 N; in BZ2_decompress()
1531 Int32 curr; in BZ2_decompress()
1532 Int32 zt; in BZ2_decompress()
1533 Int32 zn; in BZ2_decompress()
1534 Int32 zvec; in BZ2_decompress()
1535 Int32 zj; in BZ2_decompress()
1536 Int32 gSel; in BZ2_decompress()
1537 Int32 gMinlen; in BZ2_decompress()
1538 Int32* gLimit; in BZ2_decompress()
1539 Int32* gBase; in BZ2_decompress()
1540 Int32* gPerm; in BZ2_decompress()
1621 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
1658 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1660 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1662 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1764 Int32 ii, jj, kk; in BZ2_decompress()
1822 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress()
1831 Int32 z = pp+nn; in BZ2_decompress()
1924 Int32 tmp = GET_LL(j); in BZ2_decompress()
2109 Int32 lo, in fallbackSimpleSort()
2110 Int32 hi ) in fallbackSimpleSort()
2112 Int32 i, j, tmp; in fallbackSimpleSort()
2139 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2143 Int32 yyp1 = (zzp1); \
2144 Int32 yyp2 = (zzp2); \
2145 Int32 yyn = (zzn); \
2170 Int32 loSt, in fallbackQSort3()
2171 Int32 hiSt ) in fallbackQSort3()
2173 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
2174 Int32 sp, lo, hi; in fallbackQSort3()
2176 Int32 stackLo[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2177 Int32 stackHi[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2213 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
2224 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
2290 Int32 nblock, in fallbackSort()
2291 Int32 verb ) in fallbackSort()
2293 Int32 ftab[257]; in fallbackSort()
2294 Int32 ftabCopy[256]; in fallbackSort()
2295 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort()
2296 Int32 nNotDone; in fallbackSort()
2297 Int32 nBhtab; in fallbackSort()
2426 Int32* budget ) in mainGtU()
2428 Int32 k; in mainGtU()
2554 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280,
2562 Int32 nblock, in mainSimpleSort()
2563 Int32 lo, in mainSimpleSort()
2564 Int32 hi, in mainSimpleSort()
2565 Int32 d, in mainSimpleSort()
2566 Int32* budget ) in mainSimpleSort()
2568 Int32 i, j, h, bigN, hp; in mainSimpleSort()
2642 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2646 Int32 yyp1 = (zzp1); \
2647 Int32 yyp2 = (zzp2); \
2648 Int32 yyn = (zzn); \
2683 { Int32 tz; \
2697 Int32 nblock, in mainQSort3()
2698 Int32 loSt, in mainQSort3()
2699 Int32 hiSt, in mainQSort3()
2700 Int32 dSt, in mainQSort3()
2701 Int32* budget ) in mainQSort3()
2703 Int32 unLo, unHi, ltLo, gtHi, n, m, med; in mainQSort3()
2704 Int32 sp, lo, hi, d; in mainQSort3()
2706 Int32 stackLo[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2707 Int32 stackHi[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2708 Int32 stackD [MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2710 Int32 nextLo[3]; in mainQSort3()
2711 Int32 nextHi[3]; in mainQSort3()
2712 Int32 nextD [3]; in mainQSort3()
2729 med = (Int32) in mainQSort3()
2740 n = ((Int32)block[ptr[unLo]+d]) - med; in mainQSort3()
2750 n = ((Int32)block[ptr[unHi]+d]) - med; in mainQSort3()
2828 Int32 nblock, in mainSort()
2829 Int32 verb, in mainSort()
2830 Int32* budget ) in mainSort()
2832 Int32 i, j, k, ss, sb; in mainSort()
2833 Int32 runningOrder[256]; in mainSort()
2835 Int32 copyStart[256]; in mainSort()
2836 Int32 copyEnd [256]; in mainSort()
2838 Int32 numQSorted; in mainSort()
2916 Int32 vv; in mainSort()
2917 Int32 h = 1; in mainSort()
2963 Int32 lo = ftab[sb] & CLEARMASK; in mainSort()
2964 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; in mainSort()
3064 Int32 bbStart = ftab[ss << 8] & CLEARMASK; in mainSort()
3065 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in mainSort()
3066 Int32 shifts = 0; in mainSort()
3071 Int32 a2update = ptr[bbStart + j]; in mainSort()
3111 Int32 nblock = s->nblock; in BZ2_blockSort()
3112 Int32 verb = s->verbosity; in BZ2_blockSort()
3113 Int32 wfact = s->workFactor; in BZ2_blockSort()
3115 Int32 budget; in BZ2_blockSort()
3116 Int32 budgetInit; in BZ2_blockSort()
3117 Int32 i; in BZ2_blockSort()
3243 Int32 zz, tmp; \
3254 Int32 zz, yy, tmp; \
3272 Int32 *freq, in BZ2_hbMakeCodeLengths()
3273 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
3274 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
3280 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
3283 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
3284 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3285 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3360 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
3362 Int32 minLen, in BZ2_hbAssignCodes()
3363 Int32 maxLen, in BZ2_hbAssignCodes()
3364 Int32 alphaSize ) in BZ2_hbAssignCodes()
3366 Int32 n, vec, i; in BZ2_hbAssignCodes()
3378 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
3379 Int32 *base, in BZ2_hbCreateDecodeTables()
3380 Int32 *perm, in BZ2_hbCreateDecodeTables()
3382 Int32 minLen, in BZ2_hbCreateDecodeTables()
3383 Int32 maxLen, in BZ2_hbCreateDecodeTables()
3384 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
3386 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables()
3528 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
3563 Int32 i; in makeMaps_e()
3578 Int32 i, j; in generateMTFValues()
3579 Int32 zPend; in generateMTFValues()
3580 Int32 wr; in generateMTFValues()
3581 Int32 EOB; in generateMTFValues()
3696 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues()
3697 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues()
3698 Int32 nGroups, nBytes; in sendMTFValues()
3712 Int32 fave[BZ_N_GROUPS]; in sendMTFValues()
3736 Int32 nPart, remF, tFreq, aFreq; in sendMTFValues()
3987 Int32 curr = s->len[t][0]; in sendMTFValues()
4014 Int32* s_code_sel_selCtr in sendMTFValues()
4194 Int32 BZ2_rNums[512] = {
4506 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
4523 Int32 i; in prepare_new_block()
4558 Int32 n; in BZ_API()
4622 Int32 i; in add_pair_to_block()
4988 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
4998 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST()
4999 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST()
5000 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST()
5008 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST()
5062 c_state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
5142 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5187 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5230 Int32 r = BZ2_decompress ( s ); in BZ_API()
5284 Int32 bufN;
5287 Int32 lastErr;
5296 Int32 c = fgetc ( f ); in myfeof()
5311 Int32 ret; in BZ_API()
5358 Int32 n, n2, ret; in BZ_API()
5418 Int32 n, n2, ret; in BZ_API()
5555 Int32 n, ret; in BZ_API()