| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_showvolume.c | 444 snprintf(buf, sizeof(buf), "%.2f", s->values[c * VAR_VARS_NB + VAR_VOLUME]); in filter_frame() 447 snprintf(buf, sizeof(buf), "%.2f", s->values[c * VAR_VARS_NB + VAR_VOLUME]); in filter_frame()
|
| H A D | vf_psnr.c | 152 snprintf(value, sizeof(value), "%f", d); in set_meta() 155 snprintf(key2, sizeof(key2), "%s%c", key, comp); in set_meta()
|
| H A D | vf_scale_cuda.c | 329 snprintf(buf, sizeof(buf), "Subsample_%s_%s_%s", function_infix, in_fmt_name, out_fmt_name); in cudascale_load_functions() 337 snprintf(buf, sizeof(buf), "Subsample_%s_%s_%s_uv", function_infix, in_fmt_name, out_fmt_name); in cudascale_load_functions()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mlvdec.c | 276 snprintf(guidstr, sizeof(guidstr), "0x%"PRIx64, guid); in read_header() 361 snprintf(filename + strlen(filename) - 2, 3, "%02d", i); in read_header()
|
| H A D | rtmppkt.c | 531 snprintf(dst, dst_size, "%g", av_int2double(bytestream2_get_be64(gb))); in amf_get_field_value2() 534 snprintf(dst, dst_size, "%s", bytestream2_get_byte(gb) ? "true" : "false"); in amf_get_field_value2()
|
| H A D | mmst.c | 188 snprintf(data_string, sizeof(data_string), "\\\\%d.%d.%d.%d\\%s\\%d", in send_protocol_select() 433 snprintf(data_string, sizeof(data_string), in send_startup_packet()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ParseContextBase.cpp | 677 snprintf(charBuffer, 512, "%s_%d", getAtomicCounterBlockName(), binding); in growAtomicCounterBlock() 679 snprintf(charBuffer, 512, "%s_0", getAtomicCounterBlockName()); in growAtomicCounterBlock()
|
| /third_party/alsa-lib/src/ |
| H A D | conf.c | 659 snprintf(full_path, PATH_MAX, "%s/%s", path->dir, file); in input_stdio_open() 722 snprintf(locstr, sizeof(locstr), "%s", saved_locale); in _snd_safe_strtod() 1274 snprintf(static_id, sizeof(static_id), "%i", *idx); in parse_array_def() 2252 snprintf(id, sizeof(id), "%d", index++); in _snd_config_array_merge() 3333 err = snprintf(res, sizeof(res), "%li", config->u.integer); in snd_config_get_ascii() 3345 err = snprintf(res, sizeof(res), "%lli", config->u.integer64); in snd_config_get_ascii() 3357 err = snprintf(res, sizeof(res), "%-16g", config->u.real); in snd_config_get_ascii() 4020 snprintf(buf, len, "snd_config_hook_%s", str); in snd_config_hooks_call() 4156 snprintf(filename, sl, "%s/%s", fn, namelist[j]->d_name); in config_file_load() 5179 snprintf(bu in _snd_config_evaluate() [all...] |
| /third_party/cups-filters/fontembed/ |
| H A D | embed_sfnt.c | 392 snprintf(ret,250,"uni%04X",charcode); // allows extraction in get_glyphname() 394 snprintf(ret,250,"c%d",gid); // last resort: only by gid in get_glyphname()
|
| /third_party/NuttX/drivers/video/ |
| H A D | fb.c | 820 (void)snprintf(devname, 16, "/dev/fb%d", display); in fb_register() 824 (void)snprintf(devname, 16, "/dev/fb%d.%d", display, plane); in fb_register()
|
| /third_party/libcoap/src/oscore/ |
| H A D | oscore_context.c | 371 snprintf(buffer, sizeof(buffer), "Recipient ID[%zu]", count); in oscore_log_context() 375 snprintf(buffer, sizeof(buffer), "Recipient Key[%zu]", count); in oscore_log_context()
|
| /third_party/libcoap/examples/ |
| H A D | coap-rd.c | 429 snprintf((char *)(loc + loc_size), LOCSIZE - loc_size - 1, in hnd_post_rd() 443 loc_size += snprintf((char *)(loc + loc_size), in hnd_post_rd()
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzwrite.c | 525 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, 529 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8,
|
| /third_party/node/deps/zlib/ |
| H A D | gzwrite.c | 497 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, in gzprintf() 501 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, in gzprintf()
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g_common.c | 850 snprintf(name,sizeof(name), PLUGIN_DIR 856 snprintf(name,sizeof(name), "ntfs-plugin-%08lx.so",
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | dtitvinf.cpp | 554 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 623 snprintf(mesg, sizeof(mesg), "available skeletons: skeleton: %s; \n", result); in getBestSkeleton()
|
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_new_file_test.c | 249 snprintf(pbuffer, sizeof(pbuffer) - 1, "allow_write %s", filename); in stage_file_test() 605 snprintf(ifreq.ifr_name, sizeof(ifreq.ifr_name) - 1, "lo"); in stage_file_test()
|
| /third_party/lwip/src/core/ |
| H A D | mem.c | 108 snprintf(errstr, sizeof(errstr), "detected mem overflow in %s%s", descr1, descr2); in mem_overflow_check_raw() 119 snprintf(errstr, sizeof(errstr), "detected mem underflow in %s%s", descr1, descr2); in mem_overflow_check_raw()
|
| /third_party/mesa3d/src/glx/ |
| H A D | single2.c | 729 snprintf((char *) s, strlen((char *) s) + 1, "%u.%u", in __indirect_glGetString() 734 snprintf((char *) gc->version, size, "%u.%u (%s)", in __indirect_glGetString()
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | linux-core.c | 601 snprintf(buf, in read_cpufreq() 802 snprintf(filename, sizeof(filename), "/sys/fs/cgroup/%s/%s", cgroup, param); in uv__read_cgroups_uint64()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
| H A D | DisplayGbm.cpp | 435 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize() 452 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize()
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | gzwrite.c | 522 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, 526 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8,
|
| /third_party/toybox/toys/pending/ |
| H A D | crond.c | 489 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in sendmail() 553 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in execute_jobs()
|
| /third_party/zlib/ |
| H A D | gzwrite.c | 504 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, in gzprintf() 508 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, in gzprintf()
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 209 #define snprintf _snprintf macro 1014 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); 1977 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); 3967 #define snprintf _snprintf 3969 #define snprintf snprintf 3971 #define snprintf std::snprintf 3977 #define snprintf _snprintf 4063 len = snprintf(buffe [all...] |