Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c3429 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function
3475 return _pair(self->mark[index*2], self->mark[index*2+1]); in match_span()
3490 item = _pair(self->mark[index*2], self->mark[index*2+1]); in match_regs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c3429 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function
3475 return _pair(self->mark[index*2], self->mark[index*2+1]); in match_span()
3490 item = _pair(self->mark[index*2], self->mark[index*2+1]); in match_regs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c3510 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function
3556 return _pair(self->mark[index*2], self->mark[index*2+1]); in match_span()
3571 item = _pair(self->mark[index*2], self->mark[index*2+1]); in match_regs()