Searched refs:uptrval (Results 1 – 1 of 1) sorted by relevance
311 typedef uintptr_t uptrval; typedef321 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef1377 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState()1384 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > LZ4_DISTANCE_MAX)) ? byPtr… in LZ4_compress_fast_extState()1416 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()1430 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : … in LZ4_compress_fast_extState_fastReset()1477 …tableType_t const addrMode = ((sizeof(void*)==4) && ((uptrval)src > LZ4_DISTANCE_MAX)) ? byPtr : b… in LZ4_compress_destSize_extState()2035 … if (unlikely((uptrval)(op)+length<(uptrval)(op))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()2036 … if (unlikely((uptrval)(ip)+length<(uptrval)(ip))) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()2070 … if (unlikely((uptrval)(op)+length<(uptrval)op)) { goto _output_error; } /* overflow detection */ in LZ4_decompress_generic()[all …]