Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_info.cpp1528 uint32 tempSize = SafeUint32Sub(section_count, 6); in ParseDNGPrivateData() local
1530 AutoPtr<dng_memory_block> tempBlock (host.Allocate (tempSize)); in ParseDNGPrivateData()
1534 stream.Get (tempBlock->Buffer (), tempSize); in ParseDNGPrivateData()
1537 tempSize, in ParseDNGPrivateData()
1544 tempSize, in ParseDNGPrivateData()
1548 tempSize); in ParseDNGPrivateData()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java592 int tempSize = 0; in copyFrom() local
595 iter.next(), ++tempSize) {} in copyFrom()
596 size = tempSize; in copyFrom()