Searched refs:sprintf (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_slider_bar_float.cpp | 166 sprintf(buffer, "%.0f", this->pos); in Draw() 169 sprintf(buffer, "%.1f", this->pos); in Draw() 172 sprintf(buffer, "%.2f", this->pos); in Draw() 175 sprintf(buffer, "%.3f", this->pos); in Draw() 178 sprintf(buffer, "%.4f", this->pos); in Draw() 181 sprintf(buffer, "%.5f", this->pos); in Draw() 184 sprintf(buffer, "%.6f", this->pos); in Draw() 187 sprintf(buffer, "%.7f", this->pos); in Draw() 190 sprintf(buffer, "%.8f", this->pos); in Draw() 193 sprintf(buffer, "%.9f", this->pos); in Draw() [all …]
|
| D | demowin_slider_bar.cpp | 163 sprintf(buffer, "%i", (int)(this->pos + 0.5)); in Draw()
|
| D | demowin_double_combo_box.cpp | 434 …sprintf(buffer, "%s - %s", this->data[(*this->target1)]->GetName(), this->data[(*this->target1)]->… in Draw()
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | mprintf.h | 54 # undef sprintf 67 # define sprintf sprintf_was_used macro 70 # define sprintf curl_msprintf macro
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoTest.c | 233 …sprintf(str, "DEMO: start PM4 capture of %s frame %d-%d to file \"%s\" at %4d-%02d-%02d %02d:%02d:… in DEMOTestCheck() 257 …sprintf(str, "DEMO: end PM4 capture at frame %d to file \"%s\"", DEMOTestData.count, DEMOTestData.… in DEMOTestCheck() 300 sprintf(cmpFile, "assets/golden_crcs/%s.crc", DEMOTestData.compareFileName); in DEMOTestCompare()
|