Lines Matching refs:uptrval
307 typedef uintptr_t uptrval; typedef
317 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef
1356 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState()
1363 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState()
1394 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()
1408 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()
1455 …tableType_t const addrMode = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : b… in LZ4_compress_destSize_extState()
2008 … if (unlikely((uptrval)(op)+length<(uptrval)(op))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()
2009 … if (unlikely((uptrval)(ip)+length<(uptrval)(ip))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()
2040 … if (unlikely((uptrval)(op)+length<(uptrval)op)) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()
2165 … if (unlikely((uptrval)(op)+length<(uptrval)(op))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()
2166 … if (unlikely((uptrval)(ip)+length<(uptrval)(ip))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()
2243 … if (unlikely((uptrval)(op)+length<(uptrval)op)) goto _output_error; /* overflow detection */ in LZ4_decompress_generic()
2719 return (char *)(uptrval)((LZ4_stream_t*)state)->internal_donotuse.dictionary; in LZ4_slideInputBuffer()