Home
last modified time | relevance | path

Searched refs:INSTRUMENT_INC (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DRSAKeySieve.h67 # define INSTRUMENT_INC(a) (a) = (a) + 1 macro
78 # define INSTRUMENT_INC(a) macro
DRSAKeySieve.c248 INSTRUMENT_INC(MillerRabinTrials); // Instrumentation in MillerRabin()
309 INSTRUMENT_INC(failedAtIteration[9]); in MillerRabin()
311 INSTRUMENT_INC(failedAtIteration[i]); in MillerRabin()
545 INSTRUMENT_INC(totalFieldsSieved); in PrimeSieve()
547 if(i == 0) INSTRUMENT_INC(emptyFieldsSieved); in PrimeSieve()
644 INSTRUMENT_INC(noPrimeFields); in PrimeSelectWithSieve()