Home
last modified time | relevance | path

Searched refs:itoa (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.cpp33 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/
Drestsnew.cpp112 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 …]
Drestest.cpp76 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/
Dgetnameinfo.c18 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/
Dgetnameinfo.c18 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/
Dgetpw_a.c8 static char *itoa(char *p, uint32_t x) in itoa() function
62 key = itoa(uidbuf, uid); in __getpw_a()
Dgetgr_a.c8 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/
DBUILD.gn27 "src/include/rapidjson/internal/itoa.h",
/third_party/skia/third_party/externals/angle2/third_party/rapidjson/
DBUILD.gn30 "src/include/rapidjson/internal/itoa.h",
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp408 std::string itoa(glw::GLint i);
Dgl3cTransformFeedbackTests.cpp829 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 …]
Dgl3cClipDistance.cpp742 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
Dgl3cClipDistance.hpp186 std::string itoa(glw::GLint i);
Dgl3cTextureSizePromotion.cpp671 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
Dgl4cDirectStateAccessVertexArraysTests.cpp290 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()
Dgl3cTransformFeedbackTests.hpp1336 std::string itoa(glw::GLint i);
Dgl4cDirectStateAccessTests.hpp4836 std::string itoa(glw::GLuint i);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c80 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/
Dexamples.md107 itoa(i+1,&c,10);
/third_party/lwip/
DUPGRADING99 * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_string.c663 return itoa(value, string, radix); in SDL_itoa()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1603 static const char itoa[][2] = { in digit_to_string() local
1608 return itoa[digit]; in digit_to_string()
Dgsth264parse.c1908 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/
DCMakeLists.txt580 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/
Dlexical_cast.qbk27 …printf` function, or the loss of portability associated with non-standard functions such as `itoa`.

12