Home | History | Annotate | Download | only in arm64

Lines Matching defs:diff

303       UInt diff = 0xFF & (UInt)(block1[i] - block2[i]);
304 if (diff == 0)
307 printf("%02x ", diff);