HomeSort by relevance Sort by last modified time
    Searched full:outsize (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 361 size_t outSize;
365 outSize = (size_t)fileSize / 20 * 21 + (1 << 16);
366 if (outSize != 0)
368 outBuffer = (Byte *)MyAlloc((size_t)outSize);
374 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
387 outSize = (size_t)outSize64;
388 if (outSize != outSize64)
390 if (outSize != 0)
392 outBuffer = (Byte *)MyAlloc(outSize);
396 int res = Lzma86_Decode(outBuffer, &outSize, inBuffer, &inSize);
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidNativeActivity.cpp 39 static void* onSaveInstanceStateCallback (ANativeActivity* activity, size_t* outSize)
41 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize);
150 void* NativeActivity::onSaveInstanceState (size_t* outSize)
152 *outSize = 0;
  /external/lzma/C/
MtCoder.h 47 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize);
MtCoder.c 58 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
60 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
82 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize)
87 UPDATE_PROGRESS(outSize, p->outSizes[index], p->totalOutSize)
LzmaDec.c 875 SizeT outSize = *destLen;
886 if (outSize > p->dicBufSize - dicPos)
893 outSizeCur = dicPos + outSize;
904 outSize -= outSizeCur;
908 if (outSizeCur == 0 || outSize == 0)
1008 SizeT outSize = *destLen, inSize = *srcLen;
1016 p.dicBufSize = outSize;
1019 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 152 public void SetProgress(Int64 inSize, Int64 outSize)
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize)
196 UInt64 numCommands = inSize * 220 + outSize * 20;
312 UInt64 outSize = kBufferSize;
314 decoder.Code(compressedStream, crcOutStream, 0, (Int64)outSize, null);
  /external/lzma/Java/SevenZip/
LzmaBench.java 202 public void SetProgress(long inSize, long outSize)
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize)
246 long numCommands = inSize * 220 + outSize * 20;
365 long outSize = kBufferSize;
367 if (!decoder.Code(inputCompressedStream, crcOutStream, outSize))
LzmaAlone.java 234 long outSize = 0;
240 outSize |= ((long)v) << (8 * i);
242 if (!decoder.Code(inStream, outStream, outSize))
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 195 Point outSize = new Point();
196 display.getSize(outSize);
197 assertEquals(SECONDARY_DISPLAY_WIDTH, outSize.x);
198 assertEquals(SECONDARY_DISPLAY_HEIGHT, outSize.y);
215 Point outSize = new Point();
216 display.getSize(outSize);
  /external/lz4/programs/
lz4io.c 326 unsigned int outSize;
333 outSize = compressionFunction(in_buff, out_buff+4, inSize);
334 compressedfilesize += outSize+4;
338 LZ4IO_writeLE32(out_buff, outSize);
339 sizeCheck = fwrite(out_buff, 1, outSize+4, foutput);
340 if (sizeCheck!=(size_t)(outSize+4)) EXM_THROW(23, "Write error : cannot write compressed block");
418 size_t outSize;
421 outSize = LZ4F_compressUpdate(ctx, out_buff, outBuffSize, in_buff, readSize, NULL);
422 if (LZ4F_isError(outSize)) EXM_THROW(34, "Compression failed : %s", LZ4F_getErrorName(outSize));
    [all...]
  /external/squashfs-tools/squashfs-tools/
lzma_wrapper.c 82 static int lzma_uncompress(void *dest, void *src, int size, int outsize,
94 if(outlen > outsize) {
  /device/google/dragon/recovery/updater/
flash_ec.c 42 uint32_t outsize; member in struct:cros_ec_command
59 const void *outdata, int outsize, void *indata, int insize)
71 s_cmd.outsize = outsize;
  /external/curl/src/
mkhelp.pl 240 $outsize=0;
246 $outsize += length($new)+1; # one for the newline
252 if($outsize > 500) {
255 $outsize=length($new)+1;
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 176 std::unique_ptr<uint8_t[]> getData(JNIEnv* env, jbyteArray javaArray, size_t& outSize) {
178 outSize = scopedArray.size();
179 std::unique_ptr<uint8_t[]> data(new uint8_t[outSize]);
180 for (size_t i = 0; i < outSize; i++) {
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 40 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
44 _outSizeIsDefined = (outSize != 0);
46 _outSize = *outSize;
FilterCoder.h 98 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
CWrappers.cpp 15 static SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) throw()
18 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize));
  /frameworks/minikin/libs/minikin/
FontLanguageListCache.cpp 33 static size_t toLanguageTag(char* output, size_t outSize, const std::string& locale) {
41 outLength = uloc_canonicalize(locale.c_str(), output, outSize, &uErr);
66 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 202 long outSize) throws IOException
213 while (outSize < 0 || nowPos64 < outSize)
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 108 jint pageIndex, jobject outSize) {
130 env->SetIntField(outSize, gPointClassInfo.x, width);
131 env->SetIntField(outSize, gPointClassInfo.y, height);
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 49 UInt64 OutSize;
73 OutSize = 0;
116 lps->OutSize = OutSize;
355 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
387 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
405 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
515 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p);
647 OutSize += outLen;
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 78 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
  /external/zopfli/src/zopfli/
blocksplitter.c 132 static void AddSorted(size_t value, size_t** out, size_t* outsize) {
134 ZOPFLI_APPEND_DATA(value, out, outsize);
135 for (i = 0; i + 1 < *outsize; i++) {
138 for (j = *outsize - 1; j > i; j--) {
  /frameworks/base/include/androidfw/
CursorWindow.h 134 inline const void* getFieldSlotValueBlob(FieldSlot* fieldSlot, size_t* outSize) {
135 *outSize = fieldSlot->data.buffer.size;
  /dalvik/dexdump/
DexDump.cpp 715 int outSize;
753 outSize = snprintf(buf, bufSize, "<unknown-index>");
760 outSize = snprintf(buf, bufSize, "<no-index>");
767 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x",
772 outSize = snprintf(buf, bufSize, "%s // type@%0*x",
775 outSize = snprintf(buf, bufSize, "<type?> // type@%0*x", width, index);
780 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x",
783 outSize = snprintf(buf, bufSize, "<string?> // string@%0*x",
791 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x",
796 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x"
    [all...]

Completed in 346 milliseconds

1 23 4 5 6 7 8 9