Home
last modified time | relevance | path

Searched refs:snprintf (Results 1501 - 1525 of 1572) sorted by relevance

1...<<616263

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h86 #define _upb_snprintf snprintf
100 #define _upb_snprintf snprintf
114 #error Need implementations of [v]snprintf and va_copy
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c2509 snprintf(scheduler->version.str, 10, "%x.%01x.%05x", major_version, in rga2_get_version()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1332 ret = snprintf(dest, PARAM_100, "The half of %d is %d", PARAM_60, PARAM_60 / PARAM_2); in Snprintf_One()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.c1591 res = snprintf(str, len, "%s%s", in vaapi_encode_init_rate_control()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c910 snprintf(buf, sizeof(buf), "%02d:%02d:%02d.%03d\n%12"PRIi64, in test2_fill_picture()
/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c1007 snprintf(default_service_name, sizeof(default_service_name), "%s%02d", DEFAULT_SERVICE_NAME, ts->nb_services + 1); in mpegts_add_service()
/third_party/backends/backend/
H A Dumax_pp.c286 snprintf (model, sizeof(model), "Astra %dP", mdl); in umax_pp_attach()
H A Dhp3900_rts8822.c12272 if (snprintf (fname, 30, "adcoffset_rt%i.tiff", imgcount) > 0) in Calib_AdcOffsetRT()
14658 snprintf (texto, 1024, "%f", wshading->rates[x]); in WShading_Calibrate()
14768 snprintf (name, 30, "calibtest-%i.tiff", a); in motor_pos()
15034 snprintf (name, 30, "calibtest-%i.tiff", a); in Calib_test()
/third_party/backends/frontend/
H A Dsaned.c2609 snprintf(txt, sizeof (txt), "protovers=%x", SANE_VERSION_CODE (V_MAJOR, V_MINOR, SANEI_NET_PROTOCOL_VERSION));
/third_party/backends/tools/
H A Dsane-desc.c2426 snprintf (name, strlen (manufacturer_name) + 1 + 2, "%c-%s", in html_generate_anchor_name()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1392 snprintf(id, sizeof(id), "%s/%s", loop->play->id, loop->capt->id); in pcmjob_init()
/third_party/libuv/src/win/
H A Dpipe.c110 snprintf(name, size, "\\\\?\\pipe\\uv\\%p-%lu", ptr, GetCurrentProcessId()); in uv__unique_pipe_name()
/third_party/libcoap/src/
H A Dcoap_gnutls.c1437 snprintf(hint, sizeof(hint), "%.*s", (int)setup_data->psk_info.hint.length, in setup_psk_credentials()
/third_party/libbpf/src/
H A Dlinker.c1566 snprintf(inner_map_name, sizeof(inner_map_name), "%s.inner", sym_name); in map_defs_match()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c1819 snprintf(eventname, sizeof(eventname), "EVENT:%s", name); in cp_event_write()
/third_party/mesa3d/src/egl/main/
H A Deglapi.c680 snprintf(disp->VersionString, sizeof(disp->VersionString), in eglInitialize()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h608 snprintf(message_dup, buf_size, "%s", message.str().c_str()); in Parameter()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc3567 snprintf(re_form, sizeof(re_form), form, (reg_num + 1) % kNumberOfVRegisters, in VisitNEONTable()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp777 snprintf(path, sizeof(path), SPIRV_SHADER_CFG_GRAPHVIZ_DOT_FILEPATH, codeSerialID); in robustBufferAccess()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c1457 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5195 #include <cstdio> // snprintf
6413 #include <cstdio> // snprintf
7860 static_cast<void>((std::snprintf)(cs.data(), cs.size(), "<U+%.4X>", static_cast<unsigned char>(c))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
8491 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(element_type))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
10635 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(current))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
14934 #include <cstdio> // snprintf
16503 static_cast<void>((std::snprintf)(string_buffer.data() + bytes, 7, "\\u%04x",
16510 static_cast<void>((std::snprintf)(string_buffer.data() + bytes, 13, "\\u%04x\\u%04x",
16859 std::ptrdiff_t len = (std::snprintf)(number_buffer.data(), number_buffer.size(), "%.*g", d, x);
/third_party/json/single_include/nlohmann/
H A Djson.hpp6057 #include <cstdio> // snprintf
7312 #include <cstdio> // snprintf
8759 static_cast<void>((std::snprintf)(cs.data(), cs.size(), "<U+%.4X>", static_cast<unsigned char>(c))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
9406 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(element_type))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
11978 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(current))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
16775 #include <cstdio> // snprintf
18353 static_cast<void>((std::snprintf)(string_buffer.data() + bytes, 7, "\\u%04x",
18360 static_cast<void>((std::snprintf)(string_buffer.data() + bytes, 13, "\\u%04x\\u%04x",
18719 std::ptrdiff_t len = (std::snprintf)(number_buffer.data(), number_buffer.size(), "%.*g", d, x);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c2817 snprintf(bus->nv_path, sizeof(nv_path), "%s.nvm", fw_path); in dhdpcie_download_firmware()
2819 snprintf(bus->fw_path, sizeof(fw_path), "%s-firmware.bin", fw_path); in dhdpcie_download_firmware()
8422 snprintf(bus_api_revision, BUS_API_REV_STR_LEN, "\nBus API revisions:(FW rev%d)(DHD rev%d)", in dhdpcie_update_bus_api_revisions()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4089 snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num)); in VmaUint32ToStr()
4093 snprintf(outStr, strLen, "%llu", static_cast<unsigned long long>(num)); in VmaUint64ToStr()
4097 snprintf(outStr, strLen, "%p", ptr); in VmaPtrToStr()
15551 snprintf(m_PtrStr, 17, "%p", pUserData);
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Drkisp.c3138 snprintf(sd->name, sizeof(sd->name), ISP_SUBDEV_NAME); in rkisp_register_isp_subdev()

Completed in 171 milliseconds

1...<<616263