Searched refs:dtemp (Results 1 – 2 of 2) sorted by relevance
59 double dtemp; in db_RandomInt() local61 dtemp=db_QuickRandomDouble(r)*(max+1); in db_RandomInt()62 itemp=(int) dtemp; in db_RandomInt()
53 char* dtemp = mkdtemp(buffer); in SetUp() local54 ASSERT_NE(dtemp, nullptr) << "Can't make wake lock test directory"; in SetUp()