Searched refs:diff (Results 1 – 2 of 2) sorted by relevance
66 int diff; in memcmp() local70 : CC_OUT(nz)(diff), "+D"(s1), "+S"(s2) in memcmp()74 if (diff) in memcmp()75 diff = *(const unsigned char *)(s1 - 1) - *(const unsigned char *)(s2 - 1); in memcmp()77 return diff; in memcmp()
794 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count() local795 if (!diff) in LZ4_count()802 return LZ4_NbCommonBytes(diff); in LZ4_count()808 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count() local809 if (!diff) in LZ4_count()815 pIn += LZ4_NbCommonBytes(diff); in LZ4_count()