Searched defs:npc (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/cfront/
H A Dwav_acc.c108 int npc; local
151 npc = ntot / 20; /* 5% cutoff */
153 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
160 npc = (int)(0.95 * ntot); /* 95% cutoff */
162 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c5219 Bit16u npc, nph, npspt, nlc, nlh, nlspt; local
5446 npc = read_word(ebda_seg, &EbdaData->ata.devices[device].pchs.cylinders);
5462 write_dword(DS, SI+(Bit16u)&Int13DPT->cylinders, (Bit32u)npc);

Completed in 497 milliseconds