Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dattributes.h161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos… argument
164 # define av_printf_format(fmtpos, attrpos) argument
/third_party/python/Objects/
Dunicodeobject.c14656 Py_ssize_t fmtcnt, fmtpos; member
15025 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos) in unicode_format_arg_parse()
15041 ++ctx->fmtpos; in unicode_format_arg_parse()
15043 keystart = ctx->fmtpos; in unicode_format_arg_parse()
15051 ctx->fmtpos++; in unicode_format_arg_parse()
15053 keylen = ctx->fmtpos - keystart - 1; in unicode_format_arg_parse()
15079 ctx->fmtpos++; in unicode_format_arg_parse()
15109 ctx->fmtpos++; in unicode_format_arg_parse()
15116 ctx->fmtpos++; in unicode_format_arg_parse()
15136 ctx->fmtpos++; in unicode_format_arg_parse()
[all …]