Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DIntToString.cpp7 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
8 unsigned char temp[tempSize]; unsigned i = 0; \
/external/lzma/C/Util/7z/
D7zMain.c357 size_t tempSize = 0; in main() local
451 if (len > tempSize) in main()
454 tempSize = len; in main()
455 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main()
/external/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()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java536 int tempSize = 0; in copyFrom() local
538 iter.next(), ++tempSize) { in copyFrom()
540 size = tempSize; in copyFrom()
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl250 ArrayIndex tempSize = size_; local
252 other.size_ = tempSize;
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
/external/clang/lib/CodeGen/
DCGCall.cpp3780 llvm::Value *tempSize = nullptr; in EmitCall() local
3791 tempSize = llvm::ConstantInt::get(CGM.Int64Ty, scalarSize); in EmitCall()
3814 if (tempSize) { in EmitCall()
3815 EmitLifetimeEnd(tempSize, addr.getPointer()); in EmitCall()