Searched refs:matchDistance (Results 1 – 1 of 1) sorted by relevance
543 uint64_t matchDistance = *(const uint16_t *)src; // 0x0000 <= matchDistance <= 0xffff in lz4_decode() local547 if (matchDistance == 0) { in lz4_decode()551 if (__improbable(matchDistance == 0)) { in lz4_decode()554 uint8_t * ref = dst - matchDistance; in lz4_decode()557 …printf("Invalid reference D=0x%llx dst_begin=%p dst=%p dst_end=%p\n", matchDistance, dst_begin, ds… in lz4_decode()