Home | History | Annotate | Download | only in priv

Lines Matching refs:shortCTR

4596    static UInt shortCTR = 0; /* DO NOT MAKE NON-STATIC */
4598 shortCTR++; // thread safety bleh
4599 if (0 == (shortCTR & 0x3FF)) {
4602 vex_printf("QQQ chainXDirect_ARM: shortCTR = %u, "
4603 "using long form\n", shortCTR);