Searched refs:printRes (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/algorithm/test/ |
D | search_test3.cpp | 44 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()
|
D | search_test2.cpp | 43 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/ |
D | modeprint.c | 232 static int printRes(int fd, drmModeResPtr res) in printRes() function 411 printRes(fd, res); in main()
|