Searched refs:uptrval (Results 1 – 3 of 3) sorted by relevance
307 typedef uintptr_t uptrval; typedef317 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef1356 …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()[all …]
1041 … LZ4_streamHCPtr->internal_donotuse.end -= (uptrval)LZ4_streamHCPtr->internal_donotuse.prefixStart; in LZ4_resetStreamHC_fast()1261 return (char*)(uptrval)bufferStart; in LZ4_slideInputBufferHC()
58466 typedef uintptr_t uptrval; typedef