OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_ratio
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
alloc.c
170
int
c_ratio
;
local
181
c_ratio
= 1 << ext2fs_get_bitmap_granularity(map);
182
if (
c_ratio
> 1)
198
i = (i +
c_ratio
) & ~(
c_ratio
- 1);
279
int
c_ratio
;
local
293
c_ratio
= 1 << ext2fs_get_bitmap_granularity(map);
294
b &= ~(
c_ratio
- 1);
295
finish &= ~(
c_ratio
-1);
303
b +=
c_ratio
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
54
static const Word16
c_ratio
= 0x0029; /* pow(10.0f, -(29.0f/10.0f)) */
variable
394
psyConf->ratio =
c_ratio
;
476
psyConf->ratio =
c_ratio
;
Completed in 85 milliseconds