Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcodeobject.c1123 int ldelta = ((signed char *)bounds->opaque.lo_next)[-1]; in retreat()
1128 bounds->opaque.lo_next -= 2; in retreat()
1130 bounds->ar_start -= ((unsigned char *)bounds->opaque.lo_next)[-2]; in retreat()
1131 ldelta = ((signed char *)bounds->opaque.lo_next)[-1]; in retreat()
1144 int delta = ((unsigned char *)bounds->opaque.lo_next)[0]; in advance()
1146 int ldelta = ((signed char *)bounds->opaque.lo_next)[1]; in advance()
1147 bounds->opaque.lo_next += 2; in advance()
1159 return bounds->opaque.lo_next >= bounds->opaque.limit; in at_end()
1260 range->opaque.lo_next = linetable; in PyLineTable_InitAddressRange()
1261 range->opaque.limit = range->opaque.lo_next + length; in PyLineTable_InitAddressRange()
/third_party/python/Include/cpython/
Dcode.h140 const char *lo_next; member