Home | History | Annotate | Download | only in arm64

Lines Matching refs:diff

315       UInt diff = 0xFF & (UInt)(block1[i] - block2[i]);
316 if (diff == 0)
319 printf("%02x ", diff);