Home
last modified time | relevance | path

Searched refs:printRes (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dsearch_test3.cpp44 printRes ( #call, eTime - bTime, refDiff ); }
62 printRes ( #obj " object", eTime - bTime, refDiff ); }
77 void printRes ( const char *prompt, unsigned long diff, unsigned long stdDiff ) { in printRes() function
124 printRes ( "std::search", stdDiff, stdDiff ); in check_one()
Dsearch_test2.cpp43 printRes ( #call, eTime - bTime, refDiff ); }
61 printRes ( #obj " object", eTime - bTime, refDiff ); }
77 void printRes ( const char *prompt, unsigned long diff, unsigned long stdDiff ) { in printRes() function
124 printRes ( "std::search", stdDiff, stdDiff ); in check_one()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c232 static int printRes(int fd, drmModeResPtr res) in printRes() function
411 printRes(fd, res); in main()