OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_org
(Results
1 - 1
of
1
) sorted by null
/external/qemu-pc-bios/bochs/bios/
usage.cc
42
unsigned org,
last_org
, offset;
local
75
last_org
= 0;
80
printf("%04x .. %04x ",
last_org
, org-1);
81
for (offset=org-1; offset>
last_org
; offset--) {
84
if (offset >
last_org
) {
85
elements = (1.0 + double(offset) - double(
last_org
));
88
if (bios[
last_org
] == 0)
94
ratio = elements / (double(org) - double(
last_org
));
97
last_org
= org;
Completed in 51 milliseconds