Home
last modified time | relevance | path

Searched refs:uptrval (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4.c307 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()
[all …]
Dlz4hc.c1041 … LZ4_streamHCPtr->internal_donotuse.end -= (uptrval)LZ4_streamHCPtr->internal_donotuse.prefixStart; in LZ4_resetStreamHC_fast()
1261 return (char*)(uptrval)bufferStart; in LZ4_slideInputBufferHC()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58466 typedef uintptr_t uptrval; typedef