HomeSort by relevance Sort by last modified time
    Searched refs:Int32 (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/bzip2/
randtable.c 26 Int32 BZ2_rNums[512] = {
bzlib_private.h 44 typedef int Int32;
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nblock
    [all...]
huffman.c 35 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 *code
    [all...]
blocksort.c 34 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 unLo, unHi, ltLo, gtHi, n, m
    [all...]
bzip2recover.c 52 typedef int Int32;
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVal
    [all...]
decompress.c 29 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 nSelectors
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 47 #define Qfmt_31(a) (Int32)((float)a*0x7FFFFFFF)
49 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
53 __inline int32 pv_abs(int32 a)
55 int32 b = (a < 0) ? -a : a;
62 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b)
64 return (Int32)(((int64)(a) * b) >> 30);
67 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add
    [all...]
pvmp3_mdct_6.h 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) )
63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF))
64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27))
93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
95 void pvmp3_dct_6(int32 vec[]);
pvmp3_mdct_18.h 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) )
63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF))
64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27))
92 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window);
94 void pvmp3_dct_9(int32 vec[])
    [all...]
pv_mp3dec_fxd_op_arm.h 55 __inline Int32 fxp_mul32_Q30(const Int32 L_var1, const Int32 L_var2)
58 Int32 result64_hi;
59 Int32 result64_lo;
69 __inline Int32 fxp_mac32_Q30(const Int32 L_var1, const Int32 L_var2, Int32 L_add)
71 Int32 result64_hi
    [all...]
pvmp3_dct_6.cpp 38 Int32 vec[] vector of 6 32-bit integers
40 Int32 vec[] dct computation in-place
82 #define Qfmt30(a) (Int32)(a*((Int32)1<<30) + (a>=0?0.5F:-0.5F))
114 void pvmp3_dct_6(int32 vec[])
117 Int32 tmp0;
118 Int32 tmp1;
119 Int32 tmp2;
120 Int32 tmp3;
121 Int32 tmp4
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h 28 Int32 *answer) PURE;
29 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
31 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted) PURE;
UpdateCallback.h 24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
  /external/lzma/CPP/7zip/
IPassword.h 20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 12 Byte GetIndexByte(Int32 index);
13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 70 typedef int32_t int32; typedef
75 typedef int32_t Int32;
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h 34 HRESULT CloseFileAndSetResult(Int32 res);
51 HRESULT FlushCorrupted(Int32 resultEOperationResult);
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_config.c 76 extern Int32 RPC_MemFree(UInt32 * dataSize, UInt32 * data);
77 extern Int32 RPC_MemAlloc(UInt32 * dataSize, UInt32 * data);
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 410 typedef int Int32;
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
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 433 typedef int Int32;
520 extern Int32 BZ2_rNums[512];
523 Int32 rNToGo; \
524 Int32 rTPos \
592 Int32 mode;
593 Int32 state;
602 Int32 origPtr;
611 Int32 workFactor;
615 Int32 state_in_len;
619 Int32 nblock
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 426 typedef int Int32;
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
    [all...]
varinfo6.c 464 typedef int Int32;
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
    [all...]
  /external/valgrind/main/perf/
bz2.c 426 typedef int Int32;
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
    [all...]
test_input_for_tinycc.c 995 typedef int Int32;
1002 extern Int32 BZ2_rNums[512];
1013 Int32 mode;
1014 Int32 state;
1023 Int32 origPtr;
1032 Int32 workFactor;
1036 Int32 state_in_len;
1037 Int32 rNToGo; Int32 rTPos;
1040 Int32 nblock
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 35 Int32 *answer);
36 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
39 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted);

Completed in 836 milliseconds

1 2 3 4 5 6 7