Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dlz4frame.c218 static void LZ4F_writeLE64 (BYTE* dstPtr, U64 value64) in LZ4F_writeLE64() function
459 LZ4F_writeLE64(dstPtr, cctxPtr->prefs.frameInfo.contentSize); in LZ4F_compressBegin()
/aosp_15_r20/external/lz4/lib/
H A Dlz4frame.c220 static void LZ4F_writeLE64 (void* dst, U64 value64) in LZ4F_writeLE64() function
797 LZ4F_writeLE64(dstPtr, cctx->prefs.frameInfo.contentSize); in LZ4F_compressBegin_internal()