HomeSort by relevance Sort by last modified time
    Searched defs:dstCapacity (Results 1 - 5 of 5) sorted by null

  /external/lz4/examples/
frameCompress.c 133 size_t dstCapacity = 0;
167 dstCapacity = get_block_size(&info);
168 dst = malloc(dstCapacity);
180 size_t dstSize = dstCapacity;
  /external/lz4/tests/
frametest.c 397 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs);
398 DISPLAYLEVEL(4, "dstCapacity = %u \n", (U32)dstCapacity)
399 cSize = LZ4F_compressFrame(compressedBuffer, dstCapacity, CNBuffer, testSize, &prefs);
406 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs);
407 DISPLAYLEVEL(4, "dstCapacity = %u \n", (U32)dstCapacity)
408 cSize = LZ4F_compressFrame(compressedBuffer, dstCapacity, CNBuffer, testSize, &prefs);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 

Completed in 264 milliseconds