/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 | 486 int i, lasti = 0; in tgsi_last_instruction() local 2132 int r, i, lasti; in do_lds_fetch_values() local 3101 int i, r, lasti; in r600_store_tcs_output() local 4520 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_64_params() local 4670 int lasti = 3; in tgsi_op3_64() local 4703 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_s() local 4782 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_ineg() local 4813 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_dneg() local 5020 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in egcm_double_to_int() local 5089 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in cayman_emit_double_instr() local [all …]
|
/external/python/cpython3/Lib/ |
D | dis.py | 365 def disassemble(co, lasti=-1, *, file=None): argument 383 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
|
D | pdb.py | 116 def lasti2lineno(code, lasti): argument
|
/external/python/cpython3/Lib/test/ |
D | test_dis.py | 471 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument 481 def get_disassemble_as_string(self, func, lasti=-1): argument 674 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/Python/ |
D | traceback.c | 37 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 1002 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 834 int lasti = util_last_bit(instr.dest.write_mask); in emit_alu_trans_op2() local
|