Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_slider_bar_float.cpp166 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 …]
Ddemowin_slider_bar.cpp163 sprintf(buffer, "%i", (int)(this->pos + 0.5)); in Draw()
Ddemowin_double_combo_box.cpp434sprintf(buffer, "%s - %s", this->data[(*this->target1)]->GetName(), this->data[(*this->target1)]->… in Draw()
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dmprintf.h54 # undef sprintf
67 # define sprintf sprintf_was_used macro
70 # define sprintf curl_msprintf macro
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoTest.c233sprintf(str, "DEMO: start PM4 capture of %s frame %d-%d to file \"%s\" at %4d-%02d-%02d %02d:%02d:… in DEMOTestCheck()
257sprintf(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()