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

  /external/lzma/C/
7zIn.c 821 UInt32 *digests2 = 0; local
822 SRes res = SzReadHashDigests(sd, numDigests, &digestsDefined2, &digests2, allocTemp);
841 (*digests)[si] = digests2[digestIndex];
848 IAlloc_Free(allocTemp, digests2);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 461 CRecordVector<UInt32> digests2; local
473 digests2.Add(digests[digestIndex]);
476 WriteHashDigests(digestsDefined2, digests2);
7zIn.cpp 651 CRecordVector<UInt32> digests2; local
652 ReadHashDigests(numDigests, digestsDefined2, digests2);
667 digests.Add(digests2[digestIndex]);
    [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 419 milliseconds