Searched refs:PC_REC_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dkqemu.c567 #define PC_REC_HASH_SIZE (1 << PC_REC_HASH_BITS) macro
575 static PCRecord *pc_rec_hash[PC_REC_HASH_SIZE];
585 h &= (PC_REC_HASH_SIZE - 1);
622 for(h = 0; h < PC_REC_HASH_SIZE; h++) {
642 for(h = 0; h < PC_REC_HASH_SIZE; h++) {

Completed in 24 milliseconds