Searched defs:ms (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dratelimiter_test.c121 int ms = schedule[i].milliseconds; local
122 isc_interval_set(&uinterval, ms / 1000,
123 (ms % 1000) * 1000000);
/bind-9.11.3/unit/atf-src/tools/
H A Datffile.cpp214 std::vector< std::string > ms = local
218 for (std::vector< std::string >::const_iterator iter = ms.begin();
219 iter != ms.end(); iter++)

Completed in 11 milliseconds