Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lzo/
Dlzo1x_decompress_safe.c36 #define MAX_255_COUNT ((((size_t)~0) / 255) - 2) macro
76 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()
144 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()
169 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()