Lines Matching refs:Int32
410 typedef int Int32; typedef
497 extern Int32 BZ2_rNums[512];
500 Int32 rNToGo; \
501 Int32 rTPos \
569 Int32 mode;
570 Int32 state;
579 Int32 origPtr;
588 Int32 workFactor;
592 Int32 state_in_len;
596 Int32 nblock;
597 Int32 nblockMAX;
598 Int32 numZ;
599 Int32 state_out_pos;
602 Int32 nInUse;
608 Int32 bsLive;
615 Int32 verbosity;
616 Int32 blockNo;
617 Int32 blockSize100k;
620 Int32 nMTF;
621 Int32 mtfFreq [BZ_MAX_ALPHA_SIZE];
626 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
627 Int32 rfreq [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
648 BZ2_hbAssignCodes ( Int32*, UChar*, Int32, Int32, Int32 );
651 BZ2_hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
719 Int32 state;
723 Int32 state_out_len;
729 Int32 bsLive;
732 Int32 blockSize100k;
734 Int32 currBlockNo;
735 Int32 verbosity;
738 Int32 origPtr;
740 Int32 k0;
741 Int32 unzftab[256];
742 Int32 nblock_used;
743 Int32 cftab[257];
744 Int32 cftabCopy[257];
760 Int32 nInUse;
767 Int32 mtfbase[256 / MTFL_SIZE];
772 Int32 limit [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
773 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
774 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
775 Int32 minLens[BZ_N_GROUPS];
778 Int32 save_i;
779 Int32 save_j;
780 Int32 save_t;
781 Int32 save_alphaSize;
782 Int32 save_nGroups;
783 Int32 save_nSelectors;
784 Int32 save_EOB;
785 Int32 save_groupNo;
786 Int32 save_groupPos;
787 Int32 save_nextSym;
788 Int32 save_nblockMAX;
789 Int32 save_nblock;
790 Int32 save_es;
791 Int32 save_N;
792 Int32 save_curr;
793 Int32 save_zt;
794 Int32 save_zn;
795 Int32 save_zvec;
796 Int32 save_zj;
797 Int32 save_gSel;
798 Int32 save_gMinlen;
799 Int32* save_gLimit;
800 Int32* save_gBase;
801 Int32* save_gPerm;
844 extern Int32
845 BZ2_indexIntoF ( Int32, Int32* );
847 extern Int32
851 BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
852 Int32, Int32, Int32 );
1364 Int32 i; in makeMaps_d()
1442 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF()
1444 Int32 nb, na, mid; in BZ2_indexIntoF()
1456 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
1459 Int32 retVal; in BZ2_decompress()
1460 Int32 minLen, maxLen; in BZ2_decompress()
1464 Int32 i; in BZ2_decompress()
1465 Int32 j; in BZ2_decompress()
1466 Int32 t; in BZ2_decompress()
1467 Int32 alphaSize; in BZ2_decompress()
1468 Int32 nGroups; in BZ2_decompress()
1469 Int32 nSelectors; in BZ2_decompress()
1470 Int32 EOB; in BZ2_decompress()
1471 Int32 groupNo; in BZ2_decompress()
1472 Int32 groupPos; in BZ2_decompress()
1473 Int32 nextSym; in BZ2_decompress()
1474 Int32 nblockMAX; in BZ2_decompress()
1475 Int32 nblock; in BZ2_decompress()
1476 Int32 es; in BZ2_decompress()
1477 Int32 N; in BZ2_decompress()
1478 Int32 curr; in BZ2_decompress()
1479 Int32 zt; in BZ2_decompress()
1480 Int32 zn; in BZ2_decompress()
1481 Int32 zvec; in BZ2_decompress()
1482 Int32 zj; in BZ2_decompress()
1483 Int32 gSel; in BZ2_decompress()
1484 Int32 gMinlen; in BZ2_decompress()
1485 Int32* gLimit; in BZ2_decompress()
1486 Int32* gBase; in BZ2_decompress()
1487 Int32* gPerm; in BZ2_decompress()
1568 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
1605 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1607 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1609 s->origPtr = (s->origPtr << 8) | ((Int32)uc); in BZ2_decompress()
1710 Int32 ii, jj, kk; in BZ2_decompress()
1768 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress()
1777 Int32 z = pp+nn; in BZ2_decompress()
1870 Int32 tmp = GET_LL(j); in BZ2_decompress()
2056 Int32 lo, in fallbackSimpleSort()
2057 Int32 hi ) in fallbackSimpleSort()
2059 Int32 i, j, tmp; in fallbackSimpleSort()
2086 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2090 Int32 yyp1 = (zzp1); \
2091 Int32 yyp2 = (zzp2); \
2092 Int32 yyn = (zzn); \
2117 Int32 loSt, in fallbackQSort3()
2118 Int32 hiSt ) in fallbackQSort3()
2120 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
2121 Int32 sp, lo, hi; in fallbackQSort3()
2123 Int32 stackLo[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2124 Int32 stackHi[FALLBACK_QSORT_STACK_SIZE]; in fallbackQSort3()
2160 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
2171 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
2237 Int32 nblock, in fallbackSort()
2238 Int32 verb ) in fallbackSort()
2240 Int32 ftab[257]; in fallbackSort()
2241 Int32 ftabCopy[256]; in fallbackSort()
2242 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort()
2243 Int32 nNotDone; in fallbackSort()
2244 Int32 nBhtab; in fallbackSort()
2374 Int32* budget ) in mainGtU()
2376 Int32 k; in mainGtU()
2502 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280,
2510 Int32 nblock, in mainSimpleSort()
2511 Int32 lo, in mainSimpleSort()
2512 Int32 hi, in mainSimpleSort()
2513 Int32 d, in mainSimpleSort()
2514 Int32* budget ) in mainSimpleSort()
2516 Int32 i, j, h, bigN, hp; in mainSimpleSort()
2590 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
2594 Int32 yyp1 = (zzp1); \
2595 Int32 yyp2 = (zzp2); \
2596 Int32 yyn = (zzn); \
2632 { Int32 tz; \
2646 Int32 nblock, in mainQSort3()
2647 Int32 loSt, in mainQSort3()
2648 Int32 hiSt, in mainQSort3()
2649 Int32 dSt, in mainQSort3()
2650 Int32* budget ) in mainQSort3()
2652 Int32 unLo, unHi, ltLo, gtHi, n, m, med; in mainQSort3()
2653 Int32 sp, lo, hi, d; in mainQSort3()
2655 Int32 stackLo[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2656 Int32 stackHi[MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2657 Int32 stackD [MAIN_QSORT_STACK_SIZE]; in mainQSort3()
2659 Int32 nextLo[3]; in mainQSort3()
2660 Int32 nextHi[3]; in mainQSort3()
2661 Int32 nextD [3]; in mainQSort3()
2678 med = (Int32) in mainQSort3()
2689 n = ((Int32)block[ptr[unLo]+d]) - med; in mainQSort3()
2699 n = ((Int32)block[ptr[unHi]+d]) - med; in mainQSort3()
2777 Int32 nblock, in mainSort()
2778 Int32 verb, in mainSort()
2779 Int32* budget ) in mainSort()
2781 Int32 i, j, k, ss, sb; in mainSort()
2782 Int32 runningOrder[256]; in mainSort()
2784 Int32 copyStart[256]; in mainSort()
2785 Int32 copyEnd [256]; in mainSort()
2787 Int32 numQSorted; in mainSort()
2865 Int32 vv; in mainSort()
2866 Int32 h = 1; in mainSort()
2912 Int32 lo = ftab[sb] & CLEARMASK; in mainSort()
2913 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; in mainSort()
3012 Int32 bbStart = ftab[ss << 8] & CLEARMASK; in mainSort()
3013 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in mainSort()
3014 Int32 shifts = 0; in mainSort()
3019 Int32 a2update = ptr[bbStart + j]; in mainSort()
3058 Int32 nblock = s->nblock; in BZ2_blockSort()
3059 Int32 verb = s->verbosity; in BZ2_blockSort()
3060 Int32 wfact = s->workFactor; in BZ2_blockSort()
3062 Int32 budget; in BZ2_blockSort()
3063 Int32 budgetInit; in BZ2_blockSort()
3064 Int32 i; in BZ2_blockSort()
3190 Int32 zz, tmp; \
3201 Int32 zz, yy, tmp; \
3219 Int32 *freq, in BZ2_hbMakeCodeLengths()
3220 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
3221 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
3227 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
3230 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
3231 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3232 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
3307 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
3309 Int32 minLen, in BZ2_hbAssignCodes()
3310 Int32 maxLen, in BZ2_hbAssignCodes()
3311 Int32 alphaSize ) in BZ2_hbAssignCodes()
3313 Int32 n, vec, i; in BZ2_hbAssignCodes()
3325 void BZ2_hbCreateDecodeTables ( Int32 *limit, in BZ2_hbCreateDecodeTables()
3326 Int32 *base, in BZ2_hbCreateDecodeTables()
3327 Int32 *perm, in BZ2_hbCreateDecodeTables()
3329 Int32 minLen, in BZ2_hbCreateDecodeTables()
3330 Int32 maxLen, in BZ2_hbCreateDecodeTables()
3331 Int32 alphaSize ) in BZ2_hbCreateDecodeTables()
3333 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables()
3476 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
3511 Int32 i; in makeMaps_e()
3526 Int32 i, j; in generateMTFValues()
3527 Int32 zPend; in generateMTFValues()
3528 Int32 wr; in generateMTFValues()
3529 Int32 EOB; in generateMTFValues()
3644 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues()
3645 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues()
3646 Int32 nGroups, nBytes; in sendMTFValues()
3660 Int32 fave[BZ_N_GROUPS]; in sendMTFValues()
3684 Int32 nPart, remF, tFreq, aFreq; in sendMTFValues()
3935 Int32 curr = s->len[t][0]; in sendMTFValues()
3962 Int32* s_code_sel_selCtr in sendMTFValues()
4141 Int32 BZ2_rNums[512] = {
4453 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
4470 Int32 i; in prepare_new_block()
4505 Int32 n; in BZ_API()
4569 Int32 i; in add_pair_to_block()
4935 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
4945 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST()
4946 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST()
4947 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST()
4955 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST()
5009 c_state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST()
5089 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5134 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_SMALL()
5177 Int32 r = BZ2_decompress ( s ); in BZ_API()
5231 Int32 bufN;
5234 Int32 lastErr;
5243 Int32 c = fgetc ( f ); in myfeof()
5258 Int32 ret; in BZ_API()
5305 Int32 n, n2, ret; in BZ_API()
5365 Int32 n, n2, ret; in BZ_API()
5502 Int32 n, ret; in BZ_API()