Searched refs:ZSTD_writeLE32 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | mem.h | 89 ZSTD_STATIC void ZSTD_writeLE32(void *memPtr, U32 val32) { put_unaligned_le32(val32, memPtr); } in ZSTD_writeLE32() function 106 ZSTD_writeLE32(memPtr, (U32)val); in ZSTD_writeLEST()
|
D | compress.c | 455 …case 3: /* 2 - 2 - 20 */ ZSTD_writeLE32(ostart, (U32)((U32)set_basic + (3 << 2) + (srcSize << 4)))… in ZSTD_noCompressLiterals() 473 …case 3: /* 2 - 2 - 20 */ ZSTD_writeLE32(ostart, (U32)((U32)set_rle + (3 << 2) + (srcSize << 4))); … in ZSTD_compressRleLiteralsBlock() 538 ZSTD_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 545 ZSTD_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 2411 ZSTD_writeLE32(op, cBlockHeader24); /* no pb, 4th byte will be overwritten */ in ZSTD_compress_generic() 2447 ZSTD_writeLE32(dst, ZSTD_MAGICNUMBER); in ZSTD_writeFrameHeader() 2464 ZSTD_writeLE32(op + pos, dictID); in ZSTD_writeFrameHeader() 2479 ZSTD_writeLE32(op + pos, (U32)(pledgedSrcSize)); in ZSTD_writeFrameHeader() 2789 ZSTD_writeLE32(op, cBlockHeader24); in ZSTD_writeEpilogue() 2798 ZSTD_writeLE32(op, checksum); in ZSTD_writeEpilogue()
|