Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c1304 size_t accumulator = lastRun - RUN_MASK; in LZ4_compress_generic_validated() local
1306 for(; accumulator >= 255 ; accumulator-=255) *op++ = 255; in LZ4_compress_generic_validated()
1307 *op++ = (BYTE) accumulator; in LZ4_compress_generic_validated()