Searched defs:tempSize (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_info.cpp1528 uint32 tempSize = SafeUint32Sub(section_count, 6); local
1530 AutoPtr<dng_memory_block> tempBlock (host.Allocate (tempSize));
1534 stream.Get (tempBlock->Buffer (), tempSize);
1537 tempSize,
1544 tempSize,
1548 tempSize);
/external/lzma/C/Util/7z/
H A D7zMain.c317 size_t tempSize = 0; local
406 if (len > tempSize)
409 tempSize = len;
410 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));

Completed in 2199 milliseconds