HomeSort by relevance Sort by last modified time
    Searched refs:tempSize (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/Common/
IntToString.cpp 7 #define CONVERT_INT_TO_STR(charType, tempSize) \
8 unsigned char temp[tempSize]; unsigned i = 0; \
  /external/lzma/C/Util/7z/
7zMain.c 357 size_t tempSize = 0;
451 if (len > tempSize)
454 tempSize = len;
455 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
  /external/dng_sdk/source/
dng_info.cpp 1528 uint32 tempSize = SafeUint32Sub(section_count, 6);
1530 AutoPtr<dng_memory_block> tempBlock (host.Allocate (tempSize));
1534 stream.Get (tempBlock->Buffer (), tempSize);
1537 tempSize,
1544 tempSize,
1548 tempSize);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java 536 int tempSize = 0;
538 iter.next(), ++tempSize) {
540 size = tempSize;
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 578 #define CONVERT_INT_TO_STR(charType, tempSize) \
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 340 milliseconds