Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dasm.h398 int diff; in memcmp() local
402 : CC_OUT(nz)(diff), "+D"(s1), "+S"(s2) in memcmp()
406 if (diff) in memcmp()
407 diff = *(const unsigned char *)(s1 - 1) - *(const unsigned char *)(s2 - 1); in memcmp()
409 return diff; in memcmp()