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

  /external/lzma/C/
Xz.h 12 #define XZ_ID_Delta 3
XzDec.c 77 if (p->methodId == XZ_ID_Delta)
118 if (p->methodId == XZ_ID_Delta)
166 case XZ_ID_Delta:
201 if (id != XZ_ID_Delta &&
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 166 { XZ_ID_Delta, "Delta" },
195 else if (f.id == XZ_ID_Delta && f.propsSize == 1)

Completed in 40 milliseconds