Searched refs:conflicts2 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/callgrind/ |
D | jumps.c | 85 Int i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_jcc_table() local 112 conflicts2++; in resize_jcc_table() 124 current_jccs.entries, conflicts1, conflicts2); in resize_jcc_table()
|
D | context.c | 88 UInt i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_cxt_table() local 113 conflicts2++; in resize_cxt_table() 125 cxts.entries, conflicts1, conflicts2); in resize_cxt_table()
|
D | bb.c | 69 Int i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_bb_table() local 94 conflicts2++; in resize_bb_table() 106 bbs.entries, conflicts1, conflicts2); in resize_bb_table()
|
D | bbcc.c | 195 Int i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_bbcc_hash() local 223 conflicts2++; in resize_bbcc_hash() 235 current_bbccs.entries, conflicts1, conflicts2); in resize_bbcc_hash()
|