Home
last modified time | relevance | path

Searched defs:repeat_type (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Ditertoolsmodule.c3674 static PyTypeObject repeat_type; variable
3770 static PyTypeObject repeat_type = { variable
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c4383 static PyTypeObject repeat_type; variable
4485 static PyTypeObject repeat_type = { variable
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c10804 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local
13054 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local
H A Dpcre2_compile.c5647 uint32_t repeat_type, op_type; in compile_branch() local