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

  /external/lzma/C/
Delta.h 11 #define DELTA_STATE_SIZE 256
Delta.c 11 for (i = 0; i < DELTA_STATE_SIZE; i++)
24 Byte buf[DELTA_STATE_SIZE];
47 Byte buf[DELTA_STATE_SIZE];
7zDec.c 512 Byte state[DELTA_STATE_SIZE];
XzDec.c 64 Byte deltaState[DELTA_STATE_SIZE];
  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 19 Byte _state[DELTA_STATE_SIZE];

Completed in 357 milliseconds