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