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

1 2

  /external/lz4/programs/
frametest.c 205 size_t cSize, testSize;
220 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL);
221 if (LZ4F_isError(cSize)) goto _output_error;
222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
227 size_t compressedBufferSize = cSize;
231 BYTE* const iend = (BYTE*)compressedBuffer + cSize;
265 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &prefs);
266 if (LZ4F_isError(cSize)) goto _output_error;
267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
271 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSi (…)
    [all...]
bench.c 352 size_t cSize=0;
380 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize;
381 ratio = (double)cSize/(double)benchedSize*100.;
383 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000.);
401 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
411 DISPLAY("%-16.16s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
413 DISPLAY("%-16.16s : %9i -> %9i (%5.1f%%),%7.1f MB/s ,%7.1f MB/s \n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
416 totalz += cSize;
fullbench.c 496 size_t cSize=0;
583 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize;
584 ratio = (double)cSize/(double)benchedSize*100.;
585 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
589 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
591 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
594 totalCSize[cAlgNb] += cSize;
  /external/tpm2/
MathFunctions_fp.h 22 _math__ModExp(UINT32 cSize, // IN: size of the result
37 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
MathFunctions.c 98 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
107 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize);
110 i2 = *cSize - i;
113 c = &c[*cSize - 1];
437 UINT32 cSize, // IN: size of the result
482 if((unsigned)BN_num_bytes(bnC) > cSize)
487 i = cSize - BN_num_bytes(bnC);
  /hardware/ti/omap3/dspbridge/inc/
memry.h 155 * cSize: Size in bytes of the data buffer.
160 * The size (cSize) must accurately reflect the size of the buffer to
167 ULONG cSize);
197 * cSize: Size in bytes of the buffer.
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
mem.h 354 * cSize: Size in bytes of the data buffer.
360 * - The size (cSize) must accurately reflect the size of the buffer to
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
375 * cSize: Size in bytes of the buffer.
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
memry.h 155 * cSize: Size in bytes of the data buffer.
160 * The size (cSize) must accurately reflect the size of the buffer to
167 ULONG cSize);
197 * cSize: Size in bytes of the buffer.
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
mem.h 354 * cSize: Size in bytes of the data buffer.
360 * - The size (cSize) must accurately reflect the size of the buffer to
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
375 * cSize: Size in bytes of the buffer.
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 672 int cSize = cStride * height/2;
677 uint8_t *yv12_u0 = yv12_v0 + cSize;
682 uint8_t *yv12_u = yv12_v + cSize;
713 int cSize = cStride * height/2;
719 uint8_t *yv12_u0 = yv12_v0 + cSize;
724 uint8_t *yv12_u = yv12_v + cSize;
749 int cSize = cStride * height/2;
755 uint8_t *yv12_v0 = yv12_u0 + cSize;
937 int cSize = cStride * height/2;
942 uint8_t *yv12_u0 = yv12_v0 + cSize;
    [all...]
  /frameworks/av/media/ndk/
NdkImage.cpp 350 uint32_t dataSize, ySize, cSize, cStride;
375 cSize = mBuffer->width * (mBuffer->height / 2 - 1) + mBuffer->width - 1;
379 dataSize = (planeIdx == 0) ? ySize : cSize;
391 cSize = cStride * mBuffer->height / 2;
392 cb = cr + cSize;
396 dataSize = (planeIdx == 0) ? ySize : cSize;
  /libcore/ojluni/src/main/java/java/util/
AbstractList.java 679 int cSize = c.size();
680 if (cSize==0)
686 size += cSize;
ArrayList.java     [all...]
  /frameworks/base/media/jni/
android_media_Utils.cpp 658 uint32_t dataSize, ySize, cSize, cStride;
664 dataSize = ySize = cSize = cStride = 0;
695 cSize = buffer->width * (buffer->height / 2 - 1) + buffer->width - 1;
704 dataSize = (idx == 0) ? ySize : cSize;
716 cSize = cStride * buffer->height / 2;
717 cb = cr + cSize;
725 dataSize = (idx == 0) ? ySize : cSize;
  /external/lz4/lib/
lz4frame.c 459 U32 cSize;
460 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(srcSize-1), level);
461 LZ4F_writeLE32(cSizePtr, cSize);
462 if (cSize == 0) /* compression failed */
464 cSize = (U32)srcSize;
465 LZ4F_writeLE32(cSizePtr, cSize + LZ4F_BLOCKUNCOMPRESSED_FLAG);
468 return cSize + 4;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1059 milliseconds

1 2