Home
last modified time | relevance | path

Searched refs:fmtstr (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtableprint.h31 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
37 printf(" "fmtstr",", __VA_ARGS__);\
40 printf(" "fmtstr"\n", __VA_ARGS__);\
43 #define WRITE_1D_FUNC(type, fmtstr, linebrk)\
44 WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i])
/third_party/backends/lib/
H A Dsnprintf.c542 static void fmtstr( int visible_control, char **buffer, int *left,
762 fmtstr( visible_control, buffer, left, strvalue,ljust,len, zpad, precision ); in dopr()
769 fmtstr( 0, buffer, left, b,ljust,len, zpad, precision ); in dopr()
777 fmtstr( visible_control, buffer, left, in dopr()
801 fmtstr( int visible_control, char **buffer, int *left, in fmtstr() function
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c31 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/openssl/crypto/bio/
H A Dbio_print.c31 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/
H A DAMDGPUPrintfRuntimeBinding.cpp335 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/
H A Dunicodeobject.c14331 PyObject *fmtstr; member
14730 key = PyUnicode_Substring(ctx->fmtstr, in unicode_format_arg_parse()
15197 ctx.fmtstr = format; in PyUnicode_Format()
15198 ctx.fmtdata = PyUnicode_DATA(ctx.fmtstr); in PyUnicode_Format()
15199 ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr); in PyUnicode_Format()
15200 ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr); in PyUnicode_Format()
15237 if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr, in PyUnicode_Format()

Completed in 23 milliseconds