Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/convert/
Dprintf.hpp21 struct boost::cnv::printf : boost::cnv::cnvbase<boost::cnv::printf> struct in boost::cnv
23 using this_type = boost::cnv::printf;
24 using base_type = boost::cnv::cnvbase<this_type>;
30 to_str(in_type value_in, char* buf) const in to_str()
40 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to()
51 template<typename Type> int pos() const in pos()
63 char const* pformat(int pos) const in pformat()
74 char const* format(int pos) const in format()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() function
/third_party/mesa3d/src/freedreno/decode/scripts/
Dsanity-a6xx.lua15 function printf(fmt, ...) function
Dtex3d-layout.lua27 function printf(fmt, ...) function
Dtexturator-to-unit-test.lua43 function printf(fmt, ...) function
Dtexturator-to-unit-test-5xx.lua43 function printf(fmt, ...) function
Dparse-submits.lua5 function printf(fmt, ...) function
/third_party/musl/src/stdio/
Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() function
/third_party/curl/lib/
Dcurl_printf.h40 # define printf curl_mprintf macro
Dcurlx.h105 # define printf curlx_mprintf macro
/third_party/flutter/skia/src/sksl/
DSkSLOutputStream.cpp16 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
DSkSLString.cpp20 String String::printf(const char* fmt, ...) { in printf() function in SkSL::String
/third_party/skia/src/sksl/
DSkSLOutputStream.cpp18 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
DSkSLString.cpp20 String String::printf(const char* fmt, ...) { in printf() function in SkSL::String
/third_party/pcre2/pcre2/
DRunGrepTest.bat87 set printf=cscript //nologo printf.js variable
/third_party/gstreamer/gstreamer/gst/
Dmeson.build222 subdir('printf') subdir
/third_party/libxml2/
Dtrio.h159 # define printf trio_printf macro
/third_party/ntfs-3g/ntfsprogs/
Dutils.h114 #define printf(fmt, args...) \ macro
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp25 #define printf(...) __android_log_print(ANDROID_LOG_VERBOSE, "LwsService", ##__VA_ARGS__) macro
/third_party/gettext/gettext-runtime/intl/
Dlibintl.h381 #define printf libintl_printf macro
Dlibgnuintl.h389 #define printf libintl_printf macro
Dlibgnuintl.in.h383 #define printf libintl_printf macro
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp66 #define printf LOGI macro
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dcgen.go213 func (b *buffer) printf(format string, args ...interface{}) { fmt.Fprintf(b, format, args...) } func
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.h94 } printf; member

12