Home
last modified time | relevance | path

Searched defs:lasti (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py61 def disassemble(co, lasti=-1): argument
110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c402 int i, lasti = 0; in tgsi_last_instruction() local
1814 int r, i, lasti; in do_lds_fetch_values() local
2782 int i, r, lasti; in r600_store_tcs_output() local
4020 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_64_params() local
4170 int lasti = 3; in tgsi_op3_64() local
4203 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_s() local
4282 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_ineg() local
4313 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_dneg() local
4408 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in egcm_int_to_double() local
4455 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in egcm_double_to_int() local
[all …]
/external/python/cpython3/Lib/
Ddis.py352 def disassemble(co, lasti=-1, *, file=None): argument
370 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
Dpdb.py114 def lasti2lineno(code, lasti): argument
/external/python/cpython3/Lib/test/
Dtest_dis.py409 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
419 def get_disassemble_as_string(self, func, lasti=-1): argument
607 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
/external/iproute2/netem/
Dmaketable.c164 int i, j, last, lasti = -1; in interpolatetable() local
/external/python/cpython2/Objects/
Dcodeobject.c717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Objects/
Dcodeobject.c792 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Python/
Dtraceback.c38 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()