| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| H A D | name_table.cc | 695 snprintf(buffer, sizeof(buffer), "%x", platform_id); in ConvertFromNameBytes()
|
| /third_party/python/Modules/ |
| H A D | faulthandler.c | 364 snprintf(unknown_signum, 23, "%d", signum); in faulthandler_fatal_error()
|
| /third_party/selinux/libselinux/src/ |
| H A D | avc.c | 713 snprintf(avc_audit_buf, AVC_AUDIT_BUFSIZE, in avc_audit()
|
| /third_party/selinux/checkpolicy/test/ |
| H A D | dismod.c | 832 snprintf(buf, sizeof(buf), "unknown (%u)", i); in display_policycaps()
|
| /third_party/backends/backend/genesys/ |
| H A D | genesys.cpp | 1552 std::snprintf(fn, 40, "gl843_bottom_offset_%03d_%03d_%03d.tiff", in scanner_offset_calibration() 1636 std::snprintf(title, 100, "lines: %d pixels_per_line: %d offsets[0..2]: %d %d %d\n", in scanner_offset_calibration() 2081 std::snprintf(fn, 30, "gl_led_%02d.tiff", i_test); in scanner_led_calibration() 4424 std::snprintf(filename, sizeof(filename), "%s.cal", currdev->file_name.c_str()); in calibration_filename() 4435 snprintf(filename,sizeof(filename),"%s.cal",currdev->model->name); in calibration_filename() 4440 int size = std::snprintf(&ret.front(), ret.size(), "%s", filename); in calibration_filename() 4448 size = std::snprintf(&ret.front(), ret.size(), "%s%c.sane", ptr, PATH_SEP); in calibration_filename() 4454 size = std::snprintf(&ret.front(), ret.size(), "%s%c.sane%c%s", in calibration_filename()
|
| /device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
| H A D | core.c | 411 (void)snprintf(prop_name, CORE_SIXTYFOUR, "%s-supply", supply);
in of_get_regulator() 1765 ret = snprintf(buf, PAGE_SIZE,
in constraint_flags_read_file() 1803 size = snprintf(buf, REG_STR_SIZE, "%s-%s", dev->kobj.name, supply_name);
in create_regulator() 5027 ret = snprintf(buf, MAX_DEBUG_BUF_LEN - 1, "%d\n", voltage);
in reg_debug_voltage_read() 5135 snprintf(name, sizeof(name), "%s-%s", dev_name(parent), rname);
in rdev_init_debugfs()
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 413 snprintf(buf, buf_size, "%d:%02d:%09.6f", hours, mins, secs); in value_string() 435 snprintf(buf, buf_size, "%f", vald); in value_string() 437 snprintf(buf, buf_size, "%lld", vali); in value_string() 940 snprintf(buf, sizeof(buf), "%s:", av_hash_get_name(hash)); in writer_print_data_hash() 2961 snprintf(profile_num, sizeof(profile_num), "%d", par->profile); in show_stream()
|
| H A D | ffmpeg_opt.c | 1209 snprintf(buf, sizeof(buf), "%dC", o->audio_channels[o->nb_audio_channels - 1].u.i); in open_input_file() 1474 snprintf(filename, sizeof(filename), "%s%s/%s-%s.avpreset", base[i], in get_preset_file_2() 1479 snprintf(filename, sizeof(filename), "%s%s/%s.avpreset", base[i], in get_preset_file_2() 1954 snprintf(logfilename, sizeof(logfilename), "%s-%d.log", in new_video_stream() 3216 snprintf(filename, sizeof(filename), "vstats_%02d%02d%02d.log", today->tm_hour, today->tm_min, in opt_vstats()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 8463 len += snprintf(buf + len, maxlen - len, " "); in snd_pcm_chmap_print() 8468 len += snprintf(buf + len, maxlen - len, "%d", p); in snd_pcm_chmap_print() 8472 len += snprintf(buf + len, maxlen - len, in snd_pcm_chmap_print() 8475 len += snprintf(buf + len, maxlen - len, in snd_pcm_chmap_print() 8481 len += snprintf(buf + len, maxlen - len, "[INV]"); in snd_pcm_chmap_print()
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | security.c | 195 res = snprintf(_guid_str, 37, in ntfs_guid_to_mbs() 319 i = snprintf(s, cnt, "S-%hhu-", (unsigned char)sid->revision); in ntfs_sid_to_mbs() 328 i = snprintf(s, cnt, "%lu", (unsigned long)u); in ntfs_sid_to_mbs() 330 i = snprintf(s, cnt, "0x%llx", (unsigned long long)u); in ntfs_sid_to_mbs() 338 i = snprintf(s, cnt, "-%u", (unsigned int) in ntfs_sid_to_mbs()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 587 ASSERTED int len = snprintf(renderer, sizeof(renderer), "anv_%04x", in anv_physical_device_init_disk_cache() 803 snprintf(device->path, ARRAY_SIZE(device->path), "%s", path); in anv_physical_device_try_create() 2022 snprintf(pProperties->deviceName, sizeof(pProperties->deviceName), in anv_GetPhysicalDeviceProperties() 2094 snprintf(p->driverName, VK_MAX_DRIVER_NAME_SIZE, in anv_get_physical_device_properties_1_2() 2097 snprintf(p->driverInfo, VK_MAX_DRIVER_INFO_SIZE, in anv_get_physical_device_properties_1_2()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mov.c | 105 snprintf(buf, sizeof(buf), "%d", current); in mov_metadata_track_or_disc_number() 107 snprintf(buf, sizeof(buf), "%d/%d", current, total); in mov_metadata_track_or_disc_number() 271 snprintf(buf, sizeof(buf), "%+08.4f%+09.4f", latitude, longitude); in mov_metadata_loci() 278 snprintf(key2, sizeof(key2), "%s-%s", key, language); in mov_metadata_loci() 492 if (snprintf(str, str_size_alloc, "%d", val) >= str_size_alloc) { in mov_read_udta_string() 508 if (snprintf(str, str_size_alloc, "%u", val) >= str_size_alloc) { in mov_read_udta_string() 516 if (snprintf(str, str_size_alloc, "%f", val) >= str_size_alloc) { in mov_read_udta_string() 572 snprintf(key2, sizeof(key2), "%s-%s", key, language); in mov_read_udta_string() 2420 snprintf(buf, sizeof(buf), "size: %dx%d\n", 8390 snprintf(bu [all...] |
| H A D | asfdec_o.c | 305 snprintf(buf, sizeof(buf), "%s", value); in asf_read_value() 352 snprintf(buf, sizeof(buf), "%"PRIu64, value); in asf_set_metadata()
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| H A D | rga2_drv.c | 486 snprintf(rga->version, 0xA, "%x.%01x.%05x", major_version, minor_version, svn_version);
in rga2_init_version() 1323 snprintf(version, 0x5, "%x.%02x", major_version, minor_version);
in rga_ioctl()
|
| /device/soc/rockchip/common/sdk_linux/kernel/ |
| H A D | cpu.c | 2494 return snprintf(buf, PAGE_SIZE - CPU_PAGE_SIZE_OFF_TWO, "%s\n", state); in show_smt_control() 2505 return snprintf(buf, PAGE_SIZE - CPU_PAGE_SIZE_OFF_TWO, "%d\n", sched_smt_active()); in show_smt_active()
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | capture.c | 1531 snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", dev->driver->name, stream->ispdev->isp_ver >> 0x04);
in rkisp_querycap() 1532 snprintf(cap->bus_info, sizeof(cap->bus_info), "platform:%s", dev_name(dev));
in rkisp_querycap()
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_cs.c | 239 GEM_WARN_ON(snprintf(engine->name, sizeof(engine->name), "%s'%u", intel_engine_class_repr(engine->class), in _sprint_engine_name() 1310 x += snprintf(buf + x, len - x, " prio=%d", attr->priority); in print_sched_attr()
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture.c | 1561 snprintf(cap->driver, sizeof(cap->driver), in rkisp_querycap() 1564 snprintf(cap->bus_info, sizeof(cap->bus_info), in rkisp_querycap()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | huffyuvenc.c | 980 snprintf(p, end-p, "%"PRIu64" ", s->stats[i][j]); in encode_frame() 984 snprintf(p, end-p, "\n"); in encode_frame()
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_bjnp.c | 1156 snprintf(user_host, (user_host_len /2) ,"%s %s", user, hostname); in bjnp_poll_scanner() 1982 snprintf(uri, max_len -1, "%s://%s:%d/%s", method,host, port, args); in add_timeout_to_uri()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 1765 (void)snprintf(buf, buflen, "bus=%u hubaddr=%u port=%u devaddr=%u interface=%u", in uhub_child_location_string() 1808 (void)snprintf(buf, buflen, "vendor=0x%04x product=0x%04x " in uhub_child_pnpinfo_string()
|
| /third_party/libuv/src/unix/ |
| H A D | core.c | 1727 r = snprintf(buffer->release, in uv_os_uname() 1866 snprintf(trypath, sizeof(trypath) - 1, "%s/%s", token, prog); in uv__search_path()
|
| /third_party/libsnd/src/ |
| H A D | wavlike.c | 286 snprintf (buffer, sizeof (buffer), " %2d %7d %7d\n", k, wav_fmt->msadpcm.coeffs [k].coeff1, wav_fmt->msadpcm.coeffs [k].coeff2) ; in wavlike_read_fmt_chunk() 1244 snprintf (buffer, sizeof (buffer), " %2d %-12" PRId64 " %g\n", in wavlike_read_peak_chunk()
|
| /third_party/libcoap/examples/ |
| H A D | coap-client.c | 1301 snprintf(lhint, sizeof(lhint), "%.*s", (int)hint->length, hint->s); in verify_ih_callback() 1522 snprintf(buf, COAP_UNIX_PATH_MAX, in get_session()
|
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | binary_reader.hpp | 16 #include <cstdio> // snprintf 332 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(element_type))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) in parse_bson_element_internal() 2904 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(current))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) in get_token_string()
|