Home
last modified time | relevance | path

Searched refs:DELTA_STATE_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DDelta.c11 for (i = 0; i < DELTA_STATE_SIZE; i++) in Delta_Init()
24 Byte buf[DELTA_STATE_SIZE]; in Delta_Encode()
47 Byte buf[DELTA_STATE_SIZE]; in Delta_Decode()
DDelta.h11 #define DELTA_STATE_SIZE 256 macro
DXzDec.c64 Byte deltaState[DELTA_STATE_SIZE];
/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp14 Byte _state[DELTA_STATE_SIZE];