Searched refs:lasti (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/netem/ |
D | maketable.c | 162 int i, j, last, lasti = -1; in interpolatetable() local 171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti); in interpolatetable() 173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti); in interpolatetable() 177 lasti = i; in interpolatetable()
|
/external/python/cpython2/Lib/ |
D | dis.py | 61 def disassemble(co, lasti=-1): argument 80 if i == lasti: print '-->', 110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument 118 if i == lasti: print '-->',
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 381 int i, lasti = 0; in tgsi_last_instruction() local 385 lasti = i; in tgsi_last_instruction() 388 return lasti; in tgsi_last_instruction() 2675 int i, r, lasti; in r600_store_tcs_output() local 2694 lasti = tgsi_last_instruction(write_mask); in r600_store_tcs_output() 2695 for (i = 1; i <= lasti; i++) { in r600_store_tcs_output() 2707 for (i = 0; i <= lasti; i++) { in r600_store_tcs_output() 3750 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_64_params() local 3772 lasti = tgsi_last_instruction(write_mask); in tgsi_op2_64_params() 3773 for (i = 0; i <= lasti; i++) { in tgsi_op2_64_params() [all …]
|
/external/python/cpython2/Include/ |
D | code.h | 99 int lasti, PyAddrPair *bounds);
|
/external/python/cpython2/Objects/ |
D | codeobject.c | 718 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber() argument 741 if (addr + *p > lasti) in _PyCode_CheckLineNumber()
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 57 .. function:: disassemble(code[, lasti]) 59 Disassembles a code object, indicating the last instruction if *lasti* was 74 .. function:: disco(code[, lasti])
|