Searched refs:thisp (Results 1 – 3 of 3) sorted by relevance
20 Py_ssize_t thisp, thatp; in SRE() local49 thisp = ((void*) ptr < state->end) ? in SRE()51 return thisp != thatp; in SRE()58 thisp = ((void*) ptr < state->end) ? in SRE()60 return thisp == thatp; in SRE()67 thisp = ((void*) ptr < state->end) ? in SRE()69 return thisp != thatp; in SRE()76 thisp = ((void*) ptr < state->end) ? in SRE()78 return thisp == thatp; in SRE()85 thisp = ((void*) ptr < state->end) ? in SRE()[all …]
341 Py_ssize_t thisp, thatp; in SRE_AT() local370 thisp = ((void*) ptr < state->end) ? in SRE_AT()372 return thisp != thatp; in SRE_AT()379 thisp = ((void*) ptr < state->end) ? in SRE_AT()381 return thisp == thatp; in SRE_AT()388 thisp = ((void*) ptr < state->end) ? in SRE_AT()390 return thisp != thatp; in SRE_AT()397 thisp = ((void*) ptr < state->end) ? in SRE_AT()399 return thisp == thatp; in SRE_AT()407 thisp = ((void*) ptr < state->end) ? in SRE_AT()[all …]
57 var thisp = arguments[1];60 res[i] = fun.call(thisp, this[i], i, this);