Home
last modified time | relevance | path

Searched refs:fmtpos (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dattributes.h161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos)))
164 # define av_printf_format(fmtpos, attrpos)
/third_party/python/Objects/
H A Dunicodeobject.c14329 Py_ssize_t fmtcnt, fmtpos; member
14696 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos) in unicode_format_arg_parse()
14712 ++ctx->fmtpos; in unicode_format_arg_parse()
14714 keystart = ctx->fmtpos; in unicode_format_arg_parse()
14722 ctx->fmtpos++; in unicode_format_arg_parse()
14724 keylen = ctx->fmtpos - keystart - 1; in unicode_format_arg_parse()
14750 ctx->fmtpos++; in unicode_format_arg_parse()
14780 ctx->fmtpos++; in unicode_format_arg_parse()
14787 ctx->fmtpos++; in unicode_format_arg_parse()
14807 ctx->fmtpos in unicode_format_arg_parse()
[all...]

Completed in 18 milliseconds