Lines Matching refs:uptrval

292 typedef uintptr_t uptrval;  typedef
302 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef
1685 …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()
2555 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)(op))) in LZ4_decompress_generic()
2559 if ((safeDecode) && unlikely((uptrval)(ip) + length < (uptrval)(ip))) in LZ4_decompress_generic()
2661 if ((safeDecode) && unlikely((uptrval)(op) + length < (uptrval)op)) in LZ4_decompress_generic()
3152 return (char *)(uptrval)((LZ4_stream_t *)state)->internal_donotuse.dictionary; in LZ4_slideInputBuffer()