Searched refs:tempSizes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c341 SizeT tempSizes[3] = { 0, 0, 0}; local
373 tempSizes[1 - ci] = outSizeCur;
420 tempSizes[2] = (SizeT)s3Size;
421 if (tempSizes[2] != s3Size)
423 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
424 if (tempBuf[2] == 0 && tempSizes[2] != 0)
431 tempBuf[0], tempSizes[0],
432 tempBuf[1], tempSizes[1],
433 tempBuf[2], tempSizes[2],
/external/lzma/C/
H A D7zDec.c341 SizeT tempSizes[3] = { 0, 0, 0}; local
373 tempSizes[1 - ci] = outSizeCur;
420 tempSizes[2] = (SizeT)s3Size;
421 if (tempSizes[2] != s3Size)
423 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
424 if (tempBuf[2] == 0 && tempSizes[2] != 0)
431 tempBuf[0], tempSizes[0],
432 tempBuf[1], tempSizes[1],
433 tempBuf[2], tempSizes[2],

Completed in 128 milliseconds