OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbytes_out_d
(Results
1 - 1
of
1
) sorted by null
/external/bzip2/
bzip2.c
387
double nbytes_in_d,
nbytes_out_d
;
local
393
nbytes_out_d
= uInt64_to_double ( &nbytes_out );
398
nbytes_in_d /
nbytes_out_d
,
399
(8.0 *
nbytes_out_d
) / nbytes_in_d,
400
100.0 * (1.0 -
nbytes_out_d
/ nbytes_in_d),
[
all
...]
Completed in 148 milliseconds