Home
last modified time | relevance | path

Searched refs:oSize (Results 1 – 2 of 2) sorted by relevance

/external/lz4/tests/
Dframetest.c249 size_t decResult, oSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
251 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL); in basicTests()
260 op += oSize; in basicTests()
261 oSize = (size_t)(oend-op); in basicTests()
262 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL); in basicTests()
264 op += oSize; in basicTests()
270 { size_t oSize = 0; in basicTests() local
275 errorCode = LZ4F_decompress(dCtx, NULL, &oSize, ip, &iSize, NULL); in basicTests()
304 size_t oSize = oend-op; in basicTests() local
306 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL); in basicTests()
[all …]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp2308 const unsigned oSize = code->fileSize(TGSI_FILE_OUTPUT); in Converter() local
2313 oData.setup(TGSI_FILE_OUTPUT, 0, 0, oSize, 4, 4, FILE_GPR, 0); in Converter()