Searched refs:uptrval (Results 1 – 2 of 2) sorted by relevance
182 typedef uintptr_t uptrval; typedef189 typedef size_t uptrval; /* generally true, except OpenVMS-64 */ typedef1019 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : b… in LZ4_compress_fast_extState()1026 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)source > MAX_DISTANCE)) ? byPtr : b… in LZ4_compress_fast_extState()1056 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU3… in LZ4_compress_fast_extState_fastReset()1070 …const tableType_t tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU3… in LZ4_compress_fast_extState_fastReset()1130 …tableType_t const tableType = ((sizeof(void*)==4) && ((uptrval)src > MAX_DISTANCE)) ? byPtr : byU3… in LZ4_compress_destSize_extState()1503 …if ((safeDecode) && unlikely((uptrval)(op)+length<(uptrval)(op))) goto _output_error; /* overflo… in LZ4_decompress_generic()1504 …if ((safeDecode) && unlikely((uptrval)(ip)+length<(uptrval)(ip))) goto _output_error; /* overflo… in LZ4_decompress_generic()1555 …if ((safeDecode) && unlikely((uptrval)(op)+length<(uptrval)op)) goto _output_error; /* overflow … in LZ4_decompress_generic()[all …]
97 uptrval startingOffset = hc4->end - hc4->base; in LZ4HC_init()902 LZ4_streamHCPtr->internal_donotuse.end -= (uptrval)LZ4_streamHCPtr->internal_donotuse.base; in LZ4_resetStreamHC_fast()1087 return (char *)(uptrval)bufferStart; in LZ4_slideInputBufferHC()