| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 4142 snprintf(func_name, sizeof(func_name), "texfunc_res_%d_sam_%d_%x", in lp_build_sample_soa_func()
|
| H A D | lp_bld_tgsi_soa.c | 97 snprintf(buf, sizeof buf, " %s[%u].%c = ", in emit_dump_reg()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3465 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 D | ContextVk.cpp | 281 snprintf(buf.data(), kMaxGpuEventNameLen - 1, "%s %u", title, counter); in GetTraceEventName()
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_python_wrap.c | 822 # define PyOS_snprintf snprintf
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2137 int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value);
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 142 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 D | TextureTest.cpp | 7162 snprintf(errorInfo, sizeof(errorInfo),
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceTargetLoweringX8632.cpp | 7689 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
|
| H A D | IceTargetLoweringX8664.cpp | 6953 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
|
| /third_party/vixl/src/aarch64/ |
| H A D | disasm-aarch64.cc | 3547 snprintf(re_form, in Disassembler()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_msgbuf.c | 8417 snprintf(ring_name, sizeof(ring_name), "h2dflr_%03u", flowid); in dhd_prot_flowrings_pool_attach()
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | verifier.c | 521 (void)snprintf(env->type_str_buf, TYPE_STR_BUF_LEN, "%s%s%s", prefix, str[base_type(type)], postfix);
in reg_type_str()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 1345 snprintf(elementNumBuf, sizeof(elementNumBuf)-1, "[%d]", element); in flattenArray()
|
| /third_party/backends/backend/ |
| H A D | umax_pp_low.c | 652 snprintf(strmodes, sizeof(strmodes), in sanei_umax_pp_initPort()
|
| /third_party/vixl/test/aarch64/ |
| H A D | test-trace-aarch64.cc | 3005 snprintf(command, sizeof(command), "diff -u %s %s", ref_file, filename); in CheckOrGenerateTrace()
|
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 10082 snprintf(buf, bufSize, "0x%08x, Revision %d", spv::Version, spv::Revision); in GetSpirvVersion()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 13341 snprintf(msg, sizeof(msg), "Error in execute_list: opcode=%d", in execute_list()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | 2325 extern int snprintf (char *__restrict __s, size_t __maxlen, 22937 using ::snprintf; 22947 using ::__gnu_cxx::snprintf; [all...] |