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

/external/iputils/Modules/
H A Dpg3.c348 int pc, lcount; local
362 lcount = pg_count;
387 if (--lcount == 0) {
/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...]
/external/valgrind/main/perf/
H A Dtinycc.c9065 int lcount, ucount;
9108 lcount = 0;
9113 if (lcount >= 2)
9115 lcount++;
9116 if (lcount == 2) {
9063 int lcount, ucount; local

Completed in 282 milliseconds