HomeSort by relevance Sort by last modified time
    Searched refs:oSize (Results 1 - 3 of 3) sorted by null

  /external/lz4/tests/
frametest.c 249 size_t decResult, oSize = COMPRESSIBLE_NOISE_LENGTH;
251 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL);
260 op += oSize;
261 oSize = (size_t)(oend-op);
262 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL);
264 op += oSize;
270 { size_t oSize = 0;
275 errorCode = LZ4F_decompress(dCtx, NULL, &oSize, ip, &iSize, NULL);
304 size_t oSize = oend-op;
306 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL)
    [all...]