Home
last modified time | relevance | path

Searched refs:NUMBER_HIT (Results 1 – 5 of 5) sorted by relevance

/dports/cad/alliance/alliance/src/boom/src/
H A Dboom_hash.c195 HashTable->NUMBER_HIT = 0;
284 HashTable->NUMBER_HIT++;
308 fprintf( stdout, " HIT : %ld\n", HashTable->NUMBER_HIT );
H A Dboom_hash.h83 long NUMBER_HIT; member
/dports/cad/alliance/alliance/src/bdd/src/
H A Dbddhoper.c244 HashTable->NUMBER_HIT = 0;
350 HashTable->NUMBER_HIT++;
402 fprintf( stdout, " HIT : %ld\n", HashTable->NUMBER_HIT );
H A Dbddsystem.c355 Sum = HashOper->NUMBER_HIT + HashOper->NUMBER_MISS;
359 Hit = ( 100 * HashOper->NUMBER_HIT ) / Sum;
H A Dbdd.h400 long NUMBER_HIT; member