Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Ditertoolsmodule.c4137 fast_mode: when cnt an integer < PY_SSIZE_T_MAX and no step is specified.
4173 int fast_mode; in itertools_count_impl() local
4183 fast_mode = (long_cnt == NULL || PyLong_Check(long_cnt)) && in itertools_count_impl()
4188 if (fast_mode) { in itertools_count_impl()
4193 fast_mode = 0; in itertools_count_impl()
4211 if (fast_mode) { in itertools_count_impl()
4215 fast_mode = 0; in itertools_count_impl()
4221 if (fast_mode) in itertools_count_impl()
4226 assert((cnt != PY_SSIZE_T_MAX && long_cnt == NULL && fast_mode) || in itertools_count_impl()
4227 (cnt == PY_SSIZE_T_MAX && long_cnt != NULL && !fast_mode)); in itertools_count_impl()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c121 int fast_mode; member
539 s->rgb2rgb_passthrough = s->fast_mode || (s->lrgb2lrgb_passthrough && in create_filtergraph()
972 OFFSET(fast_mode), AV_OPT_TYPE_BOOL, { .i64 = 0 },

Completed in 9 milliseconds