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

12 3 4 5 6 7

  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 99 static bool GetNumber(string s, out Int32 v)
108 v += (Int32)(c - '0');
171 Int32 dictionary = 1 << 21;
174 Int32 dicLog;
177 dictionary = (Int32)1 << dicLog;
187 const Int32 kNumDefaultItereations = 10;
188 Int32 numIterations = kNumDefaultItereations;
245 Int32 posStateBits = 2;
246 Int32 litContextBits = 3; // for normal files
248 Int32 litPosBits = 0;
    [all...]
  /external/bzip2/
bzip2.c 164 typedef int Int32;
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
    [all...]
compress.c 73 void bsW ( EState* s, Int32 n, UInt32 v )
108 Int32 i;
123 Int32 i, j;
124 Int32 zPend;
125 Int32 wr;
126 Int32 EOB;
241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter;
242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
243 Int32 nGroups, nBytes;
249 Int32 code[BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]
    [all...]
bzlib.c 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
119 Int32 i;
154 Int32 n;
218 Int32 i;
584 s->state_out_len = ((Int32)k1) + 4;
594 Int32 c_state_out_len = s->state_out_len;
595 Int32 c_nblock_used = s->nblock_used;
596 Int32 c_k0 = s->k0;
601 Int32 ro_blockSize100k = s->blockSize100k
    [all...]
  /external/lzma/CPP/7zip/Archive/
IArchive.h 85 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
86 STDMETHOD(PrepareOperation)(Int32 askExtractMode) x; \
87 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult) x; \
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
149 Int32 *newData, /*1 - new data, 0 - old data */ \
150 Int32 *newProperties, /* 1 - new properties, 0 - old properties */ \
155 STDMETHOD(SetOperationResult)(Int32 operationResult) x; \
185 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) PURE;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeTypes.h 46 struct Int32 {
47 Int32(int32_t u) : v(htonl(static_cast<uint32_t>(u))) { }
  /external/lzma/CPP/Windows/
PropVariant.h 24 CPropVariant(Int32 value) { vt = VT_I4; wReserved1 = 0; lVal = value; }
37 CPropVariant& operator=(Int32 value);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
176 STDMETHOD(PrepareOperation)(Int32 askExtractMode);
177 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult);
229 ISequentialOutStream **outStream, Int32 askExtractMode)
343 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode)
360 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult)
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
450 STDMETHOD(SetOperationResult)(Int32 operationResult);
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 52 case "Int32":
158 test(isTestingGet, "Int32", 0, 50462976, true);
159 test(isTestingGet, "Int32", undefined, 50462976, true);
160 test(isTestingGet, "Int32", 3, 1717920771, true);
161 test(isTestingGet, "Int32", 6, -2122291354, true);
162 test(isTestingGet, "Int32", 9, -58490239, true);
163 test(isTestingGet, "Int32", 12,-66052, true);
164 test(isTestingGet, "Int32", 1e12, undefined, true);
167 test(isTestingGet, "Int32", 0, 66051);
168 test(isTestingGet, "Int32", undefined, 66051)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 39 Int32 askMode = ((*_extractStatuses)[_currentIndex]) ? (_testMode ?
57 HRESULT CFolderOutStream::CloseFileAndSetResult(Int32 res)
133 HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult)
7zHandler.h 63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 65 Int32 *answer)
86 STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *name, bool /* isFolder */, Int32 askExtractMode, const UInt64 *position)
108 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted)
  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 54 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
87 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 55 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
88 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
  /external/lzma/C/
LzFind.h 54 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
87 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 721 external llvm_add_function_attr : llvalue -> int32 -> unit
723 external llvm_remove_function_attr : llvalue -> int32 -> unit
725 external llvm_function_attr : llvalue -> int32 = "llvm_function_attr"
727 let pack_attr (attr:Attribute.t) : int32 =
729 Attribute.Zext -> Int32.shift_left 1l 0
730 | Attribute.Sext -> Int32.shift_left 1l 1
731 | Attribute.Noreturn -> Int32.shift_left 1l 2
732 | Attribute.Inreg -> Int32.shift_left 1l 3
733 | Attribute.Structret -> Int32.shift_left 1l 4
734 | Attribute.Nounwind -> Int32.shift_left 1l
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 596 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - 1));
803 matchByte = _matchFinder.GetIndexByte((Int32)(0 - reps[0] - 1 - 1));
911 UInt32 lenTest2 = _matchFinder.GetMatchLen((Int32)lenTest, reps[repIndex], t);
921 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)).GetPrice(true,
922 _matchFinder.GetIndexByte((Int32)((Int32)lenTest - 1 - (Int32)(reps[repIndex] + 1))),
923 _matchFinder.GetIndexByte((Int32)lenTest - 1));
986 UInt32 lenTest2 = _matchFinder.GetMatchLen((Int32)lenTest, curBack, t);
995 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)).
    [all...]
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 36 DECLARE_CREATE_PROPERTY(Int32, INT32);
49 INT32* result);
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 71 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
199 STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationResult)
237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 2 open Int32
15 | C_uint of int32
16 | C_int32 of int32
56 | C_int32 u -> (Int32.to_int u)
73 | C_int32 u -> (float_of_int (Int32.to_int u))
120 let make_uint i = C_uint (Int32.of_int i)
121 let make_int32 i = C_int32 (Int32.of_int i)
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 665 bool ParseInt32(const Message& src_text, const char* str, Int32* value) {
682 // Is the parsed value in the range of an Int32?
683 const Int32 result = static_cast<Int32>(long_value);
688 // The parsed value overflows as an Int32.
717 Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) {
725 Int32 result = default_value;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 669 bool ParseInt32(const Message& src_text, const char* str, Int32* value) {
686 // Is the parsed value in the range of an Int32?
687 const Int32 result = static_cast<Int32>(long_value);
692 // The parsed value overflows as an Int32.
721 Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) {
729 Int32 result = default_value;
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; }
108 public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit)
124 public void ReduceOffsets(Int32 subValue)
  /external/mesa3d/src/gtest/src/
gtest-port.cc 665 bool ParseInt32(const Message& src_text, const char* str, Int32* value) {
682 // Is the parsed value in the range of an Int32?
683 const Int32 result = static_cast<Int32>(long_value);
688 // The parsed value overflows as an Int32.
717 Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) {
725 Int32 result = default_value;
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
157 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]

Completed in 530 milliseconds

12 3 4 5 6 7