Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c341 Py_ssize_t thisp, thatp; in SRE_AT() local
370 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 …]
/external/libvncserver/webclients/novnc/include/
Dutil.js57 var thisp = arguments[1];
60 res[i] = fun.call(thisp, this[i], i, this);