Home
last modified time | relevance | path

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

/external/lz4/tests/
Dframetest.c257 size_t decResult, oSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
259 CHECK_V(decResult, LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL)); in basicTests()
267 op += oSize; in basicTests()
268 oSize = (size_t)(oend-op); in basicTests()
269 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL); in basicTests()
271 op += oSize; in basicTests()
277 { size_t oSize = 0; in basicTests() local
283 CHECK( LZ4F_decompress(dCtx, NULL, &oSize, ip, &iSize, NULL) ); in basicTests()
340 size_t oSize = oend-op; in basicTests() local
342 CHECK( LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL) ); in basicTests()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp4301 const unsigned oSize = code->fileSize(TGSI_FILE_OUTPUT); in Converter() local
4306 oData.setup(TGSI_FILE_OUTPUT, 0, 0, oSize, 4, 4, FILE_GPR, 0); in Converter()