Searched refs:doing (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/ctrl/ |
| A D | xc_private.c | 206 const char *xc_set_progress_prefix(xc_interface *xch, const char *doing) in xc_set_progress_prefix() argument 210 xch->currently_progress_reporting = doing; in xc_set_progress_prefix() 214 void xc_report_progress_single(xc_interface *xch, const char *doing) in xc_report_progress_single() argument 216 assert(doing); in xc_report_progress_single() 217 xtl_progress(xch->error_handler, "xc", doing, 0, 0); in xc_report_progress_single()
|
| A D | xc_private.h | 111 const char *xc_set_progress_prefix(xc_interface *xch, const char *doing); 112 void xc_report_progress_single(xc_interface *xch, const char *doing);
|
| /tools/xl/ |
| A D | CODING_STYLE | 15 code, without doing substantial style reengineering first, we may 112 let them keep doing it.
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 15 code, without doing substantial style reengineering first, we may 228 let them keep doing it.
|
| /tools/libs/light/ |
| A D | CODING_STYLE | 15 code, without doing substantial style reengineering first, we may 238 let them keep doing it.
|
| /tools/firmware/vgabios/ |
| A D | vbe_display_api.txt | 218 If you want to set a pixel you can calculate its bank by doing:
|
Completed in 14 milliseconds