Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3403 int a_lnotab_off; /* offset into lnotab */ member
3567 nbytes = a->a_lnotab_off + 2 * ncodes; in assemble_lnotab()
3582 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3588 a->a_lnotab_off += ncodes * 2; in assemble_lnotab()
3593 nbytes = a->a_lnotab_off + 2 * ncodes; in assemble_lnotab()
3608 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3617 a->a_lnotab_off += ncodes * 2; in assemble_lnotab()
3621 if (a->a_lnotab_off + 2 >= len) { in assemble_lnotab()
3626 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3628 a->a_lnotab_off += 2; in assemble_lnotab()
[all …]