Home
last modified time | relevance | path

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

/linux-6.15/lib/lz4/
H A Dlz4_decompress.c206 && unlikely((uptrval)(op) + in LZ4_decompress_generic()
207 length < (uptrval)(op))) { in LZ4_decompress_generic()
212 && unlikely((uptrval)(ip) + in LZ4_decompress_generic()
213 length < (uptrval)(ip))) { in LZ4_decompress_generic()
327 (uptrval)(op) + length < (uptrval)op)) { in LZ4_decompress_generic()
H A Dlz4defs.h56 typedef uintptr_t uptrval; typedef
H A Dlz4_compress.c815 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { in LZ4_renormDictT()