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

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce/
H A Dbase.c55 static int checkInCountCoal2 = 0; variable
60 ++checkInCountCoal2;
78 if ( wasProblem || (checkInCountCoal1 != 4) || (checkInCountCoal2 != 4) )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-inserted/
H A Dbase.c55 static int checkInCountCoal2 = 0; variable
60 ++checkInCountCoal2;
78 if ( wasProblem || (checkInCountCoal1 != 3) || (checkInCountCoal2 != 2) )

Completed in 114 milliseconds