Home | History | Annotate | Download | only in a64

Lines Matching defs:sign

2691   char sign = (offset < 0) ? '-' : '+';
2692 AppendToOutput("#%c0x%" PRIx64, sign, std::abs(offset));