Home | History | Annotate | Download | only in priv

Lines Matching refs:shortCTR

3602    static UInt shortCTR = 0; /* DO NOT MAKE NON-STATIC */
3604 shortCTR++; // thread safety bleh
3605 if (0 == (shortCTR & 0x3FF)) {
3608 vex_printf("QQQ chainXDirect_AMD64: shortCTR = %u, "
3609 "using long jmp\n", shortCTR);