Home
last modified time | relevance | path

Searched refs:lasti (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/netem/
Dmaketable.c162 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/pcre/dist/
Dpcregexp.pas632 l,i,lasti: longint;
636 lasti:=1;
645 s:=s+copy(ARepl,lasti,i-lasti){+ARepl[i+1]};
654 lasti:=i+1;
660 s:=s+copy(ARepl,lasti,i-lasti);
669 lasti:=i+1;
674 if lasti <= {AH 25-10-2004 added =, else l==1 won't work} l then
675 s:=s+copy(ARepl,lasti,l-lasti+1);
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1769 int i, lasti = 0; in tgsi_last_instruction() local
1773 lasti = i; in tgsi_last_instruction()
1776 return lasti; in tgsi_last_instruction()
1784 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_op2_s() local
1786 for (i = 0; i < lasti + 1; i++) { in tgsi_op2_s()
1813 if (i == lasti || trans_only) { in tgsi_op2_s()
1843 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_ineg() local
1845 for (i = 0; i < lasti + 1; i++) { in tgsi_ineg()
1858 if (i == lasti) { in tgsi_ineg()
2043 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_trig() local
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c712 int lasti = frame->f_lasti; in CTracer_handle_return() local
714 if (lasti < MyBytes_GET_SIZE(pCode)) { in CTracer_handle_return()
715 bytecode = MyBytes_AS_STRING(pCode)[lasti]; in CTracer_handle_return()