Home
last modified time | relevance | path

Searched refs:snprintf (Results 1176 - 1200 of 1572) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1002 snprintf(uuid, VK_UUID_SIZE, "val-%s", &MESA_GIT_SHA1[4]); in lvp_device_get_cache_uuid()
1061 snprintf(p->driverName, VK_MAX_DRIVER_NAME_SIZE, "llvmpipe"); in lvp_get_physical_device_properties_1_2()
1062 snprintf(p->driverInfo, VK_MAX_DRIVER_INFO_SIZE, "Mesa " PACKAGE_VERSION MESA_GIT_SHA1 in lvp_get_physical_device_properties_1_2()
/third_party/node/src/
H A Dnode_snapshotable.cc979 snprintf(buf, sizeof(buf), "%.2fB", static_cast<double>(size)); in FormatSize()
981 snprintf(buf, sizeof(buf), "%.2fKB", static_cast<double>(size / 1024)); in FormatSize()
983 snprintf( in FormatSize()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvfmt.cpp107 snprintf(mesg, sizeof(mesg), "skeleton: %s; pattern: %s\n", result, result_1); in createInstance()
764 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
811 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c102 snprintf(func_name, sizeof(func_name), "cs_variant"); in generate_compute()
104 snprintf(func_name_coro, sizeof(func_name), "cs_co_variant"); in generate_compute()
778 snprintf(module_name, sizeof(module_name), "cs%u_variant%u", in generate_variant()
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c509 snprintf(finger_text, 3, "%zu", i); in draw_evdev_abs()
743 snprintf(number, sizeof(number), "%d", w->pad.ring.number); in draw_pad()
765 snprintf(number, sizeof(number), "%d", w->pad.strip.number); in draw_pad()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c27 #define snprintf _snprintf macro
223 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s.", str) < 0) { in MarkError()
230 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s: %d.", str, in MarkError2()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_iw.c635 (void)snprintf(cwrq->name, IFNAMSIZ, "IEEE 802.11%s", cap); in wl_iw_get_name()
1521 ret = snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex()
2721 (void)snprintf(charptr, 3, "%02x", iwe->key[j]); in wl_iw_set_encodeext()
3571 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason); in wl_iw_conn_status_str()
4332 bytes_written = snprintf(command, total_len, "2g=%d 5g=%d", in wl_iw_autochannel()
H A Ddhd_linux.c5640 snprintf(info->driver, sizeof(info->driver), "wl"); in dhd_ethtool_get_drvinfo()
5641 snprintf(info->version, sizeof(info->version), "%lu", dhd->pub.drv_version); in dhd_ethtool_get_drvinfo()
5680 snprintf(info.driver, sizeof(info.driver), "dhd"); in dhd_ethtool()
5693 snprintf(info.driver, sizeof(info.driver), "wl"); in dhd_ethtool()
5695 snprintf(info.driver, sizeof(info.driver), "xx"); in dhd_ethtool()
5697 snprintf(info.version, sizeof(info.version), "%lu", dhd->pub.drv_version); in dhd_ethtool()
6219 snprintf(dev->name, sizeof(dev->name), "%s%u", devname, dhd->unit); in dhd_add_monitor_if()
11292 len = snprintf(clm_version, CLM_VER_STR_LEN - 1, "%s", ver_temp_buf); in dhd_preinit_ioctls()
11297 snprintf(clm_version+len, CLM_VER_STR_LEN-1-len, in dhd_preinit_ioctls()
15996 snprintf(memdump_pat in dhd_get_memdump_filename()
[all...]
/third_party/backends/backend/genesys/
H A Dgl646.cpp1965 std::snprintf(fn, 30, "gl646_led_%02d.tiff", turn); in led_calibration()
2133 std::snprintf(title, 30, "gl646_offset%03d.tiff", static_cast<int>(bottom)); in ad_fe_offset_calibration()
2241 std::snprintf(title, 30, "gl646_offset%03d.tiff", bottom); in offset_calibration()
2257 std::snprintf(title, 30, "gl646_offset%03d.tiff", top); in offset_calibration()
2284 std::snprintf(title, 30, "gl646_offset%03d.tiff", dev->frontend.get_offset(1)); in offset_calibration()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c1115 lth = snprintf(*pbuf, ntfs_bad_reparse_lth + 1, in junction_readlink()
1195 lth = snprintf(buf, ntfs_bad_reparse_lth + 1, in ntfs_fuse_readlink()
2652 ret = snprintf(tmp, len, "%s%s%010d", new_path, ext, ++ntfs_sequence); in ntfs_fuse_rename_existing_dest()
2654 ntfs_log_error("snprintf failed: %d != %d\n", ret, len - 1); in ntfs_fuse_rename_existing_dest()
4239 snprintf(options, sizeof(options), ",blkdev,blksize=%u", blksize); in set_fuseblk_options()
4260 len = snprintf(buf, sizeof(buf), "-ouse_ino,kernel_cache" in mount_fuse()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c336 (void)snprintf(file_path, sizeof file_path, "/etc/ld-musl-namespace-%s.ini", LDSO_ARCH); in init_namespace()
1676 if (snprintf(buf, buf_size, "%.*s/%s", (int)l, s, name) < buf_size) { in path_open()
3599 snprintf(dlns->name, sizeof dlns->name, name); in dlns_init()
3617 (void)snprintf(dlns->name, sizeof dlns->name, ns->ns_name); in dlns_get()
3622 (void)snprintf(dlns->name, sizeof dlns->name, ns->ns_name); in dlns_get()
4314 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
4528 if (snprintf(buf, buf_size, "%.*s/%s", (int)l, s, name) < buf_size) { in open_library_by_path()
5116 int ret = snprintf(proc_self_fd, sizeof(proc_self_fd), "/proc/self/fd/%d", task->fd); in resolve_fd_to_realpath()
5751 snprintf(so_bss_name, ANON_NAME_MAX_LEN, ".bss"); in set_bss_vma_name()
5755 snprintf(so_bss_nam in set_bss_vma_name()
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c1231 snprintf(scsi_hca_name, 19, "\\\\.\\Scsi%d:", hca); in sanei_scsi_open_extended()
2540 snprintf (name, name_len, "%s%c", dnp->prefix, in lx_mk_devicename()
2543 snprintf (name, name_len, "%s%d", dnp->prefix, guess_devnum); in lx_mk_devicename()
2654 snprintf (name, name_len, DEVFS_MSK, host, channel, id, lun); in lx_chk_devicename()
3060 ret = snprintf (path, PATH_MAX, "%s/%s/%s", in sanei_scsi_find_devices()
4081 snprintf (name, name_len, "b%dt%dl%d", bus, target, lun); in get_devicename()
5123 snprintf(scsi_hca_name, 20, "\\\\.\\Scsi%d:", hca); in sanei_scsi_find_devices()
/third_party/backends/backend/
H A Dmicrotek.c1505 snprintf(mi->vendor_id, 8 + 1, "%.*s", 8, (char *)&result[8]); in parse_inquiry()
1506 snprintf(mi->model_name, 16 + 1, "%.*s", 16, (char *)&result[16]); in parse_inquiry()
1507 snprintf(mi->revision_num, 4 + 1, "%.*s", 4, (char *)&result[32]); in parse_inquiry()
1508 snprintf(mi->vendor_string, 20 + 1, "%.*s", 20, (char *)&result[36]); in parse_inquiry()
1946 snprintf(vendor_id, 8 + 1, "%.*s", 8, (char *)&result[8]); in dump_suspect_inquiry()
1947 snprintf(model_name, 16 + 1, "%.*s", 16, (char *)&result[16]); in dump_suspect_inquiry()
1948 snprintf(revision_num, 4 + 1, "%.*s", 4, (char *)&result[32]); in dump_suspect_inquiry()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dispp.c549 ret = snprintf(sd->name, sizeof(sd->name), "rkispp-subdev"); in rkispp_register_subdev()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-csi2-dphy.c583 snprintf(sd->name, sizeof(sd->name), "rockchip-csi2-dphy%d", csi2dphy->phy_index); in rockchip_csi2_dphy_probe()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_fourcc.c146 ret = snprintf(buf->str, sizeof(buf->str), "%c%c%c%c %s-endian (0x%08x)", printable_char(format & 0xff), in drm_get_format_name()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcsi.c562 snprintf(sd->name, sizeof(sd->name), CSI_DEV_NAME); in rkisp_register_csi_subdev()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c453 snprintf(name, sizeof(name), "%d", fixture_index); in create_fixture_variant()
/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c515 snprintf(msg_buf, sizeof msg_buf, "compression method %s not configured", compress_name); in unpack_to_rootfs()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dispp.c553 snprintf(sd->name, sizeof(sd->name), "rkispp-subdev"); in rkispp_register_subdev()
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Ddw9763.c544 snprintf(sd->name, sizeof(sd->name), "m%02d_%s_%s %s", in dw9763_probe()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c593 snprintf(sd->name, sizeof(sd->name), CSI_DEV_NAME); in rkisp_register_csi_subdev()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c574 snprintf(sd->name, sizeof(sd->name), "rockchip-cif-sditf"); in rkcif_subdev_probe()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-csi2-dphy.c604 snprintf(sd->name, sizeof(sd->name), in rockchip_csi2_dphy_probe()
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp382 snprintf(g_filename, sizeof(g_filename), "data/storage/el2/base/files/%s.pcm", filename.c_str()); in OpenAFile()

Completed in 78 milliseconds

1...<<41424344454647484950>>...63