Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/lzo/
A Dlzo1x_decompress_safe.c37 #define MAX_255_COUNT ((((size_t)~0) / 255) - 2) macro
87 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()
155 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()
196 if (unlikely(offset > MAX_255_COUNT)) in lzo1x_decompress_safe()

Completed in 3 milliseconds