Home
last modified time | relevance | path

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

/Linux-v5.4/lib/lz4/
Dlz4_decompress.c204 && unlikely((uptrval)(op) + in LZ4_decompress_generic()
205 length < (uptrval)(op))) { in LZ4_decompress_generic()
210 && unlikely((uptrval)(ip) + in LZ4_decompress_generic()
211 length < (uptrval)(ip))) { in LZ4_decompress_generic()
317 (uptrval)(op) + length < (uptrval)op)) { in LZ4_decompress_generic()
Dlz4defs.h53 typedef uintptr_t uptrval; typedef
Dlz4_compress.c816 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { in LZ4_renormDictT()