Home
last modified time | relevance | path

Searched refs:dstPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dlz4.c356 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy8()
388 dstPtr[0] = srcPtr[0]; in LZ4_memcpy_using_offset_base()
389 dstPtr[1] = srcPtr[1]; in LZ4_memcpy_using_offset_base()
390 dstPtr[2] = srcPtr[2]; in LZ4_memcpy_using_offset_base()
395 dstPtr += 8; in LZ4_memcpy_using_offset_base()
398 dstPtr += 8; in LZ4_memcpy_using_offset_base()
411 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy32()
446 LZ4_memcpy(dstPtr, v, 8); in LZ4_memcpy_using_offset()
447 dstPtr += 8; in LZ4_memcpy_using_offset()
448 while (dstPtr < dstEnd) { in LZ4_memcpy_using_offset()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c756 BYTE* dstPtr = (BYTE*)dstBuffer; in ZDICT_analyzeEntropy() local
853 dstPtr += hhSize; in ZDICT_analyzeEntropy()
864 dstPtr += ohSize; in ZDICT_analyzeEntropy()
875 dstPtr += mhSize; in ZDICT_analyzeEntropy()
886 dstPtr += lhSize; in ZDICT_analyzeEntropy()
897 MEM_writeLE32(dstPtr+0, bestRepOffset[0].offset); in ZDICT_analyzeEntropy()
898 MEM_writeLE32(dstPtr+4, bestRepOffset[1].offset); in ZDICT_analyzeEntropy()
899 MEM_writeLE32(dstPtr+8, bestRepOffset[2].offset); in ZDICT_analyzeEntropy()
903 MEM_writeLE32(dstPtr+0, repStartValue[0]); in ZDICT_analyzeEntropy()
904 MEM_writeLE32(dstPtr+4, repStartValue[1]); in ZDICT_analyzeEntropy()
[all …]