OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npc
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/cfront/
wav_acc.c
108
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/
rombios.c
5219
Bit16u
npc
, nph, npspt, nlc, nlh, nlspt;
local
[
all
...]
Completed in 32 milliseconds