Home | History | Annotate | Download | only in priv

Lines Matching refs:shortCTR

4755    static UInt shortCTR = 0; /* DO NOT MAKE NON-STATIC */
4757 shortCTR++; // thread safety bleh
4758 if (0 == (shortCTR & 0x3FF)) {
4761 vex_printf("QQQ chainXDirect_ARM: shortCTR = %u, "
4762 "using long form\n", shortCTR);