Searched refs:fmtstr (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | tableprint.h | 31 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\ argument 37 printf(" "fmtstr",", __VA_ARGS__);\ 40 printf(" "fmtstr"\n", __VA_ARGS__);\ 43 #define WRITE_1D_FUNC(type, fmtstr, linebrk)\ argument 44 WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i])
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmdec.c | 151 const gchar *fmtstr; in gst_pnmdec_negotiate() local 173 fmtstr = gst_structure_get_string (peerstruct, "format"); in gst_pnmdec_negotiate() 174 if (fmtstr) { in gst_pnmdec_negotiate() 175 if (g_str_equal (fmtstr, "GRAY16_BE")) { in gst_pnmdec_negotiate() 177 } else if (g_str_equal (fmtstr, "GRAY16_LE")) { in gst_pnmdec_negotiate()
|
/third_party/openssl/crypto/bio/ |
D | bio_print.c | 31 static int fmtstr(char **, char **, size_t *, size_t *, 324 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue, in _dopr() 380 fmtstr(char **sbuffer, in fmtstr() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 335 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu() local 336 MDString *fmtStrArray = MDString::get(Ctx, fmtstr); in lowerPrintfForGpu()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 14658 PyObject *fmtstr; member 15059 key = PyUnicode_Substring(ctx->fmtstr, in unicode_format_arg_parse() 15526 ctx.fmtstr = format; in PyUnicode_Format() 15527 ctx.fmtdata = PyUnicode_DATA(ctx.fmtstr); in PyUnicode_Format() 15528 ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr); in PyUnicode_Format() 15529 ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr); in PyUnicode_Format() 15566 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()
|
/third_party/elfutils/src/ |
D | ChangeLog | 2562 * size.c (show_sysv): Use fmtstr directly as literal in printf. 2567 (process_chunk_mb): Use fmtstr directly as literal in printf based 2570 * nm.c (show_symbols_sysv): Use fmtstr directly as literal in printf.
|
/third_party/openssl/ |
D | CHANGES.md | 5684 The internal `fmtstr` function used in processing a "%s" format string in 6886 The internal `fmtstr` function used in processing a "%s" format string in
|