Searched refs:lcount (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_polyse.c614 int lcount; local
624 lcount = d_aspancount - pspanpackage->count;
637 if (lcount)
669 } while (--lcount);
693 int lcount; local
696 lcount = pspanpackage->count;
698 if (lcount == -1)
701 if (lcount)
708 } while (--lcount);
/external/quake/quake/src/WinQuake/
H A Dd_polyse.cpp616 int lcount; local
626 lcount = d_aspancount - pspanpackage->count;
639 if (lcount)
671 } while (--lcount);
695 int lcount; local
698 lcount = pspanpackage->count;
700 if (lcount == -1)
703 if (lcount)
710 } while (--lcount);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3161 Bit16u lcount, lbefore, lafter, count; local
3277 lcount = ((Bit16u)(inb(iobase1 + ATA_CB_CH))<<8)+inb(iobase1 + ATA_CB_CL);
3280 if(header>lcount) {
3281 lbefore=lcount;
3282 header-=lcount;
3283 lcount=0;
3288 lcount-=lbefore;
3291 if(lcount>length) {
3292 lafter=lcount-length;
3293 lcount
[all...]

Completed in 110 milliseconds