Searched refs:LZ4_STREAMDECODESIZE_U64 (Results 1 – 1 of 1) sorted by relevance
641 #define LZ4_STREAMDECODESIZE_U64 (4 + ((sizeof(void *) == 16) ? 2 : 0) /*AS-400*/) macro642 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long))645 unsigned long long table[LZ4_STREAMDECODESIZE_U64];