Searched refs:uptrval (Results 1 – 1 of 1) sorted by relevance
292 typedef uintptr_t uptrval; typedef302 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef1685 …const tableType_t tableType = ((sizeof(void *) == 4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? by… in LZ4_compress_fast_extState()1697 …const tableType_t tableType = ((sizeof(void *) == 4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? by… in LZ4_compress_fast_extState()1737 …const tableType_t tableType = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState_fastReset()1759 …const tableType_t tableType = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState_fastReset()1811 …tableType_t const addrMode = ((sizeof(void *) == 4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr … in LZ4_compress_destSize_extState()2309 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)(op))) in LZ4_decompress_generic()2313 if ((safeDecode) && unlikely((uptrval)(ip) + length < (uptrval)(ip))) in LZ4_decompress_generic()2390 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)op)) in LZ4_decompress_generic()[all …]