Searched refs:lazy (Results 1 – 2 of 2) sorted by relevance
1606 unsigned lazy = 0; in encodeLZ77() local1691 if(!lazy && length >= 3 && length <= maxlazymatch && length < MAX_SUPPORTED_DEFLATE_LENGTH) { in encodeLZ77()1692 lazy = 1; in encodeLZ77()1697 if(lazy) { in encodeLZ77()1698 lazy = 0; in encodeLZ77()
983 - feat(docs) lazy load individual examples as well [`918d948`](https://github.com/lvgl/lvgl/commit/…1366 - docs add lazy load to the iframes of the examples [`c49e830`](https://github.com/lvgl/lvgl/commit…