Searched refs:tempSize (Results 1 – 7 of 7) sorted by relevance
/third_party/lzma/CPP/Common/ |
D | IntToString.cpp | 9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument 10 unsigned char temp[tempSize]; unsigned i = 0; \
|
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 48 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument 49 unsigned char temp[tempSize]; unsigned i = 0; \
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 554 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/ |
D | dng_info.cpp | 1528 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/ |
D | Alloc.c | 42 #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/ |
D | ByteString.java | 592 int tempSize = 0; in copyFrom() local 595 iter.next(), ++tempSize) {} in copyFrom() 596 size = tempSize; in copyFrom()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
|