Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3317 Py_ssize_t i, nsubitems = 0, nseen = 0; in starunpack_helper() local
3321 if (nseen) { in starunpack_helper()
3322 ADDOP_I(c, inner_op, nseen); in starunpack_helper()
3323 nseen = 0; in starunpack_helper()
3331 nseen++; in starunpack_helper()
3335 if (nseen) { in starunpack_helper()
3336 ADDOP_I(c, inner_op, nseen); in starunpack_helper()
3342 ADDOP_I(c, single_op, nseen); in starunpack_helper()
3677 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local
3694 nseen = n; /* the number of positional arguments on the stack */ in compiler_call_helper()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1869 register int nseen; in time1() local
1903 nseen = 0; in time1()
1907 types[nseen++] = sp->types[i]; in time1()
1909 for (sameind = 0; sameind < nseen; ++sameind) { in time1()
1913 for (otherind = 0; otherind < nseen; ++otherind) { in time1()