Searched refs:LZ4_writeLE16 (Results 1 – 2 of 2) sorted by relevance
431 static void LZ4_writeLE16(void* memPtr, U16 value) in LZ4_writeLE16() function1129 LZ4_writeLE16(op, (U16)offset); op+=2; in LZ4_compress_generic_validated()1133 LZ4_writeLE16(op, (U16)(ip - match)); op+=2; in LZ4_compress_generic_validated()
524 LZ4_writeLE16(op, (U16)(ip - match)); op += 2; in LZ4HC_encodeSequence()