/external/python/cpython2/Lib/ |
D | dis.py | 61 def disassemble(co, lasti=-1): argument 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 402 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/ |
D | dis.py | 352 def disassemble(co, lasti=-1, *, file=None): argument 370 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
|
D | pdb.py | 114 def lasti2lineno(code, lasti): argument
|
/external/python/cpython3/Lib/test/ |
D | test_dis.py | 409 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/ |
D | maketable.c | 164 int i, j, last, lasti = -1; in interpolatetable() local
|
/external/python/cpython2/Objects/ |
D | codeobject.c | 717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 792 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
|
/external/python/cpython3/Python/ |
D | traceback.c | 38 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
|