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

  /external/lzma/C/
Delta.h 13 #define DELTA_STATE_SIZE 256
Delta.c 9 for (i = 0; i < DELTA_STATE_SIZE; i++)
22 Byte buf[DELTA_STATE_SIZE];
45 Byte buf[DELTA_STATE_SIZE];
XzDec.c 61 Byte deltaState[DELTA_STATE_SIZE];
  /external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp 14 Byte _state[DELTA_STATE_SIZE];

Completed in 93 milliseconds