Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DIntToString.cpp9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
10 unsigned char temp[tempSize]; unsigned i = 0; \
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c48 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
49 unsigned char temp[tempSize]; unsigned i = 0; \
/third_party/lzma/C/Util/7z/
D7zMain.c554 size_t tempSize = 0; in main() local
667 if (len > tempSize) in main()
670 tempSize = len; in main()
671 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main()
/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/lzma/C/
DAlloc.c42 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
43 char temp[tempSize]; unsigned i = 0; \
/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()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument