Lines Matching refs:Int32
426 typedef int Int32; typedef
513 extern Int32 BZ2_rNums[512];
516 Int32 rNToGo; \
517 Int32 rTPos \
585 Int32 mode;
586 Int32 state;
595 Int32 origPtr;
604 Int32 workFactor;
608 Int32 state_in_len;
612 Int32 nblock;
613 Int32 nblockMAX;
614 Int32 numZ;
615 Int32 state_out_pos;
618 Int32 nInUse;
624 Int32 bsLive;
631 Int32 verbosity;
632 Int32 blockNo;
633 Int32 blockSize100k;
636 Int32 nMTF;
637 Int32 mtfFreq [BZ_MAX_ALPHA_SIZE];
642 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
643 Int32 rfreq [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
664 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
667 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
735 Int32 state;
739 Int32 state_out_len;
745 Int32 bsLive;
748 Int32 blockSize100k;
750 Int32 currBlockNo;
751 Int32 verbosity;
754 Int32 origPtr;
756 Int32 k0;
757 Int32 unzftab[256];
758 Int32 nblock_used;
759 Int32 cftab[257];
760 Int32 cftabCopy[257];
776 Int32 nInUse;
783 Int32 mtfbase[256 / MTFL_SIZE];
788 Int32 limit [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
789 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
790 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
791 Int32 minLens[BZ_N_GROUPS];
794 Int32 save_i;
795 Int32 save_j;
796 Int32 save_t;
797 Int32 save_alphaSize;
798 Int32 save_nGroups;
799 Int32 save_nSelectors;
800 Int32 save_EOB;
801 Int32 save_groupNo;
802 Int32 save_groupPos;
803 Int32 save_nextSym;
804 Int32 save_nblockMAX;
805 Int32 save_nblock;
806 Int32 save_es;
807 Int32 save_N;
808 Int32 save_curr;
809 Int32 save_zt;
810 Int32 save_zn;
811 Int32 save_zvec;
812 Int32 save_zj;
813 Int32 save_gSel;
814 Int32 save_gMinlen;
815 Int32* save_gLimit;
816 Int32* save_gBase;
817 Int32* save_gPerm;
860 extern Int32
861 BZ2_indexIntoF ( Int32, Int32* );
863 extern Int32
867 BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
868 Int32, Int32, Int32 );
1379 Int32 i; in makeMaps_d()
1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF()
1459 Int32 nb, na, mid; in BZ2_indexIntoF()
1471 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
1474 Int32 retVal; in BZ2_decompress()
1475 Int32 minLen, maxLen; in BZ2_decompress()
1479 Int32 i; in BZ2_decompress()
1480 Int32 j; in BZ2_decompress()
1481 Int32 t; in BZ2_decompress()
1482 Int32 alphaSize; in BZ2_decompress()
1483 Int32 nGroups; in BZ2_decompress()
1484 Int32 nSelectors; in BZ2_decompress()
1485 Int32 EOB; in BZ2_decompress()
1486 Int32 groupNo; in BZ2_decompress()
1487 Int32 groupPos; in BZ2_decompress()
1488 Int32 nextSym; in BZ2_decompress()
1489 Int32 nblockMAX; in BZ2_decompress()
1490 Int32 nblock; in BZ2_decompress()
1491 Int32 es; in BZ2_decompress()
1492 Int32 N; in BZ2_decompress()
1493 Int32 curr; in BZ2_decompress()
1494 Int32 zt; in BZ2_decompress()
1495 Int32 zn; in BZ2_decompress()
1496 Int32 zvec; in BZ2_decompress()
1497 Int32 zj; in BZ2_decompress()
1498 Int32 gSel; in BZ2_decompress()
1499 Int32 gMinlen; in BZ2_decompress()
1500 Int32* gLimit; in BZ2_decompress()
1501 Int32* gBase; in BZ2_decompress()
1502 Int32* gPerm; in BZ2_decompress()
1583 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
1620 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1622 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1624 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1725 Int32 ii, jj, kk; in BZ2_decompress()
1783 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress()
1792 Int32 z = pp+nn; in BZ2_decompress()
1885 Int32 tmp = GET_LL(j); in BZ2_decompress()
2071 Int32 lo, in fallbackSimpleSort()
2072 Int32 hi ) in fallbackSimpleSort()
2074 Int32 i, j, tmp; in fallbackSimpleSort()
2101 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2105 Int32 yyp1 = (zzp1); \
2106 Int32 yyp2 = (zzp2); \
2107 Int32 yyn = (zzn); \
2132 Int32 loSt, in fallbackQSort3()
2133 Int32 hiSt ) in fallbackQSort3()
2135 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
2136 Int32 sp, lo, hi; in fallbackQSort3()
2138 Int32 stackLo[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2139 Int32 stackHi[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2175 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
2186 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
2252 Int32 nblock, in fallbackSort()
2253 Int32 verb ) in fallbackSort()
2255 Int32 ftab[257]; in fallbackSort()
2256 Int32 ftabCopy[256]; in fallbackSort()
2257 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort()
2258 Int32 nNotDone; in fallbackSort()
2259 Int32 nBhtab; in fallbackSort()
2389 Int32* budget ) in mainGtU()
2391 Int32 k; in mainGtU()
2517 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280,
2525 Int32 nblock, in mainSimpleSort()
2526 Int32 lo, in mainSimpleSort()
2527 Int32 hi, in mainSimpleSort()
2528 Int32 d, in mainSimpleSort()
2529 Int32* budget ) in mainSimpleSort()
2531 Int32 i, j, h, bigN, hp; in mainSimpleSort()
2605 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2609 Int32 yyp1 = (zzp1); \
2610 Int32 yyp2 = (zzp2); \
2611 Int32 yyn = (zzn); \
2647 { Int32 tz; \
2661 Int32 nblock, in mainQSort3()
2662 Int32 loSt, in mainQSort3()
2663 Int32 hiSt, in mainQSort3()
2664 Int32 dSt, in mainQSort3()
2665 Int32* budget ) in mainQSort3()
2667 Int32 unLo, unHi, ltLo, gtHi, n, m, med; in mainQSort3()
2668 Int32 sp, lo, hi, d; in mainQSort3()
2670 Int32 stackLo[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2671 Int32 stackHi[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2672 Int32 stackD [MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2674 Int32 nextLo[3]; in mainQSort3()
2675 Int32 nextHi[3]; in mainQSort3()
2676 Int32 nextD [3]; in mainQSort3()
2693 med = (Int32) in mainQSort3()
2704 n = ((Int32)block[ptr[unLo]+d]) - med; in mainQSort3()
2714 n = ((Int32)block[ptr[unHi]+d]) - med; in mainQSort3()
2792 Int32 nblock, in mainSort()
2793 Int32 verb, in mainSort()
2794 Int32* budget ) in mainSort()
2796 Int32 i, j, k, ss, sb; in mainSort()
2797 Int32 runningOrder[256]; in mainSort()
2799 Int32 copyStart[256]; in mainSort()
2800 Int32 copyEnd [256]; in mainSort()
2802 Int32 numQSorted; in mainSort()
2880 Int32 vv; in mainSort()
2881 Int32 h = 1; in mainSort()
2927 Int32 lo = ftab[sb] & CLEARMASK; in mainSort()
2928 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; in mainSort()
3027 Int32 bbStart = ftab[ss << 8] & CLEARMASK; in mainSort()
3028 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in mainSort()
3029 Int32 shifts = 0; in mainSort()
3034 Int32 a2update = ptr[bbStart + j]; in mainSort()
3073 Int32 nblock = s->nblock; in BZ2_blockSort()
3074 Int32 verb = s->verbosity; in BZ2_blockSort()
3075 Int32 wfact = s->workFactor; in BZ2_blockSort()
3077 Int32 budget; in BZ2_blockSort()
3078 Int32 budgetInit; in BZ2_blockSort()
3079 Int32 i; in BZ2_blockSort()
3205 Int32 zz, tmp; \
3216 Int32 zz, yy, tmp; \
3234 Int32 *freq, in BZ2_hbMakeCodeLengths()
3235 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
3236 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
3242 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
3245 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
3246 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3247 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3322 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
3324 Int32 minLen, in BZ2_hbAssignCodes()
3325 Int32 maxLen, in BZ2_hbAssignCodes()
3326 Int32 alphaSize ) in BZ2_hbAssignCodes()
3328 Int32 n, vec, i; in BZ2_hbAssignCodes()
3340 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
3341 Int32 *base, in BZ2_hbCreateDecodeTables()
3342 Int32 *perm, in BZ2_hbCreateDecodeTables()
3344 Int32 minLen, in BZ2_hbCreateDecodeTables()
3345 Int32 maxLen, in BZ2_hbCreateDecodeTables()
3346 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
3348 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables()
3491 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
3526 Int32 i; in makeMaps_e()
3541 Int32 i, j; in generateMTFValues()
3542 Int32 zPend; in generateMTFValues()
3543 Int32 wr; in generateMTFValues()
3544 Int32 EOB; in generateMTFValues()
3659 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues()
3660 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues()
3661 Int32 nGroups, nBytes; in sendMTFValues()
3675 Int32 fave[BZ_N_GROUPS]; in sendMTFValues()
3699 Int32 nPart, remF, tFreq, aFreq; in sendMTFValues()
3950 Int32 curr = s->len[t][0]; in sendMTFValues()
3977 Int32* s_code_sel_selCtr in sendMTFValues()
4156 Int32 BZ2_rNums[512] = {
4468 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
4485 Int32 i; in prepare_new_block()
4520 Int32 n; in BZ_API()
4584 Int32 i; in add_pair_to_block()
4950 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
4960 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST()
4961 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST()
4962 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST()
4970 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST()
5024 c_state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
5104 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5149 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5192 Int32 r = BZ2_decompress ( s ); in BZ_API()
5246 Int32 bufN;
5249 Int32 lastErr;
5258 Int32 c = fgetc ( f ); in myfeof()
5273 Int32 ret; in BZ_API()
5320 Int32 n, n2, ret; in BZ_API()
5380 Int32 n, n2, ret; in BZ_API()
5517 Int32 n, ret; in BZ_API()