| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_opp_select.c | 673 snprintf(name, sizeof(name), in rockchip_of_get_lkg_sel() 687 snprintf(name, sizeof(name), in rockchip_of_get_lkg_sel() 762 snprintf(name, sizeof(name), in rockchip_of_get_pvtm_sel() 776 snprintf(name, sizeof(name), in rockchip_of_get_pvtm_sel() 915 snprintf(name, MAX_PROP_NAME_LEN, "P%d-L%d", in rockchip_set_opp_prop_name() 918 snprintf(name, MAX_PROP_NAME_LEN, "P%d", process); in rockchip_set_opp_prop_name() 920 snprintf(name, MAX_PROP_NAME_LEN, "L%d", volt_sel); in rockchip_set_opp_prop_name()
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod-client.c | 792 snprintf (parent_path, PATH_MAX, "%s/debuginfo", target_cache_dir); in cache_find_section() 804 snprintf (parent_path, PATH_MAX, "%s/executable", target_cache_dir); in cache_find_section() 1000 snprintf (cachedir, PATH_MAX, "%s", xdg); in debuginfod_query_server() 1002 snprintf (cachedir, PATH_MAX, "%s/.cache", getenv ("HOME") ?: "/"); in debuginfod_query_server() 1303 snprintf(data[i].url, PATH_MAX, "%s/%s/%s/%s", server_url, in debuginfod_query_server() 1307 snprintf(data[i].url, PATH_MAX, "%s/%s/%s/%s", server_url, in debuginfod_query_server() 1310 snprintf(data[i].url, PATH_MAX, "%s/%s/%s", server_url, build_id_bytes, type); in debuginfod_query_server()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_test_image_copy_region.c | 470 snprintf(size, sizeof(size), "%u", tex->buffer.b.b.width0); in print_image_attrs() 473 snprintf(size, sizeof(size), "%ux%u", tex->buffer.b.b.width0, tex->buffer.b.b.height0); in print_image_attrs() 475 snprintf(size, sizeof(size), "%ux%ux%u", tex->buffer.b.b.width0, tex->buffer.b.b.height0, in print_image_attrs() 925 snprintf(dstbox_s, sizeof(dstbox_s), "{%ix%ix%i .. %ix%ix%i}", in si_test_blit() 928 snprintf(srcbox_s, sizeof(srcbox_s), "{%ix%ix%i .. %ix%ix%i}", in si_test_blit() 932 snprintf(scissor, sizeof(scissor), "(%u..%u, %u..%u)", in si_test_blit() 935 snprintf(scissor, sizeof(scissor), "(none)"); in si_test_blit()
|
| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf.c | 64 snprintf(path, sizeof(path), "%s/%s", parent_dir, entry->d_name); in is_dir_or_link() 97 len = snprintf(perf->sysfs_dev_dir, in get_sysfs_dev_dir() 115 len = snprintf(perf->sysfs_dev_dir, in get_sysfs_dev_dir() 164 len = snprintf(buf, sizeof(buf), "%s/%s", perf->sysfs_dev_dir, file); in read_sysfs_drm_device_file_uint64() 197 len = snprintf(buf, sizeof(buf), "%s/metrics", perf->sysfs_dev_dir); in enumerate_sysfs_metrics() 292 snprintf(config_path, sizeof(config_path), "%s/metrics/%s/id", in intel_perf_load_metric_id() 866 snprintf(generated_guid, sizeof(generated_guid), in intel_perf_store_configuration()
|
| /base/startup/init/services/param/base/ |
| H A D | param_base.h | 42 #define PARAM_SPRINTF(buffer, buffSize, format, ...) snprintf((buffer), (buffSize), (format), ##__VA_ARGS__)
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_as_fault_debugfs.c | 86 snprintf(as_name, ARRAY_SIZE(as_name), "as%u", i);
in kbase_as_fault_debugfs_init()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_as_fault_debugfs.c | 101 snprintf(as_name, ARRAY_SIZE(as_name), "as%u", i); in kbase_as_fault_debugfs_init()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_as_fault_debugfs.c | 91 snprintf(as_name, ARRAY_SIZE(as_name), "as%u", i); in kbase_as_fault_debugfs_init()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_as_fault_debugfs.c | 95 snprintf(as_name, ARRAY_SIZE(as_name), "as%u", i); in kbase_as_fault_debugfs_init()
|
| /third_party/elfutils/libasm/ |
| H A D | asm_newsym.c | 69 snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++); in asm_newsym()
|
| /third_party/elfutils/libebl/ |
| H A D | eblcorenotetypename.c | 100 snprintf (buf, len, "%s: %" PRIu32, _("<unknown>"), type); in ebl_core_note_type_name()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | framecrcenc.c | 55 snprintf(buf, sizeof(buf), "%d, %10"PRId64", %10"PRId64", %8"PRId64", %8d, 0x%08"PRIx32, in framecrc_write_packet()
|
| /third_party/ffmpeg/tools/ |
| H A D | sofa2wavs.c | 68 snprintf(filename, sizeof(filename), "azi_%d_ele_%d_dis_%d.wav", azi, ele, dis); in main()
|
| /third_party/alsa-lib/src/ |
| H A D | userfile.c | 108 snprintf(*result, len, "%s/%s", home, &file[2]); in snd_user_file()
|
| /third_party/backends/backend/escl/ |
| H A D | escl_scan.c | 73 snprintf(scan_cmd, sizeof(scan_cmd), "%s%s%s%s", in escl_scan()
|
| /third_party/libuv/test/ |
| H A D | test-get-currentexe.c | 53 snprintf(path, sizeof(path), "%s", executable_path); in TEST_IMPL()
|
| /third_party/mbedtls/port/config/ |
| H A D | config_liteos_a.h | 2600 * functions like calloc(), free(), snprintf(), printf(), fprintf(), exit().
2607 * as other module rely on it for a fixed snprintf implementation.
3085 /* Note: your snprintf must correctly zero-terminate the buffer! */
3086 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< Default snprintf to use, can be undefined */
3102 /* Note: your snprintf must correctly zero-terminate the buffer! */
3103 //#define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf /**< Default snprintf macro to use, can be undefined */
|
| H A D | config_liteos_m.h | 2599 * functions like calloc(), free(), snprintf(), printf(), fprintf(), exit().
2606 * as other module rely on it for a fixed snprintf implementation.
3084 /* Note: your snprintf must correctly zero-terminate the buffer! */
3085 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< Default snprintf to use, can be undefined */
3101 /* Note: your snprintf must correctly zero-terminate the buffer! */
3102 //#define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf /**< Default snprintf macro to use, can be undefined */
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | mbedtls_config.h | 3168 * functions like calloc(), free(), snprintf(), printf(), fprintf(), exit(). 3175 * as other modules rely on it for a fixed snprintf implementation. 3945 /* Note: your snprintf must correctly zero-terminate the buffer! */ 3946 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< Default snprintf to use, can be undefined */ 3963 /* Note: your snprintf must correctly zero-terminate the buffer! */ 3964 //#define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf /**< Default snprintf macro to use, can be undefined */
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_fragcolor.c | 87 snprintf(name, sizeof(name), name_tmpl, i); in lower_fragcolor_instr()
|
| /third_party/ltp/lib/ |
| H A D | tst_mkfs.c | 53 snprintf(mkfs, sizeof(mkfs), "mkfs.%s", fs_type); in tst_mkfs_()
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | fpclassify-invalid-ld80.c | 30 if (snprintf(s, sizeof(s), "%La", f) >= sizeof(s)) \ 31 t_error("snprintf(\"%%La\", %s) failed with invalid return value\n", desc); \ 33 t_error("snprintf(\"%%La\", %s) failed: got \"%.*s\" want %s\n", desc, sizeof(s), s, #swant); \
|
| /third_party/musl/src/locale/ |
| H A D | strfmon.c | 67 l = snprintf(s, n, "%*.*f", w, rp, x); in vstrfmon_l()
|
| /third_party/ltp/testcases/kernel/syscalls/inotify/ |
| H A D | inotify11.c | 52 snprintf(path, sizeof(path), "%d", i); in churn()
|
| /third_party/ltp/testcases/kernel/syscalls/openat/ |
| H A D | openat01.c | 87 snprintf(glob_path, sizeof(glob_path), "%s/" TEST_DIR TEST_FILE, buf); in setup()
|