Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c207 && unlikely((uptrval)(op) + in LZ4_decompress_generic()
208 length < (uptrval)(op))) { in LZ4_decompress_generic()
213 && unlikely((uptrval)(ip) + in LZ4_decompress_generic()
214 length < (uptrval)(ip))) { in LZ4_decompress_generic()
328 (uptrval)(op) + length < (uptrval)op)) { in LZ4_decompress_generic()
H A Dlz4defs.h55 typedef uintptr_t uptrval; typedef
H A Dlz4_compress.c816 ((uptrval)LZ4_dict->currentOffset > (uptrval)src)) { in LZ4_renormDictT()