Searched defs:dstEnd (Results 1 – 2 of 2) sorted by relevance
317 BYTE* const dstEnd = dstStart + dstCapacity; in LZ4F_compressFrame() local1054 BYTE* const dstEnd = dstStart + *dstSizePtr; in LZ4F_decompress() local
250 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd) in LZ4_wildCopy()