Home
last modified time | relevance | path

Searched refs:snprintf (Results 1376 - 1400 of 1402) sorted by relevance

1...<<51525354555657

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c87 #define _upb_snprintf snprintf
101 #define _upb_snprintf snprintf
115 #error Need implementations of [v]snprintf and va_copy
5994 /* Visual C++ earlier than 2015 doesn't have standard C99 snprintf and
12397 ** This currently uses snprintf() to format primitives, and could be optimized
/third_party/node/deps/cares/
H A Dconfigure19719 snprintf(buffer, sizeof(buffer), "/proc/%d/uid_map", child);
19721 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid());
19817 snprintf(buffer, sizeof(buffer), "/proc/%d/uid_map", child);
19819 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid());
/third_party/elfutils/src/
H A Delflint.c2819 int r = snprintf (cp, len - 1, "%s%" PRIx64, in section_flags_string()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c2675 snprintf(bsf_arg, sizeof(bsf_arg), "r=%d/%d", mxf->tc.rate.num, mxf->tc.rate.den); in mxf_init()
H A Dmpegts.c1313 snprintf(iso8859, sizeof(iso8859), "ISO-8859-%d", p[2]); in getstr8()
/third_party/googletest/googletest/src/
H A Dgtest.cc4992 snprintf(line, sizeof(line), " %p: %s\n", raw_stack[i], symbol);
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4212 auto ret = snprintf(buffer, UPRV_LENGTHOF(buffer), in RunMonkey()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c4281 UNUSED int _i = snprintf(field, sizeof(field), __VA_ARGS__); \
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc4467 snprintf(line, sizeof(line), " %p: %s\n", raw_stack[i], symbol); in GTEST_LOCK_EXCLUDED_()
/third_party/node/deps/googletest/src/
H A Dgtest.cc5009 snprintf(line, sizeof(line), " %p: %s\n", raw_stack[i], symbol);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4142 snprintf(func_name, sizeof(func_name), "texfunc_res_%d_sam_%d_%x", in lp_build_sample_soa_func()
H A Dlp_bld_tgsi_soa.c97 snprintf(buf, sizeof buf, " %s[%u].%c = ", in emit_dump_reg()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3465 pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; in snprintf() functions
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp281 snprintf(buf.data(), kMaxGpuEventNameLen - 1, "%s %u", title, counter); in GetTraceEventName()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c822 # define PyOS_snprintf snprintf
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2137 int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value);
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c142 int len = snprintf(filename, sizeof(filename), "%s/%s-%d.spirv", in vtn_dump_shader()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp7162 snprintf(errorInfo, sizeof(errorInfo),
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp7689 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
H A DIceTargetLoweringX8664.cpp6953 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc3547 snprintf(re_form, in Disassembler()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1345 snprintf(elementNumBuf, sizeof(elementNumBuf)-1, "[%d]", element); in flattenArray()
/third_party/backends/backend/
H A Dumax_pp_low.c652 snprintf(strmodes, sizeof(strmodes), in sanei_umax_pp_initPort()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3005 snprintf(command, sizeof(command), "diff -u %s %s", ref_file, filename); in CheckOrGenerateTrace()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp10082 snprintf(buf, bufSize, "0x%08x, Revision %d", spv::Version, spv::Revision); in GetSpirvVersion()

Completed in 265 milliseconds

1...<<51525354555657