/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 33 std::string itoa(int number) in itoa() function 406 …html += "<tr><td>Optimization pass " + itoa(pass + 1) + ":</td><td><select name='optimization" + i… in page() 447 …nput type='text' size='10' maxlength='10' name='minPrimitives' value='" + itoa(config.minPrimitive… in page() 448 …nput type='text' size='10' maxlength='10' name='maxPrimitives' value='" + itoa(config.maxPrimitive… in page() 469 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile() 498 …html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px;… in profile() 499 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile() 500 …html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px;… in profile() 501 …html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px;… in profile() 502 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 112 itoa(int32_t i, char* buf) in itoa() function 402 expected+=itoa(row, buf); in TestIteration() 410 expected+=itoa(row, buf); in TestIteration() 411 expected+=itoa(col, buf); in TestIteration() 616 expected+=itoa(row, buf); in TestOtherAPI() 627 expected+=itoa(row, buf); in TestOtherAPI() 628 expected+=itoa(col, buf); in TestOtherAPI() 814 expected_string += itoa(j,buf); in testTag() 849 expected_string += itoa(index,buf); in testTag() 899 expected_string += itoa(row,buf); in testTag() [all …]
|
D | restest.cpp | 76 itoa(int32_t i, char* buf) in itoa() function 459 expected_string += itoa(j,buf); in testTag() 481 expected_string += itoa(index,buf); in testTag()
|
/third_party/musl/src/network/ |
D | getnameinfo.c | 18 static char *itoa(char *p, unsigned x) { in itoa() function 176 p = itoa(num, scopeid); in getnameinfo() 192 p = itoa(num, port); in getnameinfo()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getnameinfo.c | 18 static char *itoa(char *p, unsigned x) { in itoa() function 176 p = itoa(num, scopeid); in getnameinfo() 192 p = itoa(num, port); in getnameinfo()
|
/third_party/musl/src/passwd/ |
D | getpw_a.c | 8 static char *itoa(char *p, uint32_t x) in itoa() function 62 key = itoa(uidbuf, uid); in __getpw_a()
|
D | getgr_a.c | 8 static char *itoa(char *p, uint32_t x) in itoa() function 61 key = itoa(gidbuf, gid); in __getgr_a()
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/rapidjson/ |
D | BUILD.gn | 27 "src/include/rapidjson/internal/itoa.h",
|
/third_party/skia/third_party/externals/angle2/third_party/rapidjson/ |
D | BUILD.gn | 30 "src/include/rapidjson/internal/itoa.h",
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.hpp | 408 std::string itoa(glw::GLint i);
|
D | gl3cTransformFeedbackTests.cpp | 829 std::string new_attrib = "a" + gl3cts::TransformFeedback::Utilities::itoa(i); in testExtension1() 1942 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in testTooManyVaryings() 1955 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * i)); in testTooManyVaryings() 2413 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in buildProgram() 2426 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4)); in buildProgram() 2428 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 1)); in buildProgram() 2430 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 2)); in buildProgram() 2432 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 3)); in buildProgram() 2966 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in buildProgram() 2981 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4)); in buildProgram() [all …]
|
D | gl3cClipDistance.cpp | 742 gl3cts::ClipDistance::Utility::itoa(i)); in prepareVertexShaderCode() 755 gl3cts::ClipDistance::Utility::itoa(clip_count)); in prepareVertexShaderCode() 1685 std::string gl3cts::ClipDistance::Utility::itoa(glw::GLint i) in itoa() function in gl3cts::ClipDistance::Utility
|
D | gl3cClipDistance.hpp | 186 std::string itoa(glw::GLint i);
|
D | gl3cTextureSizePromotion.cpp | 671 texel_fetch_arguments_tail.append(Utilities::itoa(m_max_samples - 1)); in prepareProgram() 676 texel_fetch_arguments_tail.append(Utilities::itoa(m_max_samples - 1)); in prepareProgram() 1594 std::string itoa(glw::GLint i) in itoa() function
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 290 declarations.append((std::string("in int a_").append(Utilities::itoa(i))).append(";\n")); in PrepareProgram() 291 copies.append((std::string(" sum += a_").append(Utilities::itoa(i))).append(";\n")); in PrepareProgram() 392 std::string attribute = std::string("a_").append(Utilities::itoa(i)); in BuildProgram() 744 std::string Utilities::itoa(glw::GLuint i) in itoa() function in gl4cts::DirectStateAccess::VertexArrays::Utilities 3405 expected_str.append(Utilities::itoa((glw::GLuint)expected[j])); in CheckXFB() 3406 result_str.append(Utilities::itoa((glw::GLuint)result[j])); in CheckXFB()
|
D | gl3cTransformFeedbackTests.hpp | 1336 std::string itoa(glw::GLint i);
|
D | gl4cDirectStateAccessTests.hpp | 4836 std::string itoa(glw::GLuint i);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 80 static const char itoa[][2] = { in digit_to_string() local 85 return itoa[digit]; in digit_to_string()
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | examples.md | 107 itoa(i+1,&c,10);
|
/third_party/lwip/ |
D | UPGRADING | 99 * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 663 return itoa(value, string, radix); in SDL_itoa()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1603 static const char itoa[][2] = { in digit_to_string() local 1608 return itoa[digit]; in digit_to_string()
|
D | gsth264parse.c | 1908 static const char itoa[][2] = { in digit_to_string() local 1913 return itoa[digit]; in digit_to_string()
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | CMakeLists.txt | 580 strlen _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa 614 strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
|
/third_party/boost/libs/lexical_cast/doc/ |
D | lexical_cast.qbk | 27 …printf` function, or the loss of portability associated with non-standard functions such as `itoa`.
|